Enum Organization.State (1.2.11)

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

Organization lifecycle states.

Protobuf enum google.cloud.resourcemanager.v3.Organization.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The normal and active state.

ACTIVE = 1;

ACTIVE_VALUE

The normal and active state.

ACTIVE = 1;

DELETE_REQUESTED

The organization has been marked for deletion by the user.

DELETE_REQUESTED = 2;

DELETE_REQUESTED_VALUE

The organization has been marked for deletion by the user.

DELETE_REQUESTED = 2;

STATE_UNSPECIFIED

Unspecified state. This is only useful for distinguishing unset values.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state. This is only useful for distinguishing unset values.

STATE_UNSPECIFIED = 0;

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