Skip to content

Commit c1833ab

Browse files
yoshi-automationsofisl
authored andcommitted
fix(transcoder): update the API
#### transcoder:v1 The following keys were changed: - schemas.Output.properties.uri.description
1 parent 9a00120 commit c1833ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/transcoder-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
}
386386
}
387387
},
388-
"revision": "20240207",
388+
"revision": "20240626",
389389
"rootUrl": "https://transcoder.googleapis.com/",
390390
"schemas": {
391391
"AdBreak": {
@@ -1541,7 +1541,7 @@
15411541
"id": "Output",
15421542
"properties": {
15431543
"uri": {
1544-
"description": "URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).",
1544+
"description": "URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).",
15451545
"type": "string"
15461546
}
15471547
},

src/apis/transcoder/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export namespace transcoder_v1 {
990990
*/
991991
export interface Schema$Output {
992992
/**
993-
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
993+
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
994994
*/
995995
uri?: string | null;
996996
}

0 commit comments

Comments
 (0)