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. A maximum of 10000 versions can be deleted in a batch.

Returns:

  • (::Array<::String>)

    Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.



128
129
130
131
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 128

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.



128
129
130
131
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 128

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.



128
129
130
131
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 128

class BatchDeleteVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end