public static enum TestRunDifference.DiffType extends Enum<TestRunDifference.DiffType> implements com.google.protobuf.ProtocolMessageEnum
What part of the message replay differs from the test case.Protobuf enum
google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType| Enum Constant and Description |
|---|
DIFF_TYPE_UNSPECIFIED
Should never be used.
|
FLOW
The flow.
|
INTENT
The intent.
|
PAGE
The page.
|
PARAMETERS
The parameters.
|
UNRECOGNIZED |
UTTERANCE
The message utterance.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DIFF_TYPE_UNSPECIFIED_VALUE
Should never be used.
|
static int |
FLOW_VALUE
The flow.
|
static int |
INTENT_VALUE
The intent.
|
static int |
PAGE_VALUE
The page.
|
static int |
PARAMETERS_VALUE
The parameters.
|
static int |
UTTERANCE_VALUE
The message utterance.
|
| Modifier and Type | Method and Description |
|---|---|
static TestRunDifference.DiffType |
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<TestRunDifference.DiffType> |
internalGetValueMap() |
static TestRunDifference.DiffType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TestRunDifference.DiffType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TestRunDifference.DiffType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRunDifference.DiffType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRunDifference.DiffType DIFF_TYPE_UNSPECIFIED
Should never be used.
DIFF_TYPE_UNSPECIFIED = 0;public static final TestRunDifference.DiffType INTENT
The intent.
INTENT = 1;public static final TestRunDifference.DiffType PAGE
The page.
PAGE = 2;public static final TestRunDifference.DiffType PARAMETERS
The parameters.
PARAMETERS = 3;public static final TestRunDifference.DiffType UTTERANCE
The message utterance.
UTTERANCE = 4;public static final TestRunDifference.DiffType FLOW
The flow.
FLOW = 5;public static final TestRunDifference.DiffType UNRECOGNIZED
public static final int DIFF_TYPE_UNSPECIFIED_VALUE
Should never be used.
DIFF_TYPE_UNSPECIFIED = 0;public static final int INTENT_VALUE
The intent.
INTENT = 1;public static final int PAGE_VALUE
The page.
PAGE = 2;public static final int PARAMETERS_VALUE
The parameters.
PARAMETERS = 3;public static final int UTTERANCE_VALUE
The message utterance.
UTTERANCE = 4;public static final int FLOW_VALUE
The flow.
FLOW = 5;public static TestRunDifference.DiffType[] values()
for (TestRunDifference.DiffType c : TestRunDifference.DiffType.values()) System.out.println(c);
public static TestRunDifference.DiffType 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 TestRunDifference.DiffType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TestRunDifference.DiffType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TestRunDifference.DiffType> 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 TestRunDifference.DiffType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.