Class: Google::Cloud::ArtifactRegistry::V1::DeleteVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::DeleteVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/version.rb
Overview
The request to delete a version.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
By default, a version that is tagged may not be deleted.
-
#name ⇒ ::String
The name of the version to delete.
Instance Attribute Details
#force ⇒ ::Boolean
Returns By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
171 172 173 174 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 171 class DeleteVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the version to delete.
171 172 173 174 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 171 class DeleteVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |