Network Services v1 API - Class ListEndpointPoliciesResponse (1.0.0-beta01)

public sealed class ListEndpointPoliciesResponse : IMessage<ListEndpointPoliciesResponse>, IEquatable<ListEndpointPoliciesResponse>, IDeepCloneable<ListEndpointPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<EndpointPolicy>, IEnumerable<EndpointPolicy>, IEnumerable

Reference documentation and code samples for the Network Services v1 API class ListEndpointPoliciesResponse.

Response returned by the ListEndpointPolicies method.

Inheritance

object > ListEndpointPoliciesResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListEndpointPoliciesResponse()

public ListEndpointPoliciesResponse()

ListEndpointPoliciesResponse(ListEndpointPoliciesResponse)

public ListEndpointPoliciesResponse(ListEndpointPoliciesResponse other)
Parameter
Name Description
other ListEndpointPoliciesResponse

Properties

EndpointPolicies

public RepeatedField<EndpointPolicy> EndpointPolicies { get; }

List of EndpointPolicy resources.

Property Value
Type Description
RepeatedFieldEndpointPolicy

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<EndpointPolicy> GetEnumerator()

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

Returns
Type Description
IEnumeratorEndpointPolicy