Agent Registry v1 API - Class SearchAgentsResponse (1.0.0-beta01)

public sealed class SearchAgentsResponse : IPageResponse<Agent>, IEnumerable<Agent>, IEnumerable, IMessage<SearchAgentsResponse>, IEquatable<SearchAgentsResponse>, IDeepCloneable<SearchAgentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Agent Registry v1 API class SearchAgentsResponse.

Message for response to searching Agents

Inheritance

object > SearchAgentsResponse

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

Google.Cloud.AgentRegistry.V1.dll

Constructors

SearchAgentsResponse()

public SearchAgentsResponse()

SearchAgentsResponse(SearchAgentsResponse)

public SearchAgentsResponse(SearchAgentsResponse other)
Parameter
Name Description
other SearchAgentsResponse

Properties

Agents

public RepeatedField<Agent> Agents { get; }

A list of Agents that match the search_string.

Property Value
Type Description
RepeatedFieldAgent

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Agent> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorAgent