public static final class ListEnvironmentsResponse.Builder extends GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder> implements ListEnvironmentsResponseOrBuilder
The response message for [Environments.ListEnvironments][google.cloud.dialogflow.v2.Environments.ListEnvironments].Protobuf type
google.cloud.dialogflow.v2.ListEnvironmentsResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListEnvironmentsResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListEnvironmentsResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListEnvironmentsResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder mergeFrom(ListEnvironmentsResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public ListEnvironmentsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListEnvironmentsResponse.Builder>
IOException
public List<Environment> getEnvironmentsList()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
getEnvironmentsList
in interface ListEnvironmentsResponseOrBuilder
public int getEnvironmentsCount()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
getEnvironmentsCount
in interface ListEnvironmentsResponseOrBuilder
public Environment getEnvironments(int index)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
getEnvironments
in interface ListEnvironmentsResponseOrBuilder
public ListEnvironmentsResponse.Builder setEnvironments(int index, Environment value)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder setEnvironments(int index, Environment.Builder builderForValue)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder addEnvironments(Environment value)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder addEnvironments(int index, Environment value)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder addEnvironments(Environment.Builder builderForValue)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder addEnvironments(int index, Environment.Builder builderForValue)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder addAllEnvironments(Iterable<? extends Environment> values)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder clearEnvironments()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public ListEnvironmentsResponse.Builder removeEnvironments(int index)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public Environment.Builder getEnvironmentsBuilder(int index)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public EnvironmentOrBuilder getEnvironmentsOrBuilder(int index)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
getEnvironmentsOrBuilder
in interface ListEnvironmentsResponseOrBuilder
public List<? extends EnvironmentOrBuilder> getEnvironmentsOrBuilderList()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
getEnvironmentsOrBuilderList
in interface ListEnvironmentsResponseOrBuilder
public Environment.Builder addEnvironmentsBuilder()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public Environment.Builder addEnvironmentsBuilder(int index)
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 1;
public List<Environment.Builder> getEnvironmentsBuilderList()
The list of agent environments. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2.Environment environments = 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 ListEnvironmentsResponseOrBuilder
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 ListEnvironmentsResponseOrBuilder
public ListEnvironmentsResponse.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 ListEnvironmentsResponse.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 ListEnvironmentsResponse.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 ListEnvironmentsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
public final ListEnvironmentsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListEnvironmentsResponse.Builder>
Copyright © 2021 Google LLC. All rights reserved.