Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class UpdateKeyRequest.
The update key request message.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.UpdateKeyRequest
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
Google\Cloud\RecaptchaEnterprise\V1\Key
Required. The key to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated. |
getKey
Required. The key to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\Key|null |
hasKey
clearKey
setKey
Required. The key to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\RecaptchaEnterprise\V1\Key
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
key |
Google\Cloud\RecaptchaEnterprise\V1\Key
Required. The key to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\UpdateKeyRequest |