Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::UpdateFirewallPolicyRequest.
The update 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. The policy to update.
#firewall_policy=
def firewall_policy=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy) — Required. The policy to update.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy) — Required. The policy to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.