Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestError
-
Packages that use TestError Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TestError in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestError Modifier and Type Method Description TestErrorTestError.Builder. build()TestErrorTestError.Builder. buildPartial()static TestErrorTestError. getDefaultInstance()TestErrorTestError.Builder. getDefaultInstanceForType()TestErrorTestError. getDefaultInstanceForType()TestErrorBatchRunTestCasesMetadata.Builder. getErrors(int index)The test errors.TestErrorBatchRunTestCasesMetadata. getErrors(int index)The test errors.TestErrorBatchRunTestCasesMetadataOrBuilder. getErrors(int index)The test errors.TestErrorRunContinuousTestMetadata.Builder. getErrors(int index)The test errors.TestErrorRunContinuousTestMetadata. getErrors(int index)The test errors.TestErrorRunContinuousTestMetadataOrBuilder. getErrors(int index)The test errors.TestErrorDeployFlowMetadata.Builder. getTestErrors(int index)Errors of running deployment tests.TestErrorDeployFlowMetadata. getTestErrors(int index)Errors of running deployment tests.TestErrorDeployFlowMetadataOrBuilder. getTestErrors(int index)Errors of running deployment tests.static TestErrorTestError. parseDelimitedFrom(InputStream input)static TestErrorTestError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestErrorTestError. parseFrom(byte[] data)static TestErrorTestError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestErrorTestError. parseFrom(com.google.protobuf.ByteString data)static TestErrorTestError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestErrorTestError. parseFrom(com.google.protobuf.CodedInputStream input)static TestErrorTestError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestErrorTestError. parseFrom(InputStream input)static TestErrorTestError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestErrorTestError. parseFrom(ByteBuffer data)static TestErrorTestError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TestError Modifier and Type Method Description List<TestError>BatchRunTestCasesMetadata.Builder. getErrorsList()The test errors.List<TestError>BatchRunTestCasesMetadata. getErrorsList()The test errors.List<TestError>BatchRunTestCasesMetadataOrBuilder. getErrorsList()The test errors.List<TestError>RunContinuousTestMetadata.Builder. getErrorsList()The test errors.List<TestError>RunContinuousTestMetadata. getErrorsList()The test errors.List<TestError>RunContinuousTestMetadataOrBuilder. getErrorsList()The test errors.com.google.protobuf.Parser<TestError>TestError. getParserForType()List<TestError>DeployFlowMetadata.Builder. getTestErrorsList()Errors of running deployment tests.List<TestError>DeployFlowMetadata. getTestErrorsList()Errors of running deployment tests.List<TestError>DeployFlowMetadataOrBuilder. getTestErrorsList()Errors of running deployment tests.static com.google.protobuf.Parser<TestError>TestError. parser()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type TestError Modifier and Type Method Description BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata.Builder. addErrors(int index, TestError value)The test errors.BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata.Builder. addErrors(TestError value)The test errors.RunContinuousTestMetadata.BuilderRunContinuousTestMetadata.Builder. addErrors(int index, TestError value)The test errors.RunContinuousTestMetadata.BuilderRunContinuousTestMetadata.Builder. addErrors(TestError value)The test errors.DeployFlowMetadata.BuilderDeployFlowMetadata.Builder. addTestErrors(int index, TestError value)Errors of running deployment tests.DeployFlowMetadata.BuilderDeployFlowMetadata.Builder. addTestErrors(TestError value)Errors of running deployment tests.TestError.BuilderTestError.Builder. mergeFrom(TestError other)static TestError.BuilderTestError. newBuilder(TestError prototype)BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata.Builder. setErrors(int index, TestError value)The test errors.RunContinuousTestMetadata.BuilderRunContinuousTestMetadata.Builder. setErrors(int index, TestError value)The test errors.DeployFlowMetadata.BuilderDeployFlowMetadata.Builder. setTestErrors(int index, TestError value)Errors of running deployment tests.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestError Modifier and Type Method Description BatchRunTestCasesMetadata.BuilderBatchRunTestCasesMetadata.Builder. addAllErrors(Iterable<? extends TestError> values)The test errors.RunContinuousTestMetadata.BuilderRunContinuousTestMetadata.Builder. addAllErrors(Iterable<? extends TestError> values)The test errors.DeployFlowMetadata.BuilderDeployFlowMetadata.Builder. addAllTestErrors(Iterable<? extends TestError> values)Errors of running deployment tests.
-