Interface SearchAgentsResponseOrBuilder (0.2.0)

public interface SearchAgentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgents(int index)

public abstract Agent getAgents(int index)

A list of Agents that match the search_string.

repeated .google.cloud.agentregistry.v1.Agent agents = 1;

Parameter
Name Description
index int
Returns
Type Description
Agent

getAgentsCount()

public abstract int getAgentsCount()

A list of Agents that match the search_string.

repeated .google.cloud.agentregistry.v1.Agent agents = 1;

Returns
Type Description
int

getAgentsList()

public abstract List<Agent> getAgentsList()

A list of Agents that match the search_string.

repeated .google.cloud.agentregistry.v1.Agent agents = 1;

Returns
Type Description
List<Agent>

getAgentsOrBuilder(int index)

public abstract AgentOrBuilder getAgentsOrBuilder(int index)

A list of Agents that match the search_string.

repeated .google.cloud.agentregistry.v1.Agent agents = 1;

Parameter
Name Description
index int
Returns
Type Description
AgentOrBuilder

getAgentsOrBuilderList()

public abstract List<? extends AgentOrBuilder> getAgentsOrBuilderList()

A list of Agents that match the search_string.

repeated .google.cloud.agentregistry.v1.Agent agents = 1;

Returns
Type Description
List<? extends com.google.cloud.agentregistry.v1.AgentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.