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. The maximum number of versions deleted per batch is determined by the service and is dependent on the available resources in the region.
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
Returns The name of the repository holding all requested versions.
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
Returns If true, the request is performed without deleting data, following AIP-163.
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 |