public enum OutputState extends Enum<OutputState> implements com.google.protobuf.ProtocolMessageEnum
Output state.Protobuf enum
google.cloud.dialogflow.cx.v3beta1.OutputState| Enum Constant and Description |
|---|
OUTPUT_STATE_CANCELLED
Cancelled.
|
OUTPUT_STATE_ESCALATED
Escalated.
|
OUTPUT_STATE_FAILED
Failed.
|
OUTPUT_STATE_OK
Succeeded.
|
OUTPUT_STATE_PENDING
Pending.
|
OUTPUT_STATE_UNSPECIFIED
Unspecified output.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
OUTPUT_STATE_CANCELLED_VALUE
Cancelled.
|
static int |
OUTPUT_STATE_ESCALATED_VALUE
Escalated.
|
static int |
OUTPUT_STATE_FAILED_VALUE
Failed.
|
static int |
OUTPUT_STATE_OK_VALUE
Succeeded.
|
static int |
OUTPUT_STATE_PENDING_VALUE
Pending.
|
static int |
OUTPUT_STATE_UNSPECIFIED_VALUE
Unspecified output.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputState |
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<OutputState> |
internalGetValueMap() |
static OutputState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputState OUTPUT_STATE_UNSPECIFIED
Unspecified output.
OUTPUT_STATE_UNSPECIFIED = 0;public static final OutputState OUTPUT_STATE_OK
Succeeded.
OUTPUT_STATE_OK = 1;public static final OutputState OUTPUT_STATE_CANCELLED
Cancelled.
OUTPUT_STATE_CANCELLED = 2;public static final OutputState OUTPUT_STATE_FAILED
Failed.
OUTPUT_STATE_FAILED = 3;public static final OutputState OUTPUT_STATE_ESCALATED
Escalated.
OUTPUT_STATE_ESCALATED = 4;public static final OutputState OUTPUT_STATE_PENDING
Pending.
OUTPUT_STATE_PENDING = 5;public static final OutputState UNRECOGNIZED
public static final int OUTPUT_STATE_UNSPECIFIED_VALUE
Unspecified output.
OUTPUT_STATE_UNSPECIFIED = 0;public static final int OUTPUT_STATE_OK_VALUE
Succeeded.
OUTPUT_STATE_OK = 1;public static final int OUTPUT_STATE_CANCELLED_VALUE
Cancelled.
OUTPUT_STATE_CANCELLED = 2;public static final int OUTPUT_STATE_FAILED_VALUE
Failed.
OUTPUT_STATE_FAILED = 3;public static final int OUTPUT_STATE_ESCALATED_VALUE
Escalated.
OUTPUT_STATE_ESCALATED = 4;public static final int OUTPUT_STATE_PENDING_VALUE
Pending.
OUTPUT_STATE_PENDING = 5;public static OutputState[] values()
for (OutputState c : OutputState.values()) System.out.println(c);
public static OutputState 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 OutputState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OutputState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OutputState> 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 OutputState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.