public static enum Trust.TrustType extends Enum<Trust.TrustType> implements com.google.protobuf.ProtocolMessageEnum
Represents the different inter-forest trust types.Protobuf enum
google.cloud.managedidentities.v1.Trust.TrustType| Enum Constant and Description |
|---|
EXTERNAL
The external domain trust.
|
FOREST
The forest trust.
|
TRUST_TYPE_UNSPECIFIED
Not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_VALUE
The external domain trust.
|
static int |
FOREST_VALUE
The forest trust.
|
static int |
TRUST_TYPE_UNSPECIFIED_VALUE
Not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Trust.TrustType |
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.TrustType> |
internalGetValueMap() |
static Trust.TrustType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Trust.TrustType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Trust.TrustType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trust.TrustType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trust.TrustType TRUST_TYPE_UNSPECIFIED
Not set.
TRUST_TYPE_UNSPECIFIED = 0;public static final Trust.TrustType FOREST
The forest trust.
FOREST = 1;public static final Trust.TrustType EXTERNAL
The external domain trust.
EXTERNAL = 2;public static final Trust.TrustType UNRECOGNIZED
public static final int TRUST_TYPE_UNSPECIFIED_VALUE
Not set.
TRUST_TYPE_UNSPECIFIED = 0;public static final int FOREST_VALUE
The forest trust.
FOREST = 1;public static final int EXTERNAL_VALUE
The external domain trust.
EXTERNAL = 2;public static Trust.TrustType[] values()
for (Trust.TrustType c : Trust.TrustType.values()) System.out.println(c);
public static Trust.TrustType 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.TrustType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Trust.TrustType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Trust.TrustType> 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.TrustType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.