Class TextStream.TextMapping (1.31.0)

publicstaticfinalclass TextStream.TextMappingextendsGeneratedMessageV3implementsTextStream.TextMappingOrBuilder

The mapping for the Job.edit_list atoms with text EditAtom.inputs.

Protobuf type google.cloud.video.transcoder.v1.TextStream.TextMapping

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

ATOM_KEY_FIELD_NUMBER

publicstaticfinalintATOM_KEY_FIELD_NUMBER
Field Value
Type Description
int

INPUT_KEY_FIELD_NUMBER

publicstaticfinalintINPUT_KEY_FIELD_NUMBER
Field Value
Type Description
int

INPUT_TRACK_FIELD_NUMBER

publicstaticfinalintINPUT_TRACK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticTextStream.TextMappinggetDefaultInstance()
Returns
Type Description
TextStream.TextMapping

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticTextStream.TextMapping.BuildernewBuilder()
Returns
Type Description
TextStream.TextMapping.Builder

newBuilder(TextStream.TextMapping prototype)

publicstaticTextStream.TextMapping.BuildernewBuilder(TextStream.TextMappingprototype)
Parameter
Name Description
prototype TextStream.TextMapping
Returns
Type Description
TextStream.TextMapping.Builder

parseDelimitedFrom(InputStream input)

publicstaticTextStream.TextMappingparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticTextStream.TextMappingparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticTextStream.TextMappingparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticTextStream.TextMappingparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticTextStream.TextMappingparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticTextStream.TextMappingparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticTextStream.TextMappingparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<TextStream.TextMapping>parser()
Returns
Type Description
Parser<TextMapping>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAtomKey()

publicStringgetAtomKey()

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

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

Returns
Type Description
String

The atomKey.

getAtomKeyBytes()

publicByteStringgetAtomKeyBytes()

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

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

Returns
Type Description
ByteString

The bytes for atomKey.

getDefaultInstanceForType()

publicTextStream.TextMappinggetDefaultInstanceForType()
Returns
Type Description
TextStream.TextMapping

getInputKey()

publicStringgetInputKey()

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

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The inputKey.

getInputKeyBytes()

publicByteStringgetInputKeyBytes()

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

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for inputKey.

getInputTrack()

publicintgetInputTrack()

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

int32 input_track = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The inputTrack.

getParserForType()

publicParser<TextStream.TextMapping>getParserForType()
Returns
Type Description
Parser<TextMapping>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicTextStream.TextMapping.BuildernewBuilderForType()
Returns
Type Description
TextStream.TextMapping.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedTextStream.TextMapping.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicTextStream.TextMapping.BuildertoBuilder()
Returns
Type Description
TextStream.TextMapping.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.