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