Enum Rotation.ManagedRotationStatus.State (2.95.0)

public enum Rotation.ManagedRotationStatus.State extends Enum<Rotation.ManagedRotationStatus.State> implements ProtocolMessageEnum

This defines the various states in which the managed rotation can be.

Protobuf enum google.cloud.secretmanager.v1.Rotation.ManagedRotationStatus.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Indicates that the Managed rotation is ACTIVE.

ACTIVE = 1;

ACTIVE_VALUE

Indicates that the Managed rotation is ACTIVE.

ACTIVE = 1;

INACTIVE

Indicates that the Managed rotation is INACTIVE.

INACTIVE = 2;

INACTIVE_VALUE

Indicates that the Managed rotation is INACTIVE.

INACTIVE = 2;

STATE_UNSPECIFIED

Not specified. This value is unused and invalid.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified. This value is unused and invalid.

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