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