Class ListSuggestionsResponse.Builder

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

    public static final class ListSuggestionsResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
    implements ListSuggestionsResponseOrBuilder
     The response message for
     [Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions].
     
    Protobuf type google.cloud.dialogflow.v2beta1.ListSuggestionsResponse
    • 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<ListSuggestionsResponse.Builder>
      • clear

        public ListSuggestionsResponse.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<ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • clearField

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • clearOneof

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • setRepeatedField

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • addRepeatedField

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
      • isInitialized

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

        public ListSuggestionsResponse.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<ListSuggestionsResponse.Builder>
        Throws:
        IOException
      • getSuggestionsList

        public List<Suggestion> getSuggestionsList()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
        Specified by:
        getSuggestionsList in interface ListSuggestionsResponseOrBuilder
      • getSuggestionsCount

        public int getSuggestionsCount()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
        Specified by:
        getSuggestionsCount in interface ListSuggestionsResponseOrBuilder
      • getSuggestions

        public Suggestion getSuggestions​(int index)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
        Specified by:
        getSuggestions in interface ListSuggestionsResponseOrBuilder
      • setSuggestions

        public ListSuggestionsResponse.Builder setSuggestions​(int index,
                                                              Suggestion value)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • setSuggestions

        public ListSuggestionsResponse.Builder setSuggestions​(int index,
                                                              Suggestion.Builder builderForValue)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addSuggestions

        public ListSuggestionsResponse.Builder addSuggestions​(Suggestion value)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addSuggestions

        public ListSuggestionsResponse.Builder addSuggestions​(int index,
                                                              Suggestion value)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addSuggestions

        public ListSuggestionsResponse.Builder addSuggestions​(Suggestion.Builder builderForValue)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addSuggestions

        public ListSuggestionsResponse.Builder addSuggestions​(int index,
                                                              Suggestion.Builder builderForValue)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addAllSuggestions

        public ListSuggestionsResponse.Builder addAllSuggestions​(Iterable<? extends Suggestion> values)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • clearSuggestions

        public ListSuggestionsResponse.Builder clearSuggestions()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • removeSuggestions

        public ListSuggestionsResponse.Builder removeSuggestions​(int index)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsBuilder

        public Suggestion.Builder getSuggestionsBuilder​(int index)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsOrBuilder

        public SuggestionOrBuilder getSuggestionsOrBuilder​(int index)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
        Specified by:
        getSuggestionsOrBuilder in interface ListSuggestionsResponseOrBuilder
      • getSuggestionsOrBuilderList

        public List<? extends SuggestionOrBuilder> getSuggestionsOrBuilderList()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
        Specified by:
        getSuggestionsOrBuilderList in interface ListSuggestionsResponseOrBuilder
      • addSuggestionsBuilder

        public Suggestion.Builder addSuggestionsBuilder()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • addSuggestionsBuilder

        public Suggestion.Builder addSuggestionsBuilder​(int index)
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsBuilderList

        public List<Suggestion.Builder> getSuggestionsBuilderList()
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getNextPageToken

        public String getNextPageToken()
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListSuggestionsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListSuggestionsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListSuggestionsResponse.Builder setNextPageToken​(String value)
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListSuggestionsResponse.Builder clearNextPageToken()
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListSuggestionsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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