Class: Google::Cloud::ArtifactRegistry::V1::BatchDeleteVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::BatchDeleteVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/version.rb
Overview
The request to delete multiple versions across a repository.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
The name of the repository holding all requested versions.
-
#validate_only ⇒ ::Boolean
If true, the request is performed without deleting data, following AIP-163.
Instance Attribute Details
#names ⇒ ::Array<::String>
188 189 190 191 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 188 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
188 189 190 191 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 188 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
188 189 190 191 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 188 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |