public sealed class ListEndpointsResponse : IMessage<ListEndpointsResponse>, IEquatable<ListEndpointsResponse>, IDeepCloneable<ListEndpointsResponse>, IBufferMessage, IMessage, IPageResponse<Endpoint>, IEnumerable<Endpoint>, IEnumerable
Implements
IMessageListEndpointsResponse, IEquatableListEndpointsResponse, IDeepCloneableListEndpointsResponse, IBufferMessage, IMessage, IPageResponseEndpoint, IEnumerableEndpoint, IEnumerableNamespace
Google.Cloud.Ids.V1Assembly
Google.Cloud.Ids.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 endpoints response.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEndpoint |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Endpoint> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEndpoint |