Skip to content

Commit 07637ed

Browse files
fix(servicemanagement): update the API
#### servicemanagement:v1 The following keys were changed: - resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent adedbf0 commit 07637ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/servicemanagement-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"type": "string"
172172
},
173173
"returnPartialSuccess": {
174-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
174+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
175175
"location": "query",
176176
"type": "boolean"
177177
}
@@ -835,7 +835,7 @@
835835
}
836836
}
837837
},
838-
"revision": "20251027",
838+
"revision": "20251208",
839839
"rootUrl": "https://servicemanagement.googleapis.com/",
840840
"schemas": {
841841
"Advice": {
@@ -2344,7 +2344,7 @@
23442344
"type": "array"
23452345
},
23462346
"unreachable": {
2347-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
2347+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
23482348
"items": {
23492349
"type": "string"
23502350
},

src/apis/servicemanagement/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ export namespace servicemanagement_v1 {
11681168
*/
11691169
operations?: Schema$Operation[];
11701170
/**
1171-
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
1171+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
11721172
*/
11731173
unreachable?: string[] | null;
11741174
}
@@ -2379,7 +2379,7 @@ export namespace servicemanagement_v1 {
23792379
* pageSize: 'placeholder-value',
23802380
* // The standard list page token.
23812381
* pageToken: 'placeholder-value',
2382-
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
2382+
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
23832383
* returnPartialSuccess: 'placeholder-value',
23842384
* });
23852385
* console.log(res.data);
@@ -2511,7 +2511,7 @@ export namespace servicemanagement_v1 {
25112511
*/
25122512
pageToken?: string;
25132513
/**
2514-
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
2514+
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
25152515
*/
25162516
returnPartialSuccess?: boolean;
25172517
}

0 commit comments

Comments
 (0)