Class: Google::Cloud::SecureSourceManager::V1::GetRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::GetRepositoryRequest
- 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
-
#name ⇒ ::String
Required.
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}
.
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 |