Class TextStream.TextMapping.Builder (1.50.0)

publicstaticfinalclass TextStream.TextMapping.BuilderextendsGeneratedMessageV3.Builder<TextStream.TextMapping.Builder>implementsTextStream.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.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicTextStream.TextMapping.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

build()

publicTextStream.TextMappingbuild()
Returns
Type Description
TextStream.TextMapping

buildPartial()

publicTextStream.TextMappingbuildPartial()
Returns
Type Description
TextStream.TextMapping

clear()

publicTextStream.TextMapping.Builderclear()
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

clearAtomKey()

publicTextStream.TextMapping.BuilderclearAtomKey()

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
TextStream.TextMapping.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

publicTextStream.TextMapping.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

clearInputKey()

publicTextStream.TextMapping.BuilderclearInputKey()

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

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

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

clearInputTrack()

publicTextStream.TextMapping.BuilderclearInputTrack()

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

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

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicTextStream.TextMapping.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

clone()

publicTextStream.TextMapping.Builderclone()
Returns
Type Description
TextStream.TextMapping.Builder
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

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TextStream.TextMapping other)

publicTextStream.TextMapping.BuildermergeFrom(TextStream.TextMappingother)
Parameter
Name Description
other TextStream.TextMapping
Returns
Type Description
TextStream.TextMapping.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicTextStream.TextMapping.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.TextMapping.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicTextStream.TextMapping.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalTextStream.TextMapping.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

setAtomKey(String value)

publicTextStream.TextMapping.BuildersetAtomKey(Stringvalue)

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

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

Parameter
Name Description
value String

The atomKey to set.

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

setAtomKeyBytes(ByteString value)

publicTextStream.TextMapping.BuildersetAtomKeyBytes(ByteStringvalue)

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

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

Parameter
Name Description
value ByteString

The bytes for atomKey to set.

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

publicTextStream.TextMapping.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

setInputKey(String value)

publicTextStream.TextMapping.BuildersetInputKey(Stringvalue)

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

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

Parameter
Name Description
value String

The inputKey to set.

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

setInputKeyBytes(ByteString value)

publicTextStream.TextMapping.BuildersetInputKeyBytes(ByteStringvalue)

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

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

Parameter
Name Description
value ByteString

The bytes for inputKey to set.

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

setInputTrack(int value)

publicTextStream.TextMapping.BuildersetInputTrack(intvalue)

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

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

Parameter
Name Description
value int

The inputTrack to set.

Returns
Type Description
TextStream.TextMapping.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicTextStream.TextMapping.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalTextStream.TextMapping.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextStream.TextMapping.Builder
Overrides

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.