Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::UpdateHookRequest.
UpdateHookRequest is the request to update a hook.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hook
def hook() -> ::Google::Cloud::SecureSourceManager::V1::Hook
Returns
- (::Google::Cloud::SecureSourceManager::V1::Hook) — Required. The hook being updated.
#hook=
def hook=(value) -> ::Google::Cloud::SecureSourceManager::V1::Hook
Parameter
- value (::Google::Cloud::SecureSourceManager::V1::Hook) — Required. The hook being updated.
Returns
- (::Google::Cloud::SecureSourceManager::V1::Hook) — Required. The hook being updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. 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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. 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.
Returns
- (::Google::Protobuf::FieldMask) — Required. 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.