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 GetTestCaseResultRequest
GetTestCaseResultRequest.Builder. build()
GetTestCaseResultRequest
GetTestCaseResultRequest.Builder. buildPartial()
static GetTestCaseResultRequest
GetTestCaseResultRequest. getDefaultInstance()
GetTestCaseResultRequest
GetTestCaseResultRequest.Builder. getDefaultInstanceForType()
GetTestCaseResultRequest
GetTestCaseResultRequest. getDefaultInstanceForType()
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseDelimitedFrom(InputStream input)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(byte[] data)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(InputStream input)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTestCaseResultRequest
GetTestCaseResultRequest. parseFrom(ByteBuffer data)
static GetTestCaseResultRequest
GetTestCaseResultRequest. 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 TestCaseResult
TestCasesClient. getTestCaseResult(GetTestCaseResultRequest request)
Gets a test case result.default void
TestCasesGrpc.AsyncService. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)
Gets a test case result.TestCaseResult
TestCasesGrpc.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.void
TestCasesGrpc.TestCasesStub. getTestCaseResult(GetTestCaseResultRequest request, io.grpc.stub.StreamObserver<TestCaseResult> responseObserver)
Gets a test case result.GetTestCaseResultRequest.Builder
GetTestCaseResultRequest.Builder. mergeFrom(GetTestCaseResultRequest other)
static GetTestCaseResultRequest.Builder
GetTestCaseResultRequest. 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.
-