Skip to content

Commit 55f677b

Browse files
yoshi-automationsofisl
authored andcommitted
fix(managedidentities): update the API
#### managedidentities:v1alpha1 The following keys were changed: - resources.projects.resources.locations.resources.global.resources.operations.methods.cancel.description - schemas.OperationMetadata.properties.cancelRequested.description - schemas.TimeOfDay.properties.hours.description - schemas.TimeOfDay.properties.minutes.description - schemas.TimeOfDay.properties.nanos.description - schemas.TimeOfDay.properties.seconds.description #### managedidentities:v1beta1 The following keys were changed: - resources.projects.resources.locations.resources.global.resources.operations.methods.cancel.description - schemas.OperationMetadata.properties.cancelRequested.description - schemas.TimeOfDay.properties.hours.description - schemas.TimeOfDay.properties.minutes.description - schemas.TimeOfDay.properties.nanos.description - schemas.TimeOfDay.properties.seconds.description #### managedidentities:v1 The following keys were changed: - resources.projects.resources.locations.resources.global.resources.operations.methods.cancel.description - schemas.OperationMetadata.properties.cancelRequested.description - schemas.TimeOfDay.properties.hours.description - schemas.TimeOfDay.properties.minutes.description - schemas.TimeOfDay.properties.nanos.description - schemas.TimeOfDay.properties.seconds.description
1 parent 9ce6a87 commit 55f677b

File tree

6 files changed

+39
-39
lines changed

6 files changed

+39
-39
lines changed

‎discovery/managedidentities-v1.json

Lines changed: 7 additions & 7 deletions
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": "v1/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": {
@@ -2720,7 +2720,7 @@
27202720
"type": "string"
27212721
},
27222722
"cancelRequested": {
2723-
"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`.",
2723+
"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`.",
27242724
"readOnly": true,
27252725
"type": "boolean"
27262726
},
@@ -3042,22 +3042,22 @@
30423042
"id": "TimeOfDay",
30433043
"properties": {
30443044
"hours": {
3045-
"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.",
3045+
"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.",
30463046
"format": "int32",
30473047
"type": "integer"
30483048
},
30493049
"minutes": {
3050-
"description": "Minutes of hour of day. Must be from 0 to 59.",
3050+
"description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
30513051
"format": "int32",
30523052
"type": "integer"
30533053
},
30543054
"nanos": {
3055-
"description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.",
3055+
"description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
30563056
"format": "int32",
30573057
"type": "integer"
30583058
},
30593059
"seconds": {
3060-
"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.",
3060+
"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.",
30613061
"format": "int32",
30623062
"type": "integer"
30633063
}

‎discovery/managedidentities-v1alpha1.json

Lines changed: 7 additions & 7 deletions
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
}

‎discovery/managedidentities-v1beta1.json

Lines changed: 7 additions & 7 deletions
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
}

‎src/apis/managedidentities/v1.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ export namespace managedidentities_v1 {
969969
*/
970970
apiVersion?: string | null;
971971
/**
972-
* 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`.
972+
* 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`.
973973
*/
974974
cancelRequested?: boolean | null;
975975
/**
@@ -1173,19 +1173,19 @@ export namespace managedidentities_v1 {
11731173
*/
11741174
export interface Schema$TimeOfDay {
11751175
/**
1176-
* 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.
1176+
* 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.
11771177
*/
11781178
hours?: number | null;
11791179
/**
1180-
* Minutes of hour of day. Must be from 0 to 59.
1180+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
11811181
*/
11821182
minutes?: number | null;
11831183
/**
1184-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1184+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
11851185
*/
11861186
nanos?: number | null;
11871187
/**
1188-
* 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.
1188+
* 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.
11891189
*/
11901190
seconds?: number | null;
11911191
}
@@ -4767,7 +4767,7 @@ export namespace managedidentities_v1 {
47674767
}
47684768

47694769
/**
4770-
* 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`.
4770+
* 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`.
47714771
*
47724772
* @param params - Parameters for request
47734773
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

‎src/apis/managedidentities/v1alpha1.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ export namespace managedidentities_v1alpha1 {
968968
*/
969969
apiVersion?: string | null;
970970
/**
971-
* 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`.
971+
* 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`.
972972
*/
973973
cancelRequested?: boolean | null;
974974
/**
@@ -1159,19 +1159,19 @@ export namespace managedidentities_v1alpha1 {
11591159
*/
11601160
export interface Schema$TimeOfDay {
11611161
/**
1162-
* 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.
1162+
* 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.
11631163
*/
11641164
hours?: number | null;
11651165
/**
1166-
* Minutes of hour of day. Must be from 0 to 59.
1166+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
11671167
*/
11681168
minutes?: number | null;
11691169
/**
1170-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1170+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.
11711171
*/
11721172
nanos?: number | null;
11731173
/**
1174-
* 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.
1174+
* 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.
11751175
*/
11761176
seconds?: number | null;
11771177
}
@@ -4749,7 +4749,7 @@ export namespace managedidentities_v1alpha1 {
47494749
}
47504750

47514751
/**
4752-
* 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`.
4752+
* 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`.
47534753
*
47544754
* @param params - Parameters for request
47554755
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)