Class: Google::Cloud::RecaptchaEnterprise::V1::GetFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::GetFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The get firewall policy request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the requested policy, in the format
projects/{project}/firewallpolicies/{firewallpolicy}
.
1165 1166 1167 1168 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1165 class GetFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |