Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class Action.
Defines the action of the rule.
Protobuf type google.devtools.artifactregistry.v1.Rule.Action
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RuleMethods
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;
ALLOW
Value: 1Allow the operation.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2Deny the operation.
Generated from protobuf enum DENY = 2;