Skip to content

Commit afc95b3

Browse files
yoshi-automationquirogas
authored andcommitted
fix(ondemandscanning): update the API
#### ondemandscanning:v1beta1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description #### ondemandscanning:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent 6661802 commit afc95b3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

discovery/ondemandscanning-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"type": "string"
220220
},
221221
"returnPartialSuccess": {
222-
"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.",
222+
"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.",
223223
"location": "query",
224224
"type": "boolean"
225225
}
@@ -344,7 +344,7 @@
344344
}
345345
}
346346
},
347-
"revision": "20251006",
347+
"revision": "20251208",
348348
"rootUrl": "https://ondemandscanning.googleapis.com/",
349349
"schemas": {
350350
"AliasContext": {
@@ -1755,7 +1755,7 @@
17551755
"type": "array"
17561756
},
17571757
"unreachable": {
1758-
"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.",
1758+
"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.",
17591759
"items": {
17601760
"type": "string"
17611761
},

discovery/ondemandscanning-v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"type": "string"
220220
},
221221
"returnPartialSuccess": {
222-
"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.",
222+
"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.",
223223
"location": "query",
224224
"type": "boolean"
225225
}
@@ -344,7 +344,7 @@
344344
}
345345
}
346346
},
347-
"revision": "20251006",
347+
"revision": "20251208",
348348
"rootUrl": "https://ondemandscanning.googleapis.com/",
349349
"schemas": {
350350
"AliasContext": {
@@ -1750,7 +1750,7 @@
17501750
"type": "array"
17511751
},
17521752
"unreachable": {
1753-
"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.",
1753+
"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.",
17541754
"items": {
17551755
"type": "string"
17561756
},

src/apis/ondemandscanning/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ export namespace ondemandscanning_v1 {
959959
*/
960960
operations?: Schema$Operation[];
961961
/**
962-
* 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.
962+
* 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.
963963
*/
964964
unreachable?: string[] | null;
965965
}
@@ -2392,7 +2392,7 @@ export namespace ondemandscanning_v1 {
23922392
* pageSize: 'placeholder-value',
23932393
* // The standard list page token.
23942394
* pageToken: 'placeholder-value',
2395-
* // 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.
2395+
* // 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.
23962396
* returnPartialSuccess: 'placeholder-value',
23972397
* });
23982398
* console.log(res.data);
@@ -2681,7 +2681,7 @@ export namespace ondemandscanning_v1 {
26812681
*/
26822682
pageToken?: string;
26832683
/**
2684-
* 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.
2684+
* 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.
26852685
*/
26862686
returnPartialSuccess?: boolean;
26872687
}

src/apis/ondemandscanning/v1beta1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ export namespace ondemandscanning_v1beta1 {
955955
*/
956956
operations?: Schema$Operation[];
957957
/**
958-
* 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.
958+
* 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.
959959
*/
960960
unreachable?: string[] | null;
961961
}
@@ -2391,7 +2391,7 @@ export namespace ondemandscanning_v1beta1 {
23912391
* pageSize: 'placeholder-value',
23922392
* // The standard list page token.
23932393
* pageToken: 'placeholder-value',
2394-
* // 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.
2394+
* // 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.
23952395
* returnPartialSuccess: 'placeholder-value',
23962396
* });
23972397
* console.log(res.data);
@@ -2683,7 +2683,7 @@ export namespace ondemandscanning_v1beta1 {
26832683
*/
26842684
pageToken?: string;
26852685
/**
2686-
* 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.
2686+
* 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.
26872687
*/
26882688
returnPartialSuccess?: boolean;
26892689
}

0 commit comments

Comments
 (0)