Class: Google::Cloud::RecaptchaEnterprise::V1::AddIpOverrideRequest

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 AddIpOverride request message.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_override_data::Google::Cloud::RecaptchaEnterprise::V1::IpOverrideData

Returns Required. IP override added to the key.

Returns:



1820
1821
1822
1823
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1820

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

#name::String

Returns Required. The name of the key to which the IP override is added, in the format projects/{project}/keys/{key}.

Returns:

  • (::String)

    Required. The name of the key to which the IP override is added, in the format projects/{project}/keys/{key}.



1820
1821
1822
1823
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1820

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