Class TextStream.Builder

  • All Implemented Interfaces:
    TextStreamOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    TextStream

    public static final class TextStream.Builder
    extends com.google.protobuf.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
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • clear

        public TextStream.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • getDefaultInstanceForType

        public TextStream getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TextStream build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TextStream buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public TextStream.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • setField

        public TextStream.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                           Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • clearField

        public TextStream.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • clearOneof

        public TextStream.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • setRepeatedField

        public TextStream.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   int index,
                                                   Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • addRepeatedField

        public TextStream.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • mergeFrom

        public TextStream.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TextStream.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • mergeFrom

        public TextStream.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TextStream.Builder>
        Throws:
        IOException
      • 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;
        Specified by:
        getCodec in interface TextStreamOrBuilder
        Returns:
        The codec.
      • getCodecBytes

        public com.google.protobuf.ByteString getCodecBytes()
         The codec for this text stream. The default is `webvtt`.
        
         Supported text codecs:
        
         - `srt`
         - `ttml`
         - `cea608`
         - `cea708`
         - `webvtt`
         
        string codec = 1;
        Specified by:
        getCodecBytes in interface TextStreamOrBuilder
        Returns:
        The bytes for codec.
      • setCodec

        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;
        Parameters:
        value - The codec to set.
        Returns:
        This builder for chaining.
      • 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:
        This builder for chaining.
      • setCodecBytes

        public TextStream.Builder setCodecBytes​(com.google.protobuf.ByteString value)
         The codec for this text stream. The default is `webvtt`.
        
         Supported text codecs:
        
         - `srt`
         - `ttml`
         - `cea608`
         - `cea708`
         - `webvtt`
         
        string codec = 1;
        Parameters:
        value - The bytes for codec to set.
        Returns:
        This builder for chaining.
      • 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;
        Specified by:
        getLanguageCode in interface TextStreamOrBuilder
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        public com.google.protobuf.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;
        Specified by:
        getLanguageCodeBytes in interface TextStreamOrBuilder
        Returns:
        The bytes for languageCode.
      • setLanguageCode

        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;
        Parameters:
        value - The languageCode to set.
        Returns:
        This builder for chaining.
      • 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:
        This builder for chaining.
      • setLanguageCodeBytes

        public TextStream.Builder setLanguageCodeBytes​(com.google.protobuf.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;
        Parameters:
        value - The bytes for languageCode to set.
        Returns:
        This builder for chaining.
      • 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;
        Specified by:
        getMappingCount in interface TextStreamOrBuilder
      • getMapping

        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;
        Specified by:
        getMapping in interface TextStreamOrBuilder
      • setMapping

        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;
      • setMapping

        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;
      • addMapping

        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;
      • addMapping

        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;
      • addMapping

        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;
      • addMapping

        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;
      • addAllMapping

        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;
      • 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;
      • removeMapping

        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;
      • getMappingBuilder

        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;
      • 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;
      • addMappingBuilder

        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;
      • 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;
      • 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;
        Specified by:
        getDisplayName in interface TextStreamOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.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;
        Specified by:
        getDisplayNameBytes in interface TextStreamOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        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;
        Parameters:
        value - The displayName to set.
        Returns:
        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:
        This builder for chaining.
      • setDisplayNameBytes

        public TextStream.Builder setDisplayNameBytes​(com.google.protobuf.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;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final TextStream.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>
      • mergeUnknownFields

        public final TextStream.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TextStream.Builder>