public interface ListEnvironmentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Environment |
getEnvironments(int index)
The list of agent environments.
|
int |
getEnvironmentsCount()
The list of agent environments.
|
List<Environment> |
getEnvironmentsList()
The list of agent environments.
|
EnvironmentOrBuilder |
getEnvironmentsOrBuilder(int index)
The list of agent environments.
|
List<? extends EnvironmentOrBuilder> |
getEnvironmentsOrBuilderList()
The list of agent environments.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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.v2beta1.Environment environments = 1;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.v2beta1.Environment environments = 1;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.v2beta1.Environment environments = 1;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.v2beta1.Environment environments = 1;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.v2beta1.Environment environments = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.