Skip to content

Commit 4e0515a

Browse files
feat(all): auto-regenerate discovery clients (#2985)
1 parent bd2d03c commit 4e0515a

10 files changed

+2040
-39
lines changed

managedidentities/v1alpha1/managedidentities-api.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
"operations": {
11351135
"methods": {
11361136
"cancel": {
1137-
"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`.",
1137+
"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`.",
11381138
"flatPath": "v1alpha1/projects/{projectsId}/locations/global/operations/{operationsId}:cancel",
11391139
"httpMethod": "POST",
11401140
"id": "managedidentities.projects.locations.global.operations.cancel",
@@ -1515,7 +1515,7 @@
15151515
}
15161516
}
15171517
},
1518-
"revision": "20240530",
1518+
"revision": "20250116",
15191519
"rootUrl": "https://managedidentities.googleapis.com/",
15201520
"schemas": {
15211521
"AttachTrustRequest": {
@@ -2722,7 +2722,7 @@
27222722
"type": "string"
27232723
},
27242724
"cancelRequested": {
2725-
"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`.",
2725+
"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`.",
27262726
"readOnly": true,
27272727
"type": "boolean"
27282728
},
@@ -3034,22 +3034,22 @@
30343034
"id": "TimeOfDay",
30353035
"properties": {
30363036
"hours": {
3037-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3037+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
30383038
"format": "int32",
30393039
"type": "integer"
30403040
},
30413041
"minutes": {
3042-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3042+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
30433043
"format": "int32",
30443044
"type": "integer"
30453045
},
30463046
"nanos": {
3047-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3047+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
30483048
"format": "int32",
30493049
"type": "integer"
30503050
},
30513051
"seconds": {
3052-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
3052+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
30533053
"format": "int32",
30543054
"type": "integer"
30553055
}

managedidentities/v1alpha1/managedidentities-gen.go

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

managedidentities/v1beta1/managedidentities-api.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@
11341134
"operations": {
11351135
"methods": {
11361136
"cancel": {
1137-
"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`.",
1137+
"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`.",
11381138
"flatPath": "v1beta1/projects/{projectsId}/locations/global/operations/{operationsId}:cancel",
11391139
"httpMethod": "POST",
11401140
"id": "managedidentities.projects.locations.global.operations.cancel",
@@ -1515,7 +1515,7 @@
15151515
}
15161516
}
15171517
},
1518-
"revision": "20240530",
1518+
"revision": "20250116",
15191519
"rootUrl": "https://managedidentities.googleapis.com/",
15201520
"schemas": {
15211521
"AttachTrustRequest": {
@@ -2732,7 +2732,7 @@
27322732
"type": "string"
27332733
},
27342734
"cancelRequested": {
2735-
"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`.",
2735+
"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`.",
27362736
"readOnly": true,
27372737
"type": "boolean"
27382738
},
@@ -3054,22 +3054,22 @@
30543054
"id": "TimeOfDay",
30553055
"properties": {
30563056
"hours": {
3057-
"description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
3057+
"description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
30583058
"format": "int32",
30593059
"type": "integer"
30603060
},
30613061
"minutes": {
3062-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3062+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
30633063
"format": "int32",
30643064
"type": "integer"
30653065
},
30663066
"nanos": {
3067-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3067+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
30683068
"format": "int32",
30693069
"type": "integer"
30703070
},
30713071
"seconds": {
3072-
"description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.",
3072+
"description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
30733073
"format": "int32",
30743074
"type": "integer"
30753075
}

managedidentities/v1beta1/managedidentities-gen.go

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

0 commit comments

Comments
 (0)