Class SpeechAdaptation.ABNFGrammar.Builder

    • 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<SpeechAdaptation.ABNFGrammar.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<SpeechAdaptation.ABNFGrammar.Builder>
      • getDefaultInstanceForType

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

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

        public SpeechAdaptation.ABNFGrammar buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public SpeechAdaptation.ABNFGrammar.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<SpeechAdaptation.ABNFGrammar.Builder>
        Throws:
        IOException
      • getAbnfStringsList

        public com.google.protobuf.ProtocolStringList getAbnfStringsList()
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Specified by:
        getAbnfStringsList in interface SpeechAdaptation.ABNFGrammarOrBuilder
        Returns:
        A list containing the abnfStrings.
      • getAbnfStringsCount

        public int getAbnfStringsCount()
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Specified by:
        getAbnfStringsCount in interface SpeechAdaptation.ABNFGrammarOrBuilder
        Returns:
        The count of abnfStrings.
      • getAbnfStrings

        public String getAbnfStrings​(int index)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Specified by:
        getAbnfStrings in interface SpeechAdaptation.ABNFGrammarOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The abnfStrings at the given index.
      • getAbnfStringsBytes

        public com.google.protobuf.ByteString getAbnfStringsBytes​(int index)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Specified by:
        getAbnfStringsBytes in interface SpeechAdaptation.ABNFGrammarOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the abnfStrings at the given index.
      • setAbnfStrings

        public SpeechAdaptation.ABNFGrammar.Builder setAbnfStrings​(int index,
                                                                   String value)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Parameters:
        index - The index to set the value at.
        value - The abnfStrings to set.
        Returns:
        This builder for chaining.
      • addAbnfStrings

        public SpeechAdaptation.ABNFGrammar.Builder addAbnfStrings​(String value)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Parameters:
        value - The abnfStrings to add.
        Returns:
        This builder for chaining.
      • addAllAbnfStrings

        public SpeechAdaptation.ABNFGrammar.Builder addAllAbnfStrings​(Iterable<String> values)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Parameters:
        values - The abnfStrings to add.
        Returns:
        This builder for chaining.
      • clearAbnfStrings

        public SpeechAdaptation.ABNFGrammar.Builder clearAbnfStrings()
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Returns:
        This builder for chaining.
      • addAbnfStringsBytes

        public SpeechAdaptation.ABNFGrammar.Builder addAbnfStringsBytes​(com.google.protobuf.ByteString value)
         All declarations and rules of an ABNF grammar broken up into multiple
         strings that will end up concatenated.
         
        repeated string abnf_strings = 1;
        Parameters:
        value - The bytes of the abnfStrings to add.
        Returns:
        This builder for chaining.