Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer/v1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
}
}
},
"revision": "20251114",
"revision": "20260127",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AirflowMetadataRetentionPolicyConfig": {
Expand Down Expand Up @@ -2380,7 +2380,7 @@
"type": "boolean"
},
"enablePrivateEnvironment": {
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. This field is going to be deprecated. Use `networking_type` instead.",
"type": "boolean"
},
"enablePrivatelyUsedPublicIps": {
Expand Down
3 changes: 2 additions & 1 deletion composer/v1/composer-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer/v1beta1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
}
}
},
"revision": "20251130",
"revision": "20260127",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AirflowMetadataRetentionPolicyConfig": {
Expand Down Expand Up @@ -2395,7 +2395,7 @@
"type": "boolean"
},
"enablePrivateEnvironment": {
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. This field is going to be deprecated. Use `networking_type` instead.",
"type": "boolean"
},
"enablePrivatelyUsedPublicIps": {
Expand Down
3 changes: 2 additions & 1 deletion composer/v1beta1/composer-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
]
},
"list": {
"description": "Lists information about the supported locations for this service.",
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
"flatPath": "v1alpha1/projects/{projectsId}/locations",
"httpMethod": "GET",
"id": "contactcenteraiplatform.projects.locations.list",
Expand Down Expand Up @@ -551,7 +551,7 @@
}
}
},
"revision": "20260108",
"revision": "20260129",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"AdminUser": {
Expand Down Expand Up @@ -623,6 +623,12 @@
"description": "Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt).",
"type": "string"
},
"deleteTime": {
"description": "Output only. Timestamp in UTC of when this resource was soft-deleted.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"displayName": {
"description": "Required. A user friendly name for the ContactCenter.",
"type": "string"
Expand All @@ -631,6 +637,12 @@
"$ref": "Early",
"description": "Optional. Early release channel."
},
"expireTime": {
"description": "Output only. Timestamp in UTC of when this resource is considered expired.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"featureConfig": {
"$ref": "FeatureConfig",
"description": "Optional. Feature configuration to populate the feature flags."
Expand Down Expand Up @@ -670,6 +682,12 @@
"readOnly": true,
"type": "array"
},
"purgeTime": {
"description": "Output only. Timestamp in UTC of when this resource is going to be hard-deleted.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"releaseVersion": {
"description": "Output only. UJET release version, unique for each new release.",
"readOnly": true,
Expand Down Expand Up @@ -701,7 +719,7 @@
"State TERMINATING",
"State FAILED",
"State TERMINATING_FAILED",
"State TERMINATED",
"Reused for soft-deleted state because semantically equivalent to `DELETED` as implied by go/aip/164.",
"State IN_GRACE_PERIOD",
"State in STATE_FAILING_OVER. This State must ONLY be used by Multiregional Instances when a failover was triggered. Customers are not able to update instances in this state.",
"State DEGRADED. This State must ONLY be used by Multiregional Instances after a failover was executed successfully. Customers are not able to update instances in this state.",
Expand Down Expand Up @@ -950,7 +968,7 @@
},
"solverConfig": {
"$ref": "SolverConfig",
"description": "Optional. Parameters for the solver."
"description": "Required. Parameters for the solver."
},
"workforceDemands": {
"$ref": "WorkforceDemandList",
Expand Down
20 changes: 17 additions & 3 deletions contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading