feat: add support for user labels for job and job template by gcf-owl-bot[bot] · Pull Request #352 · googleapis/java-video-transcoder · GitHub
Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ public com.google.protobuf.ByteString getKeyBytes() {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand All @@ -222,7 +224,9 @@ public java.lang.String getUri() {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand Down Expand Up @@ -769,7 +773,9 @@ public Builder setKeyBytes(com.google.protobuf.ByteString value) {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand All @@ -793,7 +799,9 @@ public java.lang.String getUri() {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand All @@ -817,7 +825,9 @@ public com.google.protobuf.ByteString getUriBytes() {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand All @@ -840,7 +850,9 @@ public Builder setUri(java.lang.String value) {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand All @@ -859,7 +871,9 @@ public Builder clearUri() {
* <pre>
* URI of the media. Input files must be at least 5 seconds in duration and
* stored in Cloud Storage (for example, `gs://bucket/inputs/file.mp4`).
* If empty, the value will be populated from `Job.input_uri`.
* If empty, the value is populated from `Job.input_uri`. See
* [Supported input and output
* formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
* </pre>
*
* <code>string uri = 2;</code>
Expand Down
Loading