public interface SearchAgentsResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Agent |
getAgents(int index)
The list of agents.
|
int |
getAgentsCount()
The list of agents.
|
java.util.List<Agent> |
getAgentsList()
The list of agents.
|
AgentOrBuilder |
getAgentsOrBuilder(int index)
The list of agents.
|
java.util.List<? extends AgentOrBuilder> |
getAgentsOrBuilderList()
The list of agents.
|
java.lang.String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
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, hasOneofisInitializedjava.util.List<Agent> getAgentsList()
The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Agent agents = 1;Agent getAgents(int index)
The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Agent agents = 1;int getAgentsCount()
The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Agent agents = 1;java.util.List<? extends AgentOrBuilder> getAgentsOrBuilderList()
The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Agent agents = 1;AgentOrBuilder getAgentsOrBuilder(int index)
The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.v2beta1.Agent agents = 1;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;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;