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
- (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. The key to update.
#key=
def key=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::Key
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. The key to update.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::Key) — Required. The key to update.
#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.