Reference documentation and code samples for the Google Cloud Secure Source Manager V1 Client class UpdateHookRequest.
UpdateHookRequest is the request to update a hook.
Generated from protobuf message google.cloud.securesourcemanager.v1.UpdateHookRequest
Namespace
Google \ Cloud \ SecureSourceManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
↳ hook
getUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update.
The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
$this
getHook
Required. The hook being updated.
hasHook
clearHook
setHook
Required. The hook being updated.
$this
static::build
hook
updateMask
Google\Protobuf\FieldMask
Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.

