Class TextStream.Builder (1.41.0)

public static final class TextStream.Builder extends GeneratedMessageV3.Builder<TextStream.Builder> implements TextStreamOrBuilder

Encoding of a text stream. For example, closed captions or subtitles.

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

Implements

TextStreamOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllMapping(Iterable<? extends TextStream.TextMapping> values)

public TextStream.Builder addAllMapping(Iterable<? extends TextStream.TextMapping> values)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
values Iterable<? extends com.google.cloud.video.transcoder.v1.TextStream.TextMapping>
Returns
Type Description
TextStream.Builder

addMapping(TextStream.TextMapping value)

public TextStream.Builder addMapping(TextStream.TextMapping value)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
value TextStream.TextMapping
Returns
Type Description
TextStream.Builder

addMapping(TextStream.TextMapping.Builder builderForValue)

public TextStream.Builder addMapping(TextStream.TextMapping.Builder builderForValue)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
builderForValue TextStream.TextMapping.Builder
Returns
Type Description
TextStream.Builder

addMapping(int index, TextStream.TextMapping value)

public TextStream.Builder addMapping(int index, TextStream.TextMapping value)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameters
Name Description
index int
value TextStream.TextMapping
Returns
Type Description
TextStream.Builder

addMapping(int index, TextStream.TextMapping.Builder builderForValue)

public TextStream.Builder addMapping(int index, TextStream.TextMapping.Builder builderForValue)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameters
Name Description
index int
builderForValue TextStream.TextMapping.Builder
Returns
Type Description
TextStream.Builder

addMappingBuilder()

public TextStream.TextMapping.Builder addMappingBuilder()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
TextStream.TextMapping.Builder

addMappingBuilder(int index)

public TextStream.TextMapping.Builder addMappingBuilder(int index)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextMapping.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TextStream.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TextStream.Builder
Overrides

build()

public TextStream build()
Returns
Type Description
TextStream

buildPartial()

public TextStream buildPartial()
Returns
Type Description
TextStream

clear()

public TextStream.Builder clear()
Returns
Type Description
TextStream.Builder
Overrides

clearCodec()

public TextStream.Builder clearCodec()

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Returns
Type Description
TextStream.Builder

This builder for chaining.

clearDisplayName()

public TextStream.Builder clearDisplayName()

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

string display_name = 4;

Returns
Type Description
TextStream.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TextStream.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TextStream.Builder
Overrides

clearLanguageCode()

public TextStream.Builder clearLanguageCode()

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

string language_code = 2;

Returns
Type Description
TextStream.Builder

This builder for chaining.

clearMapping()

public TextStream.Builder clearMapping()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
TextStream.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public TextStream.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TextStream.Builder
Overrides

clone()

public TextStream.Builder clone()
Returns
Type Description
TextStream.Builder
Overrides

getCodec()

public String getCodec()

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Returns
Type Description
String

The codec.

getCodecBytes()

public ByteString getCodecBytes()

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Returns
Type Description
ByteString

The bytes for codec.

getDefaultInstanceForType()

public TextStream getDefaultInstanceForType()
Returns
Type Description
TextStream

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

string display_name = 4;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

string display_name = 4;

Returns
Type Description
ByteString

The bytes for displayName.

getLanguageCode()

public String getLanguageCode()

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

string language_code = 2;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

string language_code = 2;

Returns
Type Description
ByteString

The bytes for languageCode.

getMapping(int index)

public TextStream.TextMapping getMapping(int index)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextMapping

getMappingBuilder(int index)

public TextStream.TextMapping.Builder getMappingBuilder(int index)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextMapping.Builder

getMappingBuilderList()

public List<TextStream.TextMapping.Builder> getMappingBuilderList()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
List<Builder>

getMappingCount()

public int getMappingCount()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
int

getMappingList()

public List<TextStream.TextMapping> getMappingList()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
List<TextMapping>

getMappingOrBuilder(int index)

public TextStream.TextMappingOrBuilder getMappingOrBuilder(int index)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
index int
Returns
Type Description
TextStream.TextMappingOrBuilder

getMappingOrBuilderList()

public List<? extends TextStream.TextMappingOrBuilder> getMappingOrBuilderList()

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Returns
Type Description
List<? extends com.google.cloud.video.transcoder.v1.TextStream.TextMappingOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TextStream other)

public TextStream.Builder mergeFrom(TextStream other)
Parameter
Name Description
other TextStream
Returns
Type Description
TextStream.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TextStream.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextStream.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TextStream.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TextStream.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TextStream.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextStream.Builder
Overrides

removeMapping(int index)

public TextStream.Builder removeMapping(int index)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameter
Name Description
index int
Returns
Type Description
TextStream.Builder

setCodec(String value)

public TextStream.Builder setCodec(String value)

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Parameter
Name Description
value String

The codec to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setCodecBytes(ByteString value)

public TextStream.Builder setCodecBytes(ByteString value)

The codec for this text stream. The default is webvtt.

Supported text codecs:

  • srt
  • ttml
  • cea608
  • cea708
  • webvtt

string codec = 1;

Parameter
Name Description
value ByteString

The bytes for codec to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setDisplayName(String value)

public TextStream.Builder setDisplayName(String value)

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

string display_name = 4;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public TextStream.Builder setDisplayNameBytes(ByteString value)

The name for this particular text stream that will be added to the HLS/DASH manifest. Not supported in MP4 files.

string display_name = 4;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TextStream.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TextStream.Builder
Overrides

setLanguageCode(String value)

public TextStream.Builder setLanguageCode(String value)

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

string language_code = 2;

Parameter
Name Description
value String

The languageCode to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public TextStream.Builder setLanguageCodeBytes(ByteString value)

The BCP-47 language code, such as en-US or sr-Latn. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. Not supported in MP4 files.

string language_code = 2;

Parameter
Name Description
value ByteString

The bytes for languageCode to set.

Returns
Type Description
TextStream.Builder

This builder for chaining.

setMapping(int index, TextStream.TextMapping value)

public TextStream.Builder setMapping(int index, TextStream.TextMapping value)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameters
Name Description
index int
value TextStream.TextMapping
Returns
Type Description
TextStream.Builder

setMapping(int index, TextStream.TextMapping.Builder builderForValue)

public TextStream.Builder setMapping(int index, TextStream.TextMapping.Builder builderForValue)

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

repeated .google.cloud.video.transcoder.v1.TextStream.TextMapping mapping = 3;

Parameters
Name Description
index int
builderForValue TextStream.TextMapping.Builder
Returns
Type Description
TextStream.Builder

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

public TextStream.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TextStream.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TextStream.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextStream.Builder
Overrides