Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ListTestCasesRequest.TestCaseView
-
Packages that use ListTestCasesRequest.TestCaseView Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ListTestCasesRequest.TestCaseView in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ListTestCasesRequest.TestCaseView Modifier and Type Method Description static ListTestCasesRequest.TestCaseView
ListTestCasesRequest.TestCaseView. forNumber(int value)
ListTestCasesRequest.TestCaseView
ListTestCasesRequest.Builder. getView()
Specifies whether response should include all fields or just the metadata.ListTestCasesRequest.TestCaseView
ListTestCasesRequest. getView()
Specifies whether response should include all fields or just the metadata.ListTestCasesRequest.TestCaseView
ListTestCasesRequestOrBuilder. getView()
Specifies whether response should include all fields or just the metadata.static ListTestCasesRequest.TestCaseView
ListTestCasesRequest.TestCaseView. valueOf(int value)
Deprecated.static ListTestCasesRequest.TestCaseView
ListTestCasesRequest.TestCaseView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ListTestCasesRequest.TestCaseView
ListTestCasesRequest.TestCaseView. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTestCasesRequest.TestCaseView[]
ListTestCasesRequest.TestCaseView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ListTestCasesRequest.TestCaseView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ListTestCasesRequest.TestCaseView>
ListTestCasesRequest.TestCaseView. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ListTestCasesRequest.TestCaseView Modifier and Type Method Description ListTestCasesRequest.Builder
ListTestCasesRequest.Builder. setView(ListTestCasesRequest.TestCaseView value)
Specifies whether response should include all fields or just the metadata.
-