Enum EncryptionKeyRevocationAction (0.28.0)

public enum EncryptionKeyRevocationAction extends Enum<EncryptionKeyRevocationAction> implements ProtocolMessageEnum

Specifies behavior if an encryption key used by a resource is revoked.

Protobuf enum google.cloud.run.v2.EncryptionKeyRevocationAction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED

Unspecified

ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED = 0;

ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED_VALUE

Unspecified

ENCRYPTION_KEY_REVOCATION_ACTION_UNSPECIFIED = 0;

PREVENT_NEW

Prevents the creation of new instances.

PREVENT_NEW = 1;

PREVENT_NEW_VALUE

Prevents the creation of new instances.

PREVENT_NEW = 1;

SHUTDOWN

Shuts down existing instances, and prevents creation of new ones.

SHUTDOWN = 2;

SHUTDOWN_VALUE

Shuts down existing instances, and prevents creation of new ones.

SHUTDOWN = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()