Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::BatchDeleteVersionsRequest (v1.5.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::BatchDeleteVersionsRequest.

The request to delete multiple versions across a repository.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#names

def names() -> ::Array<::String>
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.

#names=

def names=(value) -> ::Array<::String>
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) — The name of the repository holding all requested versions.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — The name of the repository holding all requested versions.
Returns
  • (::String) — The name of the repository holding all requested versions.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If true, the request is performed without deleting data, following AIP-163.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.