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

public sealed class ListServicesResponse : IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage

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

Message for response to listing Services

Inheritance

object > ListServicesResponse

Namespace

Google.Cloud.AgentRegistry.V1

Assembly

Google.Cloud.AgentRegistry.V1.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
Name Description
other ListServicesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListServicesRequest.page_token].

Property Value
Type Description
string

Services

public RepeatedField<Service> Services { get; }

The list of Service resources matching the parent and filter criteria in the request. Each Service resource follows the format: projects/{project}/locations/{location}/services/{service}.

Property Value
Type Description
RepeatedFieldService

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

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

Returns
Type Description
IEnumeratorService