Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListGatewaySecurityPolicyRulesRequest.
Request used with the ListGatewaySecurityPolicyRules method.
Generated from protobuf message google.cloud.networksecurity.v1.ListGatewaySecurityPolicyRulesRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project, location and GatewaySecurityPolicy from which the GatewaySecurityPolicyRules should be listed, specified in the format |
↳ page_size |
int
Maximum number of GatewaySecurityPolicyRules to return per call. |
↳ page_token |
string
The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data. |
getParent
Required. The project, location and GatewaySecurityPolicy from which the
GatewaySecurityPolicyRules should be listed, specified in the format
projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The project, location and GatewaySecurityPolicy from which the
GatewaySecurityPolicyRules should be listed, specified in the format
projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of GatewaySecurityPolicyRules to return per call.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of GatewaySecurityPolicyRules to return per call.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The project, location and GatewaySecurityPolicy from which the
GatewaySecurityPolicyRules should be listed, specified in the format
|
| Returns | |
|---|---|
| Type | Description |
ListGatewaySecurityPolicyRulesRequest |
|