Module: Google::Cloud::ArtifactRegistry::V1::CleanupPolicyCondition::TagState

Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

Statuses applying to versions.

Constant Summary collapse

TAG_STATE_UNSPECIFIED =

Tag status not specified.

0
TAGGED =

Applies to tagged versions only.

1
UNTAGGED =

Applies to untagged versions only.

2
ANY =

Applies to all versions.

3