Enum Trust.TrustType (1.10.0)

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

Represents the different inter-forest trust types.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXTERNAL

The external domain trust.

EXTERNAL = 2;

EXTERNAL_VALUE

The external domain trust.

EXTERNAL = 2;

FOREST

The forest trust.

FOREST = 1;

FOREST_VALUE

The forest trust.

FOREST = 1;

TRUST_TYPE_UNSPECIFIED

Not set.

TRUST_TYPE_UNSPECIFIED = 0;

TRUST_TYPE_UNSPECIFIED_VALUE

Not set.

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