Interface ListAgentsResponseOrBuilder (0.7.0)

public interface ListAgentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgents(int index)

public abstract Agent getAgents(int index)

The list of agents.

repeated .google.cloud.ces.v1beta.Agent agents = 1;

Parameter
Name Description
index int
Returns
Type Description
Agent

getAgentsCount()

public abstract int getAgentsCount()

The list of agents.

repeated .google.cloud.ces.v1beta.Agent agents = 1;

Returns
Type Description
int

getAgentsList()

public abstract List<Agent> getAgentsList()

The list of agents.

repeated .google.cloud.ces.v1beta.Agent agents = 1;

Returns
Type Description
List<Agent>

getAgentsOrBuilder(int index)

public abstract AgentOrBuilder getAgentsOrBuilder(int index)

The list of agents.

repeated .google.cloud.ces.v1beta.Agent agents = 1;

Parameter
Name Description
index int
Returns
Type Description
AgentOrBuilder

getAgentsOrBuilderList()

public abstract List<? extends AgentOrBuilder> getAgentsOrBuilderList()

The list of agents.

repeated .google.cloud.ces.v1beta.Agent agents = 1;

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.AgentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as ListAgentsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as ListAgentsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.