proto_docs/google/devtools/artifactregistry/v1/version.rb in google-cloud-artifact_registry-v1-0.10.0 vs proto_docs/google/devtools/artifactregistry/v1/version.rb in google-cloud-artifact_registry-v1-0.11.0

- old
+ new

@@ -112,9 +112,25 @@ class DeleteVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end + # The request to delete multiple versions across a repository. + # @!attribute [rw] parent + # @return [::String] + # The name of the repository holding all requested versions. + # @!attribute [rw] names + # @return [::Array<::String>] + # Required. The names of the versions to delete. + # A maximum of 10000 versions can be deleted in a batch. + # @!attribute [rw] validate_only + # @return [::Boolean] + # If true, the request is performed without deleting data, following AIP-163. + class BatchDeleteVersionsRequest + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods + end + # The metadata of an LRO from deleting multiple versions. # @!attribute [rw] failed_versions # @return [::Array<::String>] # The versions the operation failed to delete. class BatchDeleteVersionsMetadata