public static enum CustomClass.State extends Enum<CustomClass.State> implements com.google.protobuf.ProtocolMessageEnum
Set of states that define the lifecycle of a CustomClass.Protobuf enum
google.cloud.speech.v2.CustomClass.State| Enum Constant and Description |
|---|
ACTIVE
The normal and active state.
|
DELETED
This CustomClass has been deleted.
|
STATE_UNSPECIFIED
Unspecified state.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The normal and active state.
|
static int |
DELETED_VALUE
This CustomClass has been deleted.
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified state.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomClass.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<CustomClass.State> |
internalGetValueMap() |
static CustomClass.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomClass.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomClass.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomClass.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomClass.State STATE_UNSPECIFIED
Unspecified state. This is only used/useful for distinguishing unset values.
STATE_UNSPECIFIED = 0;public static final CustomClass.State ACTIVE
The normal and active state.
ACTIVE = 2;public static final CustomClass.State DELETED
This CustomClass has been deleted.
DELETED = 4;public static final CustomClass.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified state. This is only used/useful for distinguishing unset values.
STATE_UNSPECIFIED = 0;public static final int ACTIVE_VALUE
The normal and active state.
ACTIVE = 2;public static final int DELETED_VALUE
This CustomClass has been deleted.
DELETED = 4;public static CustomClass.State[] values()
for (CustomClass.State c : CustomClass.State.values()) System.out.println(c);
public static CustomClass.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 CustomClass.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CustomClass.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CustomClass.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 CustomClass.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.