Uses of Class
com.google.cloud.dialogflow.cx.v3.RunTestCaseResponse
-
Packages that use RunTestCaseResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of RunTestCaseResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return RunTestCaseResponse Modifier and Type Method Description RunTestCaseResponseRunTestCaseResponse.Builder. build()RunTestCaseResponseRunTestCaseResponse.Builder. buildPartial()static RunTestCaseResponseRunTestCaseResponse. getDefaultInstance()RunTestCaseResponseRunTestCaseResponse.Builder. getDefaultInstanceForType()RunTestCaseResponseRunTestCaseResponse. getDefaultInstanceForType()static RunTestCaseResponseRunTestCaseResponse. parseDelimitedFrom(InputStream input)static RunTestCaseResponseRunTestCaseResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunTestCaseResponseRunTestCaseResponse. parseFrom(byte[] data)static RunTestCaseResponseRunTestCaseResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunTestCaseResponseRunTestCaseResponse. parseFrom(com.google.protobuf.ByteString data)static RunTestCaseResponseRunTestCaseResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunTestCaseResponseRunTestCaseResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RunTestCaseResponseRunTestCaseResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunTestCaseResponseRunTestCaseResponse. parseFrom(InputStream input)static RunTestCaseResponseRunTestCaseResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RunTestCaseResponseRunTestCaseResponse. parseFrom(ByteBuffer data)static RunTestCaseResponseRunTestCaseResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type RunTestCaseResponse Modifier and Type Method Description com.google.protobuf.Parser<RunTestCaseResponse>RunTestCaseResponse. getParserForType()static com.google.protobuf.Parser<RunTestCaseResponse>RunTestCaseResponse. parser()com.google.api.gax.longrunning.OperationFuture<RunTestCaseResponse,RunTestCaseMetadata>TestCasesClient. runTestCaseAsync(RunTestCaseRequest request)Kicks off a test case run.com.google.api.gax.rpc.OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesClient. runTestCaseOperationCallable()Kicks off a test case run.com.google.api.gax.rpc.OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesSettings.Builder. runTestCaseOperationSettings()Returns the builder for the settings used for calls to runTestCase.com.google.api.gax.rpc.OperationCallSettings<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesSettings. runTestCaseOperationSettings()Returns the object with the settings used for calls to runTestCase.Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type RunTestCaseResponse Modifier and Type Method Description RunTestCaseResponse.BuilderRunTestCaseResponse.Builder. mergeFrom(RunTestCaseResponse other)static RunTestCaseResponse.BuilderRunTestCaseResponse. newBuilder(RunTestCaseResponse prototype) -
Uses of RunTestCaseResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type RunTestCaseResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>GrpcTestCasesStub. runTestCaseOperationCallable()com.google.api.gax.rpc.OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>HttpJsonTestCasesStub. runTestCaseOperationCallable()com.google.api.gax.rpc.OperationCallable<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesStub. runTestCaseOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesStubSettings.Builder. runTestCaseOperationSettings()Returns the builder for the settings used for calls to runTestCase.com.google.api.gax.rpc.OperationCallSettings<RunTestCaseRequest,RunTestCaseResponse,RunTestCaseMetadata>TestCasesStubSettings. runTestCaseOperationSettings()Returns the object with the settings used for calls to runTestCase.
-