Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ReorderFirewallPoliciesRequest.
The reorder firewall policies request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#names
def names() -> ::Array<::String>
Returns
-
(::Array<::String>) — Required. A list containing all policy names, in the new order. Each name
is in the format
projects/{project}/firewallpolicies/{firewallpolicy}
.
#names=
def names=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Required. A list containing all policy names, in the new order. Each name
is in the format
projects/{project}/firewallpolicies/{firewallpolicy}
.
Returns
-
(::Array<::String>) — Required. A list containing all policy names, in the new order. Each name
is in the format
projects/{project}/firewallpolicies/{firewallpolicy}
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the project to list the policies for, in the format
projects/{project}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the project to list the policies for, in the format
projects/{project}
.
Returns
-
(::String) — Required. The name of the project to list the policies for, in the format
projects/{project}
.