Class: Google::Cloud::SecureSourceManager::V1::GetHookRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

GetHookRequest is the request for getting a hook.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the hook to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/hooks/{hook_id}.

Returns:

  • (::String)

    Required. Name of the hook to retrieve. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/hooks/{hook_id}.



1056
1057
1058
1059
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1056

class GetHookRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end