public enum Trust.TrustDirection extends Enum<Trust.TrustDirection> implements ProtocolMessageEnumRepresents the direction of trust. See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.
Protobuf enum google.cloud.managedidentities.v1.Trust.TrustDirection
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| BIDIRECTIONAL | The bidirectional direction represents the trusted / trusting side. |
| BIDIRECTIONAL_VALUE | The bidirectional direction represents the trusted / trusting side. |
| INBOUND | The inbound direction represents the trusting side. |
| INBOUND_VALUE | The inbound direction represents the trusting side. |
| OUTBOUND | The outboud direction represents the trusted side. |
| OUTBOUND_VALUE | The outboud direction represents the trusted side. |
| TRUST_DIRECTION_UNSPECIFIED | Not set. |
| TRUST_DIRECTION_UNSPECIFIED_VALUE | Not set. |
| 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() |