locations
Creates, updates, deletes, gets or lists a locations
resource.
Overview
Name | locations |
Type | Resource |
Id | google.contactcenteraiplatform.locations |
Fields
Name | Datatype | Description |
---|---|---|
contactCenterCountLimit | integer | Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account. |
contactCenterCountSum | integer | Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account. |
quotas | array | Quota details per contact center instance type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | locationsId, projectsId | Gets information about a location. |
list | SELECT | projectsId | Lists information about the supported locations for this service. |
query_contact_center_quota | SELECT | locationsId, projectsId | Queries the contact center quota, an aggregation over all the projects, that belongs to the billing account, which the input project belongs to. |
SELECT
examples
Lists information about the supported locations for this service.
SELECT
contactCenterCountLimit,
contactCenterCountSum,
quotas
FROM google.contactcenteraiplatform.locations
WHERE projectsId = '{{ projectsId }}';