Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::DeleteVersionRequest (v0.7.0)

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

The request to delete a version.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.
Returns
  • (::Boolean) — By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted.

#name

def name() -> ::String
Returns
  • (::String) — The name of the version to delete.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the version to delete.
Returns
  • (::String) — The name of the version to delete.