Interface TextStream.TextAtomOrBuilder (0.4.3)

public static interface TextStream.TextAtomOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputs(int index)

public abstract TextStream.TextAtom.TextInput getInputs(int index)

List of Job.inputs that should be embedded in this atom. Only one input is supported.

repeated .google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput inputs = 2;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextAtom.TextInput

getInputsCount()

public abstract int getInputsCount()

List of Job.inputs that should be embedded in this atom. Only one input is supported.

repeated .google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput inputs = 2;

Returns
Type Description
int

getInputsList()

public abstract List<TextStream.TextAtom.TextInput> getInputsList()

List of Job.inputs that should be embedded in this atom. Only one input is supported.

repeated .google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput inputs = 2;

Returns
Type Description
List<TextInput>

getInputsOrBuilder(int index)

public abstract TextStream.TextAtom.TextInputOrBuilder getInputsOrBuilder(int index)

List of Job.inputs that should be embedded in this atom. Only one input is supported.

repeated .google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput inputs = 2;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextAtom.TextInputOrBuilder

getInputsOrBuilderList()

public abstract List<? extends TextStream.TextAtom.TextInputOrBuilder> getInputsOrBuilderList()

List of Job.inputs that should be embedded in this atom. Only one input is supported.

repeated .google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput inputs = 2;

Returns
Type Description
List<? extends com.google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInputOrBuilder>

getKey()

public abstract String getKey()

Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

string key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for key.