Skip to content

Commit e68fba1

Browse files
yoshi-automationquirogas
authored andcommitted
fix(assuredworkloads): update the API
#### assuredworkloads:v1beta1 The following keys were changed: - resources.organizations.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description #### assuredworkloads:v1 The following keys were changed: - resources.organizations.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.GoogleLongrunningListOperationsResponse.properties.unreachable.description
1 parent bc8f3e1 commit e68fba1

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

discovery/assuredworkloads-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"type": "string"
170170
},
171171
"returnPartialSuccess": {
172-
"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.",
172+
"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.",
173173
"location": "query",
174174
"type": "boolean"
175175
}
@@ -689,7 +689,7 @@
689689
}
690690
}
691691
},
692-
"revision": "20251002",
692+
"revision": "20251209",
693693
"rootUrl": "https://assuredworkloads.googleapis.com/",
694694
"schemas": {
695695
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -2139,7 +2139,7 @@
21392139
"type": "array"
21402140
},
21412141
"unreachable": {
2142-
"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.",
2142+
"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.",
21432143
"items": {
21442144
"type": "string"
21452145
},

discovery/assuredworkloads-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"type": "string"
170170
},
171171
"returnPartialSuccess": {
172-
"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.",
172+
"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.",
173173
"location": "query",
174174
"type": "boolean"
175175
}
@@ -661,7 +661,7 @@
661661
}
662662
}
663663
},
664-
"revision": "20251002",
664+
"revision": "20251209",
665665
"rootUrl": "https://assuredworkloads.googleapis.com/",
666666
"schemas": {
667667
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -2177,7 +2177,7 @@
21772177
"type": "array"
21782178
},
21792179
"unreachable": {
2180-
"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.",
2180+
"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.",
21812181
"items": {
21822182
"type": "string"
21832183
},

src/apis/assuredworkloads/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ export namespace assuredworkloads_v1 {
853853
*/
854854
operations?: Schema$GoogleLongrunningOperation[];
855855
/**
856-
* 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.
856+
* 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.
857857
*/
858858
unreachable?: string[] | null;
859859
}
@@ -1116,7 +1116,7 @@ export namespace assuredworkloads_v1 {
11161116
* pageSize: 'placeholder-value',
11171117
* // The standard list page token.
11181118
* pageToken: 'placeholder-value',
1119-
* // 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.
1119+
* // 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.
11201120
* returnPartialSuccess: 'placeholder-value',
11211121
* });
11221122
* console.log(res.data);
@@ -1260,7 +1260,7 @@ export namespace assuredworkloads_v1 {
12601260
*/
12611261
pageToken?: string;
12621262
/**
1263-
* 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.
1263+
* 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.
12641264
*/
12651265
returnPartialSuccess?: boolean;
12661266
}

src/apis/assuredworkloads/v1beta1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ export namespace assuredworkloads_v1beta1 {
900900
*/
901901
operations?: Schema$GoogleLongrunningOperation[];
902902
/**
903-
* 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.
903+
* 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.
904904
*/
905905
unreachable?: string[] | null;
906906
}
@@ -1163,7 +1163,7 @@ export namespace assuredworkloads_v1beta1 {
11631163
* pageSize: 'placeholder-value',
11641164
* // The standard list page token.
11651165
* pageToken: 'placeholder-value',
1166-
* // 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.
1166+
* // 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.
11671167
* returnPartialSuccess: 'placeholder-value',
11681168
* });
11691169
* console.log(res.data);
@@ -1307,7 +1307,7 @@ export namespace assuredworkloads_v1beta1 {
13071307
*/
13081308
pageToken?: string;
13091309
/**
1310-
* 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.
1310+
* 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.
13111311
*/
13121312
returnPartialSuccess?: boolean;
13131313
}

0 commit comments

Comments
 (0)