public static enum ListTestCasesRequest.TestCaseView extends Enum<ListTestCasesRequest.TestCaseView> implements com.google.protobuf.ProtocolMessageEnum
Specifies how much test case information to include in the response.Protobuf enum
google.cloud.dialogflow.cx.v3.ListTestCasesRequest.TestCaseView| Enum Constant and Description |
|---|
BASIC
Include basic metadata about the test case, but not the conversation
turns.
|
FULL
Include everything.
|
TEST_CASE_VIEW_UNSPECIFIED
The default / unset value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
Include basic metadata about the test case, but not the conversation
turns.
|
static int |
FULL_VALUE
Include everything.
|
static int |
TEST_CASE_VIEW_UNSPECIFIED_VALUE
The default / unset value.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTestCasesRequest.TestCaseView |
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<ListTestCasesRequest.TestCaseView> |
internalGetValueMap() |
static ListTestCasesRequest.TestCaseView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ListTestCasesRequest.TestCaseView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListTestCasesRequest.TestCaseView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListTestCasesRequest.TestCaseView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListTestCasesRequest.TestCaseView TEST_CASE_VIEW_UNSPECIFIED
The default / unset value. The API will default to the BASIC view.
TEST_CASE_VIEW_UNSPECIFIED = 0;public static final ListTestCasesRequest.TestCaseView BASIC
Include basic metadata about the test case, but not the conversation turns. This is the default value.
BASIC = 1;public static final ListTestCasesRequest.TestCaseView FULL
Include everything.
FULL = 2;public static final ListTestCasesRequest.TestCaseView UNRECOGNIZED
public static final int TEST_CASE_VIEW_UNSPECIFIED_VALUE
The default / unset value. The API will default to the BASIC view.
TEST_CASE_VIEW_UNSPECIFIED = 0;public static final int BASIC_VALUE
Include basic metadata about the test case, but not the conversation turns. This is the default value.
BASIC = 1;public static final int FULL_VALUE
Include everything.
FULL = 2;public static ListTestCasesRequest.TestCaseView[] values()
for (ListTestCasesRequest.TestCaseView c : ListTestCasesRequest.TestCaseView.values()) System.out.println(c);
public static ListTestCasesRequest.TestCaseView 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 ListTestCasesRequest.TestCaseView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ListTestCasesRequest.TestCaseView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ListTestCasesRequest.TestCaseView> 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 ListTestCasesRequest.TestCaseView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.