Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class Action.
Action type for a cleanup policy.
Protobuf type google.devtools.artifactregistry.v1.CleanupPolicy.Action
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ CleanupPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_UNSPECIFIED
Value: 0Action not specified.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
DELETE
Value: 1Delete action.
Generated from protobuf enum DELETE = 1;
KEEP
Value: 2Keep action.
Generated from protobuf enum KEEP = 2;