Skip to content

Commit e0726db

Browse files
yoshi-automationquirogas
authored andcommitted
fix(speech): update the API
#### speech:v1p1beta1 The following keys were changed: - resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description #### speech:v1 The following keys were changed: - resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent b7b21a1 commit e0726db

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

discovery/speech-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"type": "string"
199199
},
200200
"returnPartialSuccess": {
201-
"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.",
201+
"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.",
202202
"location": "query",
203203
"type": "boolean"
204204
}
@@ -566,7 +566,7 @@
566566
}
567567
}
568568
},
569-
"revision": "20250925",
569+
"revision": "20251201",
570570
"rootUrl": "https://speech.googleapis.com/",
571571
"schemas": {
572572
"ABNFGrammar": {
@@ -769,7 +769,7 @@
769769
"type": "array"
770770
},
771771
"unreachable": {
772-
"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.",
772+
"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.",
773773
"items": {
774774
"type": "string"
775775
},

discovery/speech-v1p1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"type": "string"
199199
},
200200
"returnPartialSuccess": {
201-
"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.",
201+
"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.",
202202
"location": "query",
203203
"type": "boolean"
204204
}
@@ -566,7 +566,7 @@
566566
}
567567
}
568568
},
569-
"revision": "20250925",
569+
"revision": "20251201",
570570
"rootUrl": "https://speech.googleapis.com/",
571571
"schemas": {
572572
"ABNFGrammar": {
@@ -769,7 +769,7 @@
769769
"type": "array"
770770
},
771771
"unreachable": {
772-
"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.",
772+
"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.",
773773
"items": {
774774
"type": "string"
775775
},

src/apis/speech/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export namespace speech_v1 {
273273
*/
274274
operations?: Schema$Operation[];
275275
/**
276-
* 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.
276+
* 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.
277277
*/
278278
unreachable?: string[] | null;
279279
}
@@ -981,7 +981,7 @@ export namespace speech_v1 {
981981
* pageSize: 'placeholder-value',
982982
* // The standard list page token.
983983
* pageToken: 'placeholder-value',
984-
* // 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.
984+
* // 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.
985985
* returnPartialSuccess: 'placeholder-value',
986986
* });
987987
* console.log(res.data);
@@ -1112,7 +1112,7 @@ export namespace speech_v1 {
11121112
*/
11131113
pageToken?: string;
11141114
/**
1115-
* 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.
1115+
* 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.
11161116
*/
11171117
returnPartialSuccess?: boolean;
11181118
}

src/apis/speech/v1p1beta1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export namespace speech_v1p1beta1 {
273273
*/
274274
operations?: Schema$Operation[];
275275
/**
276-
* 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.
276+
* 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.
277277
*/
278278
unreachable?: string[] | null;
279279
}
@@ -997,7 +997,7 @@ export namespace speech_v1p1beta1 {
997997
* pageSize: 'placeholder-value',
998998
* // The standard list page token.
999999
* pageToken: 'placeholder-value',
1000-
* // 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.
1000+
* // 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.
10011001
* returnPartialSuccess: 'placeholder-value',
10021002
* });
10031003
* console.log(res.data);
@@ -1131,7 +1131,7 @@ export namespace speech_v1p1beta1 {
11311131
*/
11321132
pageToken?: string;
11331133
/**
1134-
* 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.
1134+
* 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.
11351135
*/
11361136
returnPartialSuccess?: boolean;
11371137
}

0 commit comments

Comments
 (0)