Class: Google::Cloud::ArtifactRegistry::V1::DeleteRepositoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::DeleteRepositoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
The request to delete a repository.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the repository to delete.
783 784 785 786 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 783 class DeleteRepositoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |