public sealed class ListServicesResponse : IPageResponse<Service>, IEnumerable<Service>, IEnumerable, IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class ListServicesResponse.
Message for response to listing Services
Implements
IPageResponseService, IEnumerableService, IEnumerable, IMessageListServicesResponse, IEquatableListServicesResponse, IDeepCloneableListServicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
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 |
|