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>
Returns Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.
187 188 189 190 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 187 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The name of the repository holding all requested versions.
187 188 189 190 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 187 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If true, the request is performed without deleting data, following AIP-163.
187 188 189 190 |
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 187 class BatchDeleteVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |