Google Cloud Recaptcha Enterprise V1 Client - Class ListFirewallPoliciesRequest (1.6.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListFirewallPoliciesRequest.

The list firewall policies request message.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListFirewallPoliciesRequest

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the project to list the policies for, in the format projects/{project}.

↳ page_size int

Optional. The maximum number of policies to return. Default is 10. Max limit is 1000.

↳ page_token string

Optional. The next_page_token value returned from a previous. ListFirewallPoliciesRequest, if any.

getParent

Required. The name of the project to list the policies for, in the format projects/{project}.

Returns
TypeDescription
string

setParent

Required. The name of the project to list the policies for, in the format projects/{project}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of policies to return. Default is 10. Max limit is 1000.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of policies to return. Default is 10. Max limit is 1000.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. The next_page_token value returned from a previous.

ListFirewallPoliciesRequest, if any.

Returns
TypeDescription
string

setPageToken

Optional. The next_page_token value returned from a previous.

ListFirewallPoliciesRequest, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The name of the project to list the policies for, in the format projects/{project}. Please see Google\Cloud\RecaptchaEnterprise\V1\RecaptchaEnterpriseServiceClient::projectName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\RecaptchaEnterprise\V1\ListFirewallPoliciesRequest