public static enum Trust.State extends Enum<Trust.State> implements com.google.protobuf.ProtocolMessageEnum
Represents the different states of a domain trust.Protobuf enum
google.cloud.managedidentities.v1.Trust.State| Enum Constant and Description |
|---|
CONNECTED
The domain trust is connected.
|
CREATING
The domain trust is being created.
|
DELETING
The domain trust is being deleted.
|
DISCONNECTED
The domain trust is disconnected.
|
STATE_UNSPECIFIED
Not set.
|
UNRECOGNIZED |
UPDATING
The domain trust is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTED_VALUE
The domain trust is connected.
|
static int |
CREATING_VALUE
The domain trust is being created.
|
static int |
DELETING_VALUE
The domain trust is being deleted.
|
static int |
DISCONNECTED_VALUE
The domain trust is disconnected.
|
static int |
STATE_UNSPECIFIED_VALUE
Not set.
|
static int |
UPDATING_VALUE
The domain trust is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Trust.State |
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.State> |
internalGetValueMap() |
static Trust.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Trust.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Trust.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trust.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trust.State STATE_UNSPECIFIED
Not set.
STATE_UNSPECIFIED = 0;public static final Trust.State CREATING
The domain trust is being created.
CREATING = 1;public static final Trust.State UPDATING
The domain trust is being updated.
UPDATING = 2;public static final Trust.State DELETING
The domain trust is being deleted.
DELETING = 3;public static final Trust.State CONNECTED
The domain trust is connected.
CONNECTED = 4;public static final Trust.State DISCONNECTED
The domain trust is disconnected.
DISCONNECTED = 5;public static final Trust.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Not set.
STATE_UNSPECIFIED = 0;public static final int CREATING_VALUE
The domain trust is being created.
CREATING = 1;public static final int UPDATING_VALUE
The domain trust is being updated.
UPDATING = 2;public static final int DELETING_VALUE
The domain trust is being deleted.
DELETING = 3;public static final int CONNECTED_VALUE
The domain trust is connected.
CONNECTED = 4;public static final int DISCONNECTED_VALUE
The domain trust is disconnected.
DISCONNECTED = 5;public static Trust.State[] values()
for (Trust.State c : Trust.State.values()) System.out.println(c);
public static Trust.State 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.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Trust.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Trust.State> 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.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.