Uses of Class
com.google.cloud.dialogflow.cx.v3.stub.TestCasesStubSettings
-
Packages that use TestCasesStubSettings Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of TestCasesStubSettings in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestCasesStubSettings Modifier and Type Method Description static TestCasesSettings
TestCasesSettings. create(TestCasesStubSettings stub)
-
Uses of TestCasesStubSettings in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return TestCasesStubSettings Modifier and Type Method Description TestCasesStubSettings
TestCasesStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.cx.v3.stub with parameters of type TestCasesStubSettings Modifier and Type Method Description static GrpcTestCasesStub
GrpcTestCasesStub. create(TestCasesStubSettings settings)
static HttpJsonTestCasesStub
HttpJsonTestCasesStub. create(TestCasesStubSettings settings)
Constructors in com.google.cloud.dialogflow.cx.v3.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.
-