Skip to content

Commit c3b4421

Browse files
authoredDec 11, 2024··
feat(all): auto-regenerate discovery clients (#2909)
1 parent 71a9082 commit c3b4421

16 files changed

+607
-310
lines changed
 

‎bigtableadmin/v2/bigtableadmin-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@
21942194
}
21952195
}
21962196
},
2197-
"revision": "20241008",
2197+
"revision": "20241203",
21982198
"rootUrl": "https://bigtableadmin.googleapis.com/",
21992199
"schemas": {
22002200
"AppProfile": {
@@ -2330,7 +2330,7 @@
23302330
"type": "string"
23312331
},
23322332
"retentionPeriod": {
2333-
"description": "Required. How long the automated backups should be retained. The only supported value at this time is 3 days.",
2333+
"description": "Required. How long the automated backups should be retained. Values must be at least 3 days and at most 90 days.",
23342334
"format": "google-duration",
23352335
"type": "string"
23362336
}
@@ -4010,7 +4010,7 @@
40104010
"type": "string"
40114011
},
40124012
"optimizeTableOperationName": {
4013-
"description": "If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.",
4013+
"description": "If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.",
40144014
"type": "string"
40154015
},
40164016
"progress": {

‎bigtableadmin/v2/bigtableadmin-gen.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"operations": {
388388
"methods": {
389389
"cancel": {
390-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
390+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
391391
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
392392
"httpMethod": "POST",
393393
"id": "contactcenteraiplatform.projects.locations.operations.cancel",
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20241107",
515+
"revision": "20241205",
516516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
517517
"schemas": {
518518
"AdminUser": {
@@ -738,7 +738,7 @@
738738
"type": "string"
739739
},
740740
"cancelRequested": {
741-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
741+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
742742
"readOnly": true,
743743
"type": "boolean"
744744
},

‎contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)