public static final class ListContextsResponse.Builder extends GeneratedMessageV3.Builder<ListContextsResponse.Builder> implements ListContextsResponseOrBuilder
The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts].Protobuf type
google.cloud.dialogflow.v2.ListContextsResponse
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<ListContextsResponse.Builder>
public ListContextsResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListContextsResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListContextsResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListContextsResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder mergeFrom(ListContextsResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public ListContextsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListContextsResponse.Builder>
IOException
public 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.v2.Context contexts = 1;
getContextsList
in interface ListContextsResponseOrBuilder
public 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.v2.Context contexts = 1;
getContextsCount
in interface ListContextsResponseOrBuilder
public 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.v2.Context contexts = 1;
getContexts
in interface ListContextsResponseOrBuilder
public 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.v2.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.v2.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.v2.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.v2.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.v2.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.v2.Context contexts = 1;
public ListContextsResponse.Builder addAllContexts(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.v2.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.v2.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.v2.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.v2.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.v2.Context contexts = 1;
getContextsOrBuilder
in interface ListContextsResponseOrBuilder
public 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.v2.Context contexts = 1;
getContextsOrBuilderList
in interface ListContextsResponseOrBuilder
public 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.v2.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.v2.Context contexts = 1;
public 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.v2.Context contexts = 1;
public 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 ListContextsResponseOrBuilder
public 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 ListContextsResponseOrBuilder
public ListContextsResponse.Builder setNextPageToken(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;
value
- The nextPageToken to set.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;
value
- The bytes for nextPageToken to set.public final ListContextsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
public final ListContextsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListContextsResponse.Builder>
Copyright © 2022 Google LLC. All rights reserved.