Class: Google::Cloud::Build::V2::GetRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V2::GetRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v2/repositories.rb
Overview
Message for getting the details of a Repository.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Repository to retrieve.
Format: projects/*/locations/*/connections/*/repositories/*
.
533 534 535 536 |
# File 'proto_docs/google/devtools/cloudbuild/v2/repositories.rb', line 533 class GetRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |