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