public interface InputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;
Type | Description |
String | The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
A unique key for this input. Must be specified when using advanced mapping and edit lists.
string key = 1;
Type | Description |
ByteString | The bytes for key. |
getPreprocessingConfig()
public abstract PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
PreprocessingConfig | The preprocessingConfig. |
getPreprocessingConfigOrBuilder()
public abstract PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
PreprocessingConfigOrBuilder |
getUri()
public abstract 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 will be populated from Job.input_uri
.
string uri = 2;
Type | Description |
String | The uri. |
getUriBytes()
public abstract 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 will be populated from Job.input_uri
.
string uri = 2;
Type | Description |
ByteString | The bytes for uri. |
hasPreprocessingConfig()
public abstract boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Type | Description |
boolean | Whether the preprocessingConfig field is set. |