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