Class TextStream.TextAtom (0.4.3)

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
Type Description
int

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
Type Description
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstance()

public static TextStream.TextAtom getDefaultInstance()
Returns
Type Description
TextStream.TextAtom

getDefaultInstanceForType()

public TextStream.TextAtom getDefaultInstanceForType()
Returns
Type Description
TextStream.TextAtom

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

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
Name Description
index int
Returns
Type Description
TextStream.TextAtom.TextInput

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
Type Description
int

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
Type Description
List<TextInput>

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
Name Description
index int
Returns
Type Description
TextStream.TextAtom.TextInputOrBuilder

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()

public 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 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.

getParserForType()

public Parser<TextStream.TextAtom> getParserForType()
Returns
Type Description
Parser<TextAtom>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilder()

public static TextStream.TextAtom.Builder newBuilder()
Returns
Type Description
TextStream.TextAtom.Builder

newBuilder(TextStream.TextAtom prototype)

public static TextStream.TextAtom.Builder newBuilder(TextStream.TextAtom prototype)
Parameter
Name Description
prototype TextStream.TextAtom
Returns
Type Description
TextStream.TextAtom.Builder

newBuilderForType()

public TextStream.TextAtom.Builder newBuilderForType()
Returns
Type Description
TextStream.TextAtom.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextStream.TextAtom.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TextStream.TextAtom.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

parseDelimitedFrom(InputStream input)

public static TextStream.TextAtom parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TextStream.TextAtom parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TextStream.TextAtom parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TextStream.TextAtom parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TextStream.TextAtom parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TextStream.TextAtom parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TextStream.TextAtom parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextAtom
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TextStream.TextAtom> parser()
Returns
Type Description
Parser<TextAtom>

toBuilder()

public TextStream.TextAtom.Builder toBuilder()
Returns
Type Description
TextStream.TextAtom.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException