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. A maximum of 10000 versions can be deleted in a batch.
#names=
def names=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
#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.