Class: Google::Cloud::SecureSourceManager::V1::GetRepositoryRequest

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

GetRepositoryRequest is the request for getting a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



619
620
621
622
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 619

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