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 \ V1Methods
__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 |
↳ names |
array
Required. A list containing all policy names, in the new order. Each name is in the format |
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
|
names |
string[]
Required. A list containing all policy names, in the new order. Each name
is in the format |
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\ReorderFirewallPoliciesRequest |