public static enum Domain.State extends Enum<Domain.State> implements com.google.protobuf.ProtocolMessageEnum
Represents the different states of a managed domain.Protobuf enum
google.cloud.managedidentities.v1.Domain.State| Enum Constant and Description |
|---|
CREATING
The domain is being created.
|
DELETING
The domain is being deleted.
|
PERFORMING_MAINTENANCE
The domain is undergoing maintenance.
|
READY
The domain has been created and is fully usable.
|
REPAIRING
The domain is being repaired and may be unusable.
|
STATE_UNSPECIFIED
Not set.
|
UNAVAILABLE
The domain is not serving requests.
|
UNRECOGNIZED |
UPDATING
The domain's configuration is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
The domain is being created.
|
static int |
DELETING_VALUE
The domain is being deleted.
|
static int |
PERFORMING_MAINTENANCE_VALUE
The domain is undergoing maintenance.
|
static int |
READY_VALUE
The domain has been created and is fully usable.
|
static int |
REPAIRING_VALUE
The domain is being repaired and may be unusable.
|
static int |
STATE_UNSPECIFIED_VALUE
Not set.
|
static int |
UNAVAILABLE_VALUE
The domain is not serving requests.
|
static int |
UPDATING_VALUE
The domain's configuration is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Domain.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<Domain.State> |
internalGetValueMap() |
static Domain.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Domain.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Domain.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Domain.State STATE_UNSPECIFIED
Not set.
STATE_UNSPECIFIED = 0;public static final Domain.State CREATING
The domain is being created.
CREATING = 1;public static final Domain.State READY
The domain has been created and is fully usable.
READY = 2;public static final Domain.State UPDATING
The domain's configuration is being updated.
UPDATING = 3;public static final Domain.State DELETING
The domain is being deleted.
DELETING = 4;public static final Domain.State REPAIRING
The domain is being repaired and may be unusable. Details can be found in the `status_message` field.
REPAIRING = 5;public static final Domain.State PERFORMING_MAINTENANCE
The domain is undergoing maintenance.
PERFORMING_MAINTENANCE = 6;public static final Domain.State UNAVAILABLE
The domain is not serving requests.
UNAVAILABLE = 7;public static final Domain.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Not set.
STATE_UNSPECIFIED = 0;public static final int CREATING_VALUE
The domain is being created.
CREATING = 1;public static final int READY_VALUE
The domain has been created and is fully usable.
READY = 2;public static final int UPDATING_VALUE
The domain's configuration is being updated.
UPDATING = 3;public static final int DELETING_VALUE
The domain is being deleted.
DELETING = 4;public static final int REPAIRING_VALUE
The domain is being repaired and may be unusable. Details can be found in the `status_message` field.
REPAIRING = 5;public static final int PERFORMING_MAINTENANCE_VALUE
The domain is undergoing maintenance.
PERFORMING_MAINTENANCE = 6;public static final int UNAVAILABLE_VALUE
The domain is not serving requests.
UNAVAILABLE = 7;public static Domain.State[] values()
for (Domain.State c : Domain.State.values()) System.out.println(c);
public static Domain.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 Domain.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Domain.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Domain.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 Domain.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.