Uses of Class
com.google.cloud.dialogflow.cx.v3.TestError
-
Packages that use TestError Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestError in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestError Modifier and Type Method Description TestError
TestError.Builder. build()
TestError
TestError.Builder. buildPartial()
static TestError
TestError. getDefaultInstance()
TestError
TestError.Builder. getDefaultInstanceForType()
TestError
TestError. getDefaultInstanceForType()
TestError
BatchRunTestCasesMetadata.Builder. getErrors(int index)
The test errors.TestError
BatchRunTestCasesMetadata. getErrors(int index)
The test errors.TestError
BatchRunTestCasesMetadataOrBuilder. getErrors(int index)
The test errors.TestError
RunContinuousTestMetadata.Builder. getErrors(int index)
The test errors.TestError
RunContinuousTestMetadata. getErrors(int index)
The test errors.TestError
RunContinuousTestMetadataOrBuilder. getErrors(int index)
The test errors.TestError
DeployFlowMetadata.Builder. getTestErrors(int index)
Errors of running deployment tests.TestError
DeployFlowMetadata. getTestErrors(int index)
Errors of running deployment tests.TestError
DeployFlowMetadataOrBuilder. getTestErrors(int index)
Errors of running deployment tests.static TestError
TestError. parseDelimitedFrom(InputStream input)
static TestError
TestError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestError
TestError. parseFrom(byte[] data)
static TestError
TestError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestError
TestError. parseFrom(com.google.protobuf.ByteString data)
static TestError
TestError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestError
TestError. parseFrom(com.google.protobuf.CodedInputStream input)
static TestError
TestError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestError
TestError. parseFrom(InputStream input)
static TestError
TestError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestError
TestError. parseFrom(ByteBuffer data)
static TestError
TestError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type TestError Modifier and Type Method Description BatchRunTestCasesMetadata.Builder
BatchRunTestCasesMetadata.Builder. addErrors(int index, TestError value)
The test errors.BatchRunTestCasesMetadata.Builder
BatchRunTestCasesMetadata.Builder. addErrors(TestError value)
The test errors.RunContinuousTestMetadata.Builder
RunContinuousTestMetadata.Builder. addErrors(int index, TestError value)
The test errors.RunContinuousTestMetadata.Builder
RunContinuousTestMetadata.Builder. addErrors(TestError value)
The test errors.DeployFlowMetadata.Builder
DeployFlowMetadata.Builder. addTestErrors(int index, TestError value)
Errors of running deployment tests.DeployFlowMetadata.Builder
DeployFlowMetadata.Builder. addTestErrors(TestError value)
Errors of running deployment tests.TestError.Builder
TestError.Builder. mergeFrom(TestError other)
static TestError.Builder
TestError. newBuilder(TestError prototype)
BatchRunTestCasesMetadata.Builder
BatchRunTestCasesMetadata.Builder. setErrors(int index, TestError value)
The test errors.RunContinuousTestMetadata.Builder
RunContinuousTestMetadata.Builder. setErrors(int index, TestError value)
The test errors.DeployFlowMetadata.Builder
DeployFlowMetadata.Builder. setTestErrors(int index, TestError value)
Errors of running deployment tests.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type TestError Modifier and Type Method Description BatchRunTestCasesMetadata.Builder
BatchRunTestCasesMetadata.Builder. addAllErrors(Iterable<? extends TestError> values)
The test errors.RunContinuousTestMetadata.Builder
RunContinuousTestMetadata.Builder. addAllErrors(Iterable<? extends TestError> values)
The test errors.DeployFlowMetadata.Builder
DeployFlowMetadata.Builder. addAllTestErrors(Iterable<? extends TestError> values)
Errors of running deployment tests.
-