Class: Google::Cloud::RecaptchaEnterprise::V1::ReorderFirewallPoliciesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

The reorder firewall policies request message.

Instance Attribute Summary collapse

Instance Attribute Details

#names::Array<::String>

Returns 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}.



1122
1123
1124
1125
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1122

class ReorderFirewallPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}.



1122
1123
1124
1125
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1122

class ReorderFirewallPoliciesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end