public sealed class ListEndpointsResponse : IPageResponse<Endpoint>, IEnumerable<Endpoint>, IEnumerable, IMessage<ListEndpointsResponse>, IEquatable<ListEndpointsResponse>, IDeepCloneable<ListEndpointsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Agent Registry v1 API class ListEndpointsResponse.
Message for response to listing Endpoints
Implements
IPageResponseEndpoint, IEnumerableEndpoint, IEnumerable, IMessageListEndpointsResponse, IEquatableListEndpointsResponse, IDeepCloneableListEndpointsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AgentRegistry.V1Assembly
Google.Cloud.AgentRegistry.V1.dll
Constructors
ListEndpointsResponse()
public ListEndpointsResponse()ListEndpointsResponse(ListEndpointsResponse)
public ListEndpointsResponse(ListEndpointsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEndpointsResponse |
Properties
Endpoints
public RepeatedField<Endpoint> Endpoints { get; }The list of Endpoint resources matching the parent and filter criteria in
the request. Each Endpoint resource follows the format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEndpoint |
|
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.ListEndpointsRequest.page_token].
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Endpoint> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEndpoint |
|