public static enum Search.IndexStatusEnum extends Enum<Search.IndexStatusEnum> implements com.google.protobuf.ProtocolMessageEnum
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_VALUE |
static int |
PENDING_VALUE |
static int |
RUNNING_VALUE |
| Modifier and Type | Method and Description |
|---|---|
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<Search.IndexStatusEnum> |
internalGetValueMap() |
static Search.IndexStatusEnum |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Search.IndexStatusEnum |
valueOf(int value) |
static Search.IndexStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Search.IndexStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Search.IndexStatusEnum PENDING
public static final Search.IndexStatusEnum FAILED
public static final Search.IndexStatusEnum RUNNING
public static final int PENDING_VALUE
public static final int FAILED_VALUE
public static final int RUNNING_VALUE
public static Search.IndexStatusEnum[] values()
for (Search.IndexStatusEnum c : Search.IndexStatusEnum.values()) System.out.println(c);
public static Search.IndexStatusEnum 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.ProtocolMessageEnumpublic static Search.IndexStatusEnum valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Search.IndexStatusEnum> 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 Search.IndexStatusEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.