Enum Rule.Operation (1.52.0)

public enum Rule.Operation extends Enum<Rule.Operation> implements ProtocolMessageEnum

The operation the rule applies to.

Protobuf enum google.devtools.artifactregistry.v1.Rule.Operation

Implements

ProtocolMessageEnum

Static Fields

Name Description
DOWNLOAD

Download operation.

DOWNLOAD = 1;

DOWNLOAD_VALUE

Download operation.

DOWNLOAD = 1;

OPERATION_UNSPECIFIED

Operation not specified.

OPERATION_UNSPECIFIED = 0;

OPERATION_UNSPECIFIED_VALUE

Operation not specified.

OPERATION_UNSPECIFIED = 0;

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()