Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetTestCaseRequest
-
Packages that use GetTestCaseRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetTestCaseRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetTestCaseRequest Modifier and Type Method Description GetTestCaseRequestGetTestCaseRequest.Builder. build()GetTestCaseRequestGetTestCaseRequest.Builder. buildPartial()static GetTestCaseRequestGetTestCaseRequest. getDefaultInstance()GetTestCaseRequestGetTestCaseRequest.Builder. getDefaultInstanceForType()GetTestCaseRequestGetTestCaseRequest. getDefaultInstanceForType()static GetTestCaseRequestGetTestCaseRequest. parseDelimitedFrom(InputStream input)static GetTestCaseRequestGetTestCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseRequestGetTestCaseRequest. parseFrom(byte[] data)static GetTestCaseRequestGetTestCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseRequestGetTestCaseRequest. parseFrom(com.google.protobuf.ByteString data)static GetTestCaseRequestGetTestCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseRequestGetTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTestCaseRequestGetTestCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseRequestGetTestCaseRequest. parseFrom(InputStream input)static GetTestCaseRequestGetTestCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTestCaseRequestGetTestCaseRequest. parseFrom(ByteBuffer data)static GetTestCaseRequestGetTestCaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 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.v3beta1 with parameters of type GetTestCaseRequest Modifier and Type Method Description TestCaseTestCasesClient. getTestCase(GetTestCaseRequest request)Gets a test case.default voidTestCasesGrpc.AsyncService. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Gets a test case.TestCaseTestCasesGrpc.TestCasesBlockingStub. getTestCase(GetTestCaseRequest request)Gets a test case.com.google.common.util.concurrent.ListenableFuture<TestCase>TestCasesGrpc.TestCasesFutureStub. getTestCase(GetTestCaseRequest request)Gets a test case.voidTestCasesGrpc.TestCasesStub. getTestCase(GetTestCaseRequest request, io.grpc.stub.StreamObserver<TestCase> responseObserver)Gets a test case.GetTestCaseRequest.BuilderGetTestCaseRequest.Builder. mergeFrom(GetTestCaseRequest other)static GetTestCaseRequest.BuilderGetTestCaseRequest. newBuilder(GetTestCaseRequest prototype) -
Uses of GetTestCaseRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.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.
-