public static interface TextStream.TextAtomOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Name | Description |
index | int |
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;
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;
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;
Name | Description |
index | int |
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;
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];
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];
Type | Description |
ByteString | The bytes for key. |