Class ListEndpointPoliciesResponse (0.2.1)

ListEndpointPoliciesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response returned by the ListEndpointPolicies method.

Attributes

NameDescription
endpoint_policies Sequence[google.cloud.network_services_v1.types.EndpointPolicy]
List of EndpointPolicy resources.
next_page_token str
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``.

Inheritance

builtins.object > proto.message.Message > ListEndpointPoliciesResponse