Class: Google::Cloud::ArtifactRegistry::V1::BatchDeleteVersionsRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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