Class ListEndpointsResponse (1.0.0)

public sealed class ListEndpointsResponse : IMessage<ListEndpointsResponse>, IEquatable<ListEndpointsResponse>, IDeepCloneable<ListEndpointsResponse>, IBufferMessage, IMessage, IPageResponse<Endpoint>, IEnumerable<Endpoint>, IEnumerable

The response message for [RegistrationService.ListEndpoints][google.cloud.servicedirectory.v1.RegistrationService.ListEndpoints].

Inheritance

System.Object > ListEndpointsResponse

Implements

Google.Protobuf.IMessage<ListEndpointsResponse>, System.IEquatable<ListEndpointsResponse>, Google.Protobuf.IDeepCloneable<ListEndpointsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Endpoint>, System.Collections.Generic.IEnumerable<Endpoint>, System.Collections.IEnumerable

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

ListEndpointsResponse()

public ListEndpointsResponse()

ListEndpointsResponse(ListEndpointsResponse)

public ListEndpointsResponse(ListEndpointsResponse other)
Parameter
NameDescription
otherListEndpointsResponse

Properties

Endpoints

public RepeatedField<Endpoint> Endpoints { get; }

The list of endpoints.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Endpoint>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
System.String

Methods

GetEnumerator()

public IEnumerator<Endpoint> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Endpoint>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator