Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.RunTestCaseResponse
-
Packages that use RunTestCaseResponse Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of RunTestCaseResponse in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return RunTestCaseResponse Modifier and Type Method Description RunTestCaseResponse
RunTestCaseResponse.Builder. build()
RunTestCaseResponse
RunTestCaseResponse.Builder. buildPartial()
static RunTestCaseResponse
RunTestCaseResponse. getDefaultInstance()
RunTestCaseResponse
RunTestCaseResponse.Builder. getDefaultInstanceForType()
RunTestCaseResponse
RunTestCaseResponse. getDefaultInstanceForType()
static RunTestCaseResponse
RunTestCaseResponse. parseDelimitedFrom(InputStream input)
static RunTestCaseResponse
RunTestCaseResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(byte[] data)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(com.google.protobuf.ByteString data)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(InputStream input)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(ByteBuffer data)
static RunTestCaseResponse
RunTestCaseResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type RunTestCaseResponse Modifier and Type Method Description RunTestCaseResponse.Builder
RunTestCaseResponse.Builder. mergeFrom(RunTestCaseResponse other)
static RunTestCaseResponse.Builder
RunTestCaseResponse. newBuilder(RunTestCaseResponse prototype)
-
Uses of RunTestCaseResponse in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-