Uses of Class
com.google.cloud.dialogflow.v2beta1.stub.VersionsStubSettings
-
Packages that use VersionsStubSettings Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of VersionsStubSettings in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type VersionsStubSettings Modifier and Type Method Description static VersionsSettingsVersionsSettings. create(VersionsStubSettings stub) -
Uses of VersionsStubSettings in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return VersionsStubSettings Modifier and Type Method Description VersionsStubSettingsVersionsStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.v2beta1.stub with parameters of type VersionsStubSettings Modifier and Type Method Description static GrpcVersionsStubGrpcVersionsStub. create(VersionsStubSettings settings)static HttpJsonVersionsStubHttpJsonVersionsStub. create(VersionsStubSettings settings)Constructors in com.google.cloud.dialogflow.v2beta1.stub with parameters of type VersionsStubSettings Constructor Description Builder(VersionsStubSettings settings)GrpcVersionsStub(VersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcVersionsStub, using the given settings.GrpcVersionsStub(VersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcVersionsStub, using the given settings.HttpJsonVersionsStub(VersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonVersionsStub, using the given settings.HttpJsonVersionsStub(VersionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonVersionsStub, using the given settings.
-