Interface InputOrBuilder (0.4.3)

public interface InputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for key.

getPreprocessingConfig()

public abstract PreprocessingConfig getPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
TypeDescription
PreprocessingConfig

The preprocessingConfig.

getPreprocessingConfigOrBuilder()

public abstract PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for uri.

hasPreprocessingConfig()

public abstract boolean hasPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
TypeDescription
boolean

Whether the preprocessingConfig field is set.