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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getPreprocessingConfig()
public abstract PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
Returns | |
---|---|
Type | Description |
PreprocessingConfig |
The preprocessingConfig. |
getPreprocessingConfigOrBuilder()
public abstract PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
Returns | |
---|---|
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 is populated from Job.input_uri
. See
Supported input and output
formats.
string uri = 2;
Returns | |
---|---|
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 is populated from Job.input_uri
. See
Supported input and output
formats.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |
hasPreprocessingConfig()
public abstract boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the preprocessingConfig field is set. |