public
enum
SecretStatus
.
Status
extends
Enum<SecretStatus
.
Status
>
implements
ProtocolMessageEnum
The status of the secret.
Protobuf enum grafeas.v1.SecretStatus.Status
Implements
ProtocolMessageEnumStatic Fields
INVALID
The secret is invalid.
INVALID = 3;
INVALID_VALUE
The secret is invalid.
INVALID = 3;
STATUS_UNSPECIFIED
Unspecified
STATUS_UNSPECIFIED = 0;
STATUS_UNSPECIFIED_VALUE
Unspecified
STATUS_UNSPECIFIED = 0;
UNKNOWN
The status of the secret is unknown.
UNKNOWN = 1;
UNKNOWN_VALUE
The status of the secret is unknown.
UNKNOWN = 1;
UNRECOGNIZED
VALID
The secret is valid.
VALID = 2;
VALID_VALUE
The secret is valid.
VALID = 2;
Static Methods
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
Deprecated. Use #forNumber(int) instead.
valueOf(String name)
values()
Methods
getDescriptorForType()
getNumber()
getValueDescriptor()

