Skip to main content

locations

Creates, updates, deletes, gets or lists a locations resource.

Overview

Namelocations
TypeResource
Idgoogle.contactcenteraiplatform.locations

Fields

NameDatatypeDescription
contactCenterCountLimitintegerDeprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account.
contactCenterCountSumintegerDeprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account.
quotasarrayQuota details per contact center instance type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsIdGets information about a location.
listSELECTprojectsIdLists information about the supported locations for this service.
query_contact_center_quotaSELECTlocationsId, projectsIdQueries 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 }}';