public static enum Trust.TrustDirection extends Enum<Trust.TrustDirection> implements com.google.protobuf.ProtocolMessageEnum
Represents the direction of trust. See [System.DirectoryServices.ActiveDirectory.TrustDirection](https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices.activedirectory.trustdirection?view=netframework-4.7.2) for more information.Protobuf enum
google.cloud.managedidentities.v1.Trust.TrustDirection| Enum Constant and Description |
|---|
BIDIRECTIONAL
The bidirectional direction represents the trusted / trusting side.
|
INBOUND
The inbound direction represents the trusting side.
|
OUTBOUND
The outboud direction represents the trusted side.
|
TRUST_DIRECTION_UNSPECIFIED
Not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIDIRECTIONAL_VALUE
The bidirectional direction represents the trusted / trusting side.
|
static int |
INBOUND_VALUE
The inbound direction represents the trusting side.
|
static int |
OUTBOUND_VALUE
The outboud direction represents the trusted side.
|
static int |
TRUST_DIRECTION_UNSPECIFIED_VALUE
Not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Trust.TrustDirection |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Trust.TrustDirection> |
internalGetValueMap() |
static Trust.TrustDirection |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Trust.TrustDirection |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Trust.TrustDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trust.TrustDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trust.TrustDirection TRUST_DIRECTION_UNSPECIFIED
Not set.
TRUST_DIRECTION_UNSPECIFIED = 0;public static final Trust.TrustDirection INBOUND
The inbound direction represents the trusting side.
INBOUND = 1;public static final Trust.TrustDirection OUTBOUND
The outboud direction represents the trusted side.
OUTBOUND = 2;public static final Trust.TrustDirection BIDIRECTIONAL
The bidirectional direction represents the trusted / trusting side.
BIDIRECTIONAL = 3;public static final Trust.TrustDirection UNRECOGNIZED
public static final int TRUST_DIRECTION_UNSPECIFIED_VALUE
Not set.
TRUST_DIRECTION_UNSPECIFIED = 0;public static final int INBOUND_VALUE
The inbound direction represents the trusting side.
INBOUND = 1;public static final int OUTBOUND_VALUE
The outboud direction represents the trusted side.
OUTBOUND = 2;public static final int BIDIRECTIONAL_VALUE
The bidirectional direction represents the trusted / trusting side.
BIDIRECTIONAL = 3;public static Trust.TrustDirection[] values()
for (Trust.TrustDirection c : Trust.TrustDirection.values()) System.out.println(c);
public static Trust.TrustDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Trust.TrustDirection valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Trust.TrustDirection forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Trust.TrustDirection> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Trust.TrustDirection valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.