01README
Google Cloud contactcenteraiplatform infrastructure models
02Models
@swamp/gcp/contactcenteraiplatform/contactcentersv2026.04.23.1contactcenters.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| adminUser? | object | Message storing info about the first admin user. Next ID: 3 |
| advancedReportingEnabled? | boolean | Optional. Whether the advanced reporting feature is enabled. |
| ccaipManagedUsers? | boolean | Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity |
| critical? | object | Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours. |
| customerDomainPrefix? | string | Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). |
| displayName? | string | Required. A user friendly name for the ContactCenter. |
| early? | object | LINT.IfChange First Channel to receive the updates. Meant to dev/test instances |
| featureConfig? | object | |
| instanceConfig? | object | Message storing the instance configuration. |
| kmsKey? | string | Immutable. The KMS key name to encrypt the user input (`ContactCenter`). |
| labels? | record | Labels as key value pairs |
| name? | string | name of resource |
| normal? | object | Instances in this Channel will receive updates after all instances in `Early` were updated + 2 days. |
| privateAccess? | object | Defines ingress and egress private traffic settings for CCAIP instances. |
| samlParams? | object | Message storing SAML params to enable Google as IDP. |
| uris? | object | Message storing the URIs of the ContactCenter. |
| userEmail? | string | Optional. Email address of the first admin user. |
| contactCenterId? | string | Required. Id of the requesting object If auto-generating Id server-side, remove this field and contact_center_id from the method_signature of Create RPC |
| requestId? | string | Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a contactCenters
fn get(identifier: string)
Get a contactCenters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the contactCenters |
fn update()
Update contactCenters attributes
fn delete(identifier: string)
Delete the contactCenters
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the contactCenters |
fn sync()
Sync contactCenters state from GCP
Resources
state(infinite)— Message describing ContactCenter object
@swamp/gcp/contactcenteraiplatform/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
fn generate_shifts(employeeInfo?: any, planningHorizon?: any, shiftTemplates?: any, solverConfig?: any, workforceDemands?: any)
generate shifts
| Argument | Type | Description |
|---|---|---|
| employeeInfo? | any | |
| planningHorizon? | any | |
| shiftTemplates? | any | |
| solverConfig? | any | |
| workforceDemands? | any |
fn query_contact_center_quota()
query contact center quota
Resources
state(infinite)— A resource that represents a Google Cloud location.
03Previous Versions
2026.04.03.3Apr 3, 2026
- Updated: locations, contactcenters
2026.04.03.1Apr 3, 2026
- Updated: locations, contactcenters
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: locations, contactcenters
04Stats
A
100 / 100
Downloads
0
Archive size
24.7 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels