public static final class ListSuggestionsResponse.Builder extends 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
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListSuggestionsResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListSuggestionsResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListSuggestionsResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder mergeFrom(ListSuggestionsResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public ListSuggestionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListSuggestionsResponse.Builder>
IOException
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;
getSuggestionsList
in interface ListSuggestionsResponseOrBuilder
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;
getSuggestionsCount
in interface ListSuggestionsResponseOrBuilder
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;
getSuggestions
in interface ListSuggestionsResponseOrBuilder
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getSuggestionsOrBuilder
in interface ListSuggestionsResponseOrBuilder
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;
getSuggestionsOrBuilderList
in interface ListSuggestionsResponseOrBuilder
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;
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;
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;
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;
getNextPageToken
in interface ListSuggestionsResponseOrBuilder
public 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;
getNextPageTokenBytes
in interface ListSuggestionsResponseOrBuilder
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;
value
- The nextPageToken to set.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;
public ListSuggestionsResponse.Builder setNextPageTokenBytes(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;
value
- The bytes for nextPageToken to set.public final ListSuggestionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
public final ListSuggestionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListSuggestionsResponse.Builder>
Copyright © 2022 Google LLC. All rights reserved.