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

public sealed class ListEndpointPoliciesRequest : IMessage<ListEndpointPoliciesRequest>, IEquatable<ListEndpointPoliciesRequest>, IDeepCloneable<ListEndpointPoliciesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request used with the ListEndpointPolicies method.

Inheritance

object > ListEndpointPoliciesRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListEndpointPoliciesRequest()

public ListEndpointPoliciesRequest()

ListEndpointPoliciesRequest(ListEndpointPoliciesRequest)

public ListEndpointPoliciesRequest(ListEndpointPoliciesRequest other)
Parameter
Name Description
other ListEndpointPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of EndpointPolicies to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListEndpointPoliciesResponse Indicates that this is a continuation of a prior ListEndpointPolicies call, and that the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location from which the EndpointPolicies should be listed, specified in the format projects/*/locations/global.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName