Google Cloud Recaptcha Enterprise V1 Client - Class ReorderFirewallPoliciesRequest (1.12.2)

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

The reorder firewall policies request message.

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}.

↳ names array

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getNames

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNames

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}.

Parameter
Name Description
var string[]
Returns
Type Description
$this

static::build

Parameters
Name Description
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.

names string[]

Required. A list containing all policy names, in the new order. Each name is in the format projects/{project}/firewallpolicies/{firewallpolicy}. Please see Google\Cloud\RecaptchaEnterprise\V1\RecaptchaEnterpriseServiceClient::firewallPolicyName() for help formatting this field.

Returns
Type Description
Google\Cloud\RecaptchaEnterprise\V1\ReorderFirewallPoliciesRequest