Class: Google::Cloud::ArtifactRegistry::V1::DeleteVersionRequest

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 a version.

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns 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.



171
172
173
174
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 171

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

#name::String

Returns The name of the version to delete.

Returns:

  • (::String)

    The name of the version to delete.



171
172
173
174
# File 'proto_docs/google/devtools/artifactregistry/v1/version.rb', line 171

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