Enum Trust.State (1.15.0)

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

Represents the different states of a domain trust.

Protobuf enum google.cloud.managedidentities.v1.Trust.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONNECTED

The domain trust is connected.

CONNECTED = 4;

CONNECTED_VALUE

The domain trust is connected.

CONNECTED = 4;

CREATING

The domain trust is being created.

CREATING = 1;

CREATING_VALUE

The domain trust is being created.

CREATING = 1;

DELETING

The domain trust is being deleted.

DELETING = 3;

DELETING_VALUE

The domain trust is being deleted.

DELETING = 3;

DISCONNECTED

The domain trust is disconnected.

DISCONNECTED = 5;

DISCONNECTED_VALUE

The domain trust is disconnected.

DISCONNECTED = 5;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The domain trust is being updated.

UPDATING = 2;

UPDATING_VALUE

The domain trust is being updated.

UPDATING = 2;

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