Class: Google::Cloud::SecureSourceManager::V1::DeleteHookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::DeleteHookRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
DeleteHookRequest is the request to delete a hook.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the hook to delete.
The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/hooks/{hook_id}.
1103 1104 1105 1106 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1103 class DeleteHookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |