Enum Authorization.State (0.1.0)

public enum Authorization.State extends Enum<Authorization.State> implements ProtocolMessageEnum

Represents the state of the authorization.

Protobuf enum google.cloud.agentidentity.v1beta.Authorization.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Active.

ACTIVE = 1;

ACTIVE_VALUE

Active.

ACTIVE = 1;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

SUSPENDED

Suspended.

SUSPENDED = 2;

SUSPENDED_VALUE

Suspended.

SUSPENDED = 2;

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