Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.stub.TestCasesStubSettings
-
Packages that use TestCasesStubSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of TestCasesStubSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type TestCasesStubSettings Modifier and Type Method Description static TestCasesSettingsTestCasesSettings. create(TestCasesStubSettings stub) -
Uses of TestCasesStubSettings in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return TestCasesStubSettings Modifier and Type Method Description TestCasesStubSettingsTestCasesStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type TestCasesStubSettings Modifier and Type Method Description static GrpcTestCasesStubGrpcTestCasesStub. create(TestCasesStubSettings settings)static HttpJsonTestCasesStubHttpJsonTestCasesStub. create(TestCasesStubSettings settings)Constructors in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type TestCasesStubSettings Constructor Description Builder(TestCasesStubSettings settings)GrpcTestCasesStub(TestCasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcTestCasesStub, using the given settings.GrpcTestCasesStub(TestCasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcTestCasesStub, using the given settings.HttpJsonTestCasesStub(TestCasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonTestCasesStub, using the given settings.HttpJsonTestCasesStub(TestCasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonTestCasesStub, using the given settings.
-