Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::CreateFirewallPolicyRequest.
The create firewall policy request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#firewall_policy
def firewall_policy() -> ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
    Returns
    
  - (::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy) — Required. Information to create the policy.
#firewall_policy=
def firewall_policy=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
    Parameter
    
  - value (::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy) — Required. Information to create the policy.
    Returns
    
  - (::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy) — Required. Information to create the policy.
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. The name of the project this policy will apply to, in the format
projects/{project}.
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The name of the project this policy will apply to, in the format
projects/{project}.
    Returns
    
- 
        (::String) — Required. The name of the project this policy will apply to, in the format
projects/{project}.