public enum Rule.Action extends Enum<Rule.Action> implements ProtocolMessageEnumDefines the action of the rule.
Protobuf enum google.devtools.artifactregistry.v1.Rule.Action
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTION_UNSPECIFIED |
Action not specified. |
ACTION_UNSPECIFIED_VALUE |
Action not specified. |
ALLOW |
Allow the operation. |
ALLOW_VALUE |
Allow the operation. |
DENY |
Deny the operation. |
DENY_VALUE |
Deny the operation. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|