Reference documentation and code samples for the Secure Source Manager V1 API class Google::Cloud::SecureSourceManager::V1::GetRepositoryRequest.
GetRepositoryRequest is the request for getting a repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Name of the repository to retrieve.
The format is
projects/{project_number}/locations/{location_id}/repositories/{repository_id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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}
.