Class ListPhraseMatchersResponse.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<ListPhraseMatchersResponse.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<ListPhraseMatchersResponse.Builder>
      • getDefaultInstanceForType

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

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

        public ListPhraseMatchersResponse 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<ListPhraseMatchersResponse.Builder>
      • mergeFrom

        public ListPhraseMatchersResponse.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<ListPhraseMatchersResponse.Builder>
        Throws:
        IOException
      • setPhraseMatchers

        public ListPhraseMatchersResponse.Builder setPhraseMatchers​(int index,
                                                                    PhraseMatcher value)
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • addPhraseMatchers

        public ListPhraseMatchersResponse.Builder addPhraseMatchers​(int index,
                                                                    PhraseMatcher value)
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • clearPhraseMatchers

        public ListPhraseMatchersResponse.Builder clearPhraseMatchers()
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • removePhraseMatchers

        public ListPhraseMatchersResponse.Builder removePhraseMatchers​(int index)
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • getPhraseMatchersBuilder

        public PhraseMatcher.Builder getPhraseMatchersBuilder​(int index)
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • addPhraseMatchersBuilder

        public PhraseMatcher.Builder addPhraseMatchersBuilder()
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • addPhraseMatchersBuilder

        public PhraseMatcher.Builder addPhraseMatchersBuilder​(int index)
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • getPhraseMatchersBuilderList

        public List<PhraseMatcher.Builder> getPhraseMatchersBuilderList()
         The phrase matchers that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListPhraseMatchersResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListPhraseMatchersResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListPhraseMatchersResponse.Builder setNextPageToken​(String value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListPhraseMatchersResponse.Builder clearNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListPhraseMatchersResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListPhraseMatchersResponse.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<ListPhraseMatchersResponse.Builder>
      • mergeUnknownFields

        public final ListPhraseMatchersResponse.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<ListPhraseMatchersResponse.Builder>