Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCaseError
-
Packages that use TestCaseError Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TestCaseError in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCaseError Modifier and Type Method Description TestCaseError
TestCaseError.Builder. build()
TestCaseError
TestCaseError.Builder. buildPartial()
static TestCaseError
TestCaseError. getDefaultInstance()
TestCaseError
TestCaseError.Builder. getDefaultInstanceForType()
TestCaseError
TestCaseError. getDefaultInstanceForType()
TestCaseError
ImportTestCasesMetadata.Builder. getErrors(int index)
Errors for failed test cases.TestCaseError
ImportTestCasesMetadata. getErrors(int index)
Errors for failed test cases.TestCaseError
ImportTestCasesMetadataOrBuilder. getErrors(int index)
Errors for failed test cases.static TestCaseError
TestCaseError. parseDelimitedFrom(InputStream input)
static TestCaseError
TestCaseError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseError
TestCaseError. parseFrom(byte[] data)
static TestCaseError
TestCaseError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseError
TestCaseError. parseFrom(com.google.protobuf.ByteString data)
static TestCaseError
TestCaseError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseError
TestCaseError. parseFrom(com.google.protobuf.CodedInputStream input)
static TestCaseError
TestCaseError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseError
TestCaseError. parseFrom(InputStream input)
static TestCaseError
TestCaseError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestCaseError
TestCaseError. parseFrom(ByteBuffer data)
static TestCaseError
TestCaseError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TestCaseError Modifier and Type Method Description List<TestCaseError>
ImportTestCasesMetadata.Builder. getErrorsList()
Errors for failed test cases.List<TestCaseError>
ImportTestCasesMetadata. getErrorsList()
Errors for failed test cases.List<TestCaseError>
ImportTestCasesMetadataOrBuilder. getErrorsList()
Errors for failed test cases.com.google.protobuf.Parser<TestCaseError>
TestCaseError. getParserForType()
static com.google.protobuf.Parser<TestCaseError>
TestCaseError. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type TestCaseError Modifier and Type Method Description ImportTestCasesMetadata.Builder
ImportTestCasesMetadata.Builder. addErrors(int index, TestCaseError value)
Errors for failed test cases.ImportTestCasesMetadata.Builder
ImportTestCasesMetadata.Builder. addErrors(TestCaseError value)
Errors for failed test cases.TestCaseError.Builder
TestCaseError.Builder. mergeFrom(TestCaseError other)
static TestCaseError.Builder
TestCaseError. newBuilder(TestCaseError prototype)
ImportTestCasesMetadata.Builder
ImportTestCasesMetadata.Builder. setErrors(int index, TestCaseError value)
Errors for failed test cases.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestCaseError Modifier and Type Method Description ImportTestCasesMetadata.Builder
ImportTestCasesMetadata.Builder. addAllErrors(Iterable<? extends TestCaseError> values)
Errors for failed test cases.
-