public interface InputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
A unique key for this input.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this input.
|
PreprocessingConfig |
getPreprocessingConfig()
Preprocessing configurations.
|
PreprocessingConfigOrBuilder |
getPreprocessingConfigOrBuilder()
Preprocessing configurations.
|
String |
getUri()
URI of the media.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of the media.
|
boolean |
hasPreprocessingConfig()
Preprocessing configurations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;String getUri()
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 is populated from `Job.input_uri`. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
string uri = 2;com.google.protobuf.ByteString getUriBytes()
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 is populated from `Job.input_uri`. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
string uri = 2;boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;Copyright © 2022 Google LLC. All rights reserved.