public static final class TextStream.TextAtom extends GeneratedMessageV3 implements TextStream.TextAtomOrBuilder
The mapping for the Job.edit_list
atoms with text EditAtom.inputs
.
Protobuf type google.cloud.video.transcoder.v1beta1.TextStream.TextAtom
Fields
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
Field Value
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static TextStream.TextAtom getDefaultInstance()
Returns
getDefaultInstanceForType()
public TextStream.TextAtom getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getInputs(int index)
public 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
Returns
getInputsCount()
public 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
getInputsList()
public 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
getInputsOrBuilder(int index)
public 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
Returns
getInputsOrBuilderList()
public 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()
Required. The EditAtom.key
that references atom with text inputs in the
Job.edit_list
.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getKeyBytes()
public 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
getParserForType()
public Parser<TextStream.TextAtom> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static TextStream.TextAtom.Builder newBuilder()
Returns
newBuilder(TextStream.TextAtom prototype)
public static TextStream.TextAtom.Builder newBuilder(TextStream.TextAtom prototype)
Parameter
Returns
newBuilderForType()
public TextStream.TextAtom.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TextStream.TextAtom.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
parseDelimitedFrom(InputStream input)
public static TextStream.TextAtom parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TextStream.TextAtom parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TextStream.TextAtom parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static TextStream.TextAtom parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static TextStream.TextAtom parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TextStream.TextAtom parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TextStream.TextAtom> parser()
Returns
toBuilder()
public TextStream.TextAtom.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions