Network Security v1 API - Class ListGatewaySecurityPoliciesRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class ListGatewaySecurityPoliciesRequest.

Request used with the ListGatewaySecurityPolicies method.

Inheritance

object > ListGatewaySecurityPoliciesRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

ListGatewaySecurityPoliciesRequest()

public ListGatewaySecurityPoliciesRequest()

ListGatewaySecurityPoliciesRequest(ListGatewaySecurityPoliciesRequest)

public ListGatewaySecurityPoliciesRequest(ListGatewaySecurityPoliciesRequest other)
Parameter
Name Description
other ListGatewaySecurityPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of GatewaySecurityPolicies to return per call.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last 'ListGatewaySecurityPoliciesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicies' 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 GatewaySecurityPolicies should be listed, specified in the format projects/{project}/locations/{location}.

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