Uses of Class
com.google.cloud.dialogflow.cx.v3.GetTestCaseResultRequest
-
Packages that use GetTestCaseResultRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of GetTestCaseResultRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return GetTestCaseResultRequest Modifier and Type Method Description GetTestCaseResultRequestGetTestCaseResultRequest.Builder. build()GetTestCaseResultRequestGetTestCaseResultRequest.Builder. buildPartial()static GetTestCaseResultRequestGetTestCaseResultRequest. getDefaultInstance()GetTestCaseResultRequestGetTestCaseResultRequest.Builder. getDefaultInstanceForType()GetTestCaseResultRequestGetTestCaseResultRequest. getDefaultInstanceForType()static GetTestCaseResultRequestGetTestCaseResultRequest. parseDelimitedFrom(InputStream input)static GetTestCaseResultRequestGetTestCaseResultRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(byte[] data)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(com.google.protobuf.ByteString data)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(InputStream input)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(ByteBuffer data)static GetTestCaseResultRequestGetTestCaseResultRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type GetTestCaseResultRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTestCaseResultRequest,TestCaseResult>TestCasesGrpc. getGetTestCaseResultMethod()com.google.protobuf.Parser<GetTestCaseResultRequest>GetTestCaseResultRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>TestCasesClient. getTestCaseResultCallable()Gets a test case result.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult>TestCasesSettings.Builder. getTestCaseResultSettings()Returns the builder for the settings used for calls to getTestCaseResult.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult>TestCasesSettings. getTestCaseResultSettings()Returns the object with the settings used for calls to getTestCaseResult.static com.google.protobuf.Parser<GetTestCaseResultRequest>GetTestCaseResultRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type GetTestCaseResultRequest Modifier and Type Method Description TestCaseResultTestCasesClient. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.default voidTestCasesGrpc.AsyncService. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)Gets a test case result.TestCaseResultTestCasesGrpc.TestCasesBlockingStub. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.com.google.common.util.concurrent.ListenableFuture<TestCaseResult>TestCasesGrpc.TestCasesFutureStub. getTestCaseResult(GetTestCaseResultRequest request)Gets a test case result.voidTestCasesGrpc.TestCasesStub. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)Gets a test case result.GetTestCaseResultRequest.BuilderGetTestCaseResultRequest.Builder. mergeFrom(GetTestCaseResultRequest other)static GetTestCaseResultRequest.BuilderGetTestCaseResultRequest. newBuilder(GetTestCaseResultRequest prototype) -
Uses of GetTestCaseResultRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type GetTestCaseResultRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>GrpcTestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>HttpJsonTestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallable<GetTestCaseResultRequest,TestCaseResult>TestCasesStub. getTestCaseResultCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTestCaseResultRequest,TestCaseResult>TestCasesStubSettings.Builder. getTestCaseResultSettings()Returns the builder for the settings used for calls to getTestCaseResult.com.google.api.gax.rpc.UnaryCallSettings<GetTestCaseResultRequest,TestCaseResult>TestCasesStubSettings. getTestCaseResultSettings()Returns the object with the settings used for calls to getTestCaseResult.
-