reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::UpdateKeyRequest (v0.20.1)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::UpdateKeyRequest.

The update key request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::Google::Cloud::RecaptchaEnterprise::V1::Key
Returns

#key=

def key=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::Key
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields of the key 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 key 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 key get updated. If the mask is not present, all fields will be updated.