Google Cloud Artifact Registry V1 Client - Class TagState (0.6.5)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class TagState.

Statuses applying to versions.

Protobuf type google.devtools.artifactregistry.v1.CleanupPolicyCondition.TagState

Namespace

Google \ Cloud \ ArtifactRegistry \ V1 \ CleanupPolicyCondition

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TAG_STATE_UNSPECIFIED

Value: 0

Tag status not specified.

Generated from protobuf enum TAG_STATE_UNSPECIFIED = 0;

TAGGED

Value: 1

Applies to tagged versions only.

Generated from protobuf enum TAGGED = 1;

UNTAGGED

Value: 2

Applies to untagged versions only.

Generated from protobuf enum UNTAGGED = 2;

ANY

Value: 3

Applies to all versions.

Generated from protobuf enum ANY = 3;