Skip to content

Commit f492fef

Browse files
fix(logging): update the API
#### logging:v2 The following keys were changed: - resources.billingAccounts.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.folders.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.organizations.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent c423115 commit f492fef

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

discovery/logging-v2.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@
13831383
"type": "string"
13841384
},
13851385
"returnPartialSuccess": {
1386-
"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.",
1386+
"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.",
13871387
"location": "query",
13881388
"type": "boolean"
13891389
}
@@ -3477,7 +3477,7 @@
34773477
"type": "string"
34783478
},
34793479
"returnPartialSuccess": {
3480-
"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.",
3480+
"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.",
34813481
"location": "query",
34823482
"type": "boolean"
34833483
}
@@ -4852,7 +4852,7 @@
48524852
"type": "string"
48534853
},
48544854
"returnPartialSuccess": {
4855-
"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.",
4855+
"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.",
48564856
"location": "query",
48574857
"type": "boolean"
48584858
}
@@ -6317,7 +6317,7 @@
63176317
"type": "string"
63186318
},
63196319
"returnPartialSuccess": {
6320-
"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.",
6320+
"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.",
63216321
"location": "query",
63226322
"type": "boolean"
63236323
}
@@ -8130,7 +8130,7 @@
81308130
"type": "string"
81318131
},
81328132
"returnPartialSuccess": {
8133-
"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.",
8133+
"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.",
81348134
"location": "query",
81358135
"type": "boolean"
81368136
}
@@ -9152,7 +9152,7 @@
91529152
}
91539153
}
91549154
},
9155-
"revision": "20251107",
9155+
"revision": "20251128",
91569156
"rootUrl": "https://logging.googleapis.com/",
91579157
"schemas": {
91589158
"AppHub": {
@@ -10123,7 +10123,7 @@
1012310123
"type": "array"
1012410124
},
1012510125
"unreachable": {
10126-
"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.",
10126+
"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.",
1012710127
"items": {
1012810128
"type": "string"
1012910129
},

src/apis/logging/v2.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ export namespace logging_v2 {
844844
*/
845845
operations?: Schema$Operation[];
846846
/**
847-
* 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.
847+
* 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.
848848
*/
849849
unreachable?: string[] | null;
850850
}
@@ -6770,7 +6770,7 @@ export namespace logging_v2 {
67706770
* pageSize: 'placeholder-value',
67716771
* // The standard list page token.
67726772
* pageToken: 'placeholder-value',
6773-
* // 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.
6773+
* // 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.
67746774
* returnPartialSuccess: 'placeholder-value',
67756775
* });
67766776
* console.log(res.data);
@@ -6917,7 +6917,7 @@ export namespace logging_v2 {
69176917
*/
69186918
pageToken?: string;
69196919
/**
6920-
* 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.
6920+
* 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.
69216921
*/
69226922
returnPartialSuccess?: boolean;
69236923
}
@@ -16991,7 +16991,7 @@ export namespace logging_v2 {
1699116991
* pageSize: 'placeholder-value',
1699216992
* // The standard list page token.
1699316993
* pageToken: 'placeholder-value',
16994-
* // 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.
16994+
* // 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.
1699516995
* returnPartialSuccess: 'placeholder-value',
1699616996
* });
1699716997
* console.log(res.data);
@@ -17137,7 +17137,7 @@ export namespace logging_v2 {
1713717137
*/
1713817138
pageToken?: string;
1713917139
/**
17140-
* 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.
17140+
* 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.
1714117141
*/
1714217142
returnPartialSuccess?: boolean;
1714317143
}
@@ -23483,7 +23483,7 @@ export namespace logging_v2 {
2348323483
* pageSize: 'placeholder-value',
2348423484
* // The standard list page token.
2348523485
* pageToken: 'placeholder-value',
23486-
* // 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.
23486+
* // 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.
2348723487
* returnPartialSuccess: 'placeholder-value',
2348823488
* });
2348923489
* console.log(res.data);
@@ -23629,7 +23629,7 @@ export namespace logging_v2 {
2362923629
*/
2363023630
pageToken?: string;
2363123631
/**
23632-
* 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.
23632+
* 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.
2363323633
*/
2363423634
returnPartialSuccess?: boolean;
2363523635
}
@@ -30564,7 +30564,7 @@ export namespace logging_v2 {
3056430564
* pageSize: 'placeholder-value',
3056530565
* // The standard list page token.
3056630566
* pageToken: 'placeholder-value',
30567-
* // 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.
30567+
* // 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.
3056830568
* returnPartialSuccess: 'placeholder-value',
3056930569
* });
3057030570
* console.log(res.data);
@@ -30710,7 +30710,7 @@ export namespace logging_v2 {
3071030710
*/
3071130711
pageToken?: string;
3071230712
/**
30713-
* 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.
30713+
* 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.
3071430714
*/
3071530715
returnPartialSuccess?: boolean;
3071630716
}
@@ -39187,7 +39187,7 @@ export namespace logging_v2 {
3918739187
* pageSize: 'placeholder-value',
3918839188
* // The standard list page token.
3918939189
* pageToken: 'placeholder-value',
39190-
* // 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.
39190+
* // 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.
3919139191
* returnPartialSuccess: 'placeholder-value',
3919239192
* });
3919339193
* console.log(res.data);
@@ -39333,7 +39333,7 @@ export namespace logging_v2 {
3933339333
*/
3933439334
pageToken?: string;
3933539335
/**
39336-
* 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.
39336+
* 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.
3933739337
*/
3933839338
returnPartialSuccess?: boolean;
3933939339
}

0 commit comments

Comments
 (0)