Class TextStream.TextAtom.TextInput (0.4.3)

public static final class TextStream.TextAtom.TextInput extends GeneratedMessageV3 implements TextStream.TextAtom.TextInputOrBuilder

Identifies which input file and track should be used.

Protobuf type google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput

Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
Type Description
int

TRACK_FIELD_NUMBER

public static final int TRACK_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.TextInput getDefaultInstance()
Returns
Type Description
TextStream.TextAtom.TextInput

getDefaultInstanceForType()

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

getDescriptor()

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

getKey()

public String getKey()

Required. The Input.key that identifies the input file.

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

Returns
Type Description
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

Required. The Input.key that identifies the input file.

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

Returns
Type Description
ByteString

The bytes for key.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTrack()

public int getTrack()

Required. The zero-based index of the track in the input file.

int32 track = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The track.

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.TextInput.Builder newBuilder()
Returns
Type Description
TextStream.TextAtom.TextInput.Builder

newBuilder(TextStream.TextAtom.TextInput prototype)

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

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextStream.TextAtom.TextInput.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TextStream.TextAtom.TextInput.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.TextInput parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextStream.TextAtom.TextInput
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

toBuilder()

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

writeTo(CodedOutputStream output)

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