public static final class ListContextsResponse.Builder extends GeneratedMessageV3.Builder<ListContextsResponse.Builder> implements ListContextsResponseOrBuilder
The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2beta1.Contexts.ListContexts].Protobuf type
google.cloud.dialogflow.v2beta1.ListContextsResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ListContextsResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ListContextsResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ListContextsResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder mergeFrom(ListContextsResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public ListContextsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ListContextsResponse.Builder>java.io.IOExceptionpublic java.util.List<Context> getContextsList()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;getContextsList in interface ListContextsResponseOrBuilderpublic int getContextsCount()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;getContextsCount in interface ListContextsResponseOrBuilderpublic Context getContexts(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;getContexts in interface ListContextsResponseOrBuilderpublic ListContextsResponse.Builder setContexts(int index, Context value)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder setContexts(int index, Context.Builder builderForValue)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder addContexts(Context value)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder addContexts(int index, Context value)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder addContexts(Context.Builder builderForValue)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder addContexts(int index, Context.Builder builderForValue)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder addAllContexts(java.lang.Iterable<? extends Context> values)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder clearContexts()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ListContextsResponse.Builder removeContexts(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public Context.Builder getContextsBuilder(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public ContextOrBuilder getContextsOrBuilder(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;getContextsOrBuilder in interface ListContextsResponseOrBuilderpublic java.util.List<? extends ContextOrBuilder> getContextsOrBuilderList()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;getContextsOrBuilderList in interface ListContextsResponseOrBuilderpublic Context.Builder addContextsBuilder()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public Context.Builder addContextsBuilder(int index)
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public java.util.List<Context.Builder> getContextsBuilderList()
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Context contexts = 1;public java.lang.String getNextPageToken()
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 ListContextsResponseOrBuilderpublic ByteString getNextPageTokenBytes()
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 ListContextsResponseOrBuilderpublic ListContextsResponse.Builder setNextPageToken(java.lang.String value)
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 ListContextsResponse.Builder clearNextPageToken()
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 ListContextsResponse.Builder setNextPageTokenBytes(ByteString value)
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 final ListContextsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>public final ListContextsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>