Uses of Class
com.google.cloud.automl.v1.stub.AutoMlStub
-
Packages that use AutoMlStub Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of AutoMlStub in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return AutoMlStub Modifier and Type Method Description AutoMlStub
AutoMlClient. getStub()
Methods in com.google.cloud.automl.v1 with parameters of type AutoMlStub Modifier and Type Method Description static AutoMlClient
AutoMlClient. create(AutoMlStub stub)
Constructs an instance of AutoMlClient, using the given stub for making calls.Constructors in com.google.cloud.automl.v1 with parameters of type AutoMlStub Constructor Description AutoMlClient(AutoMlStub stub)
-
Uses of AutoMlStub in com.google.cloud.automl.v1.stub
Subclasses of AutoMlStub in com.google.cloud.automl.v1.stub Modifier and Type Class Description class
GrpcAutoMlStub
gRPC stub implementation for the AutoMl service API.class
HttpJsonAutoMlStub
REST stub implementation for the AutoMl service API.Methods in com.google.cloud.automl.v1.stub that return AutoMlStub Modifier and Type Method Description AutoMlStub
AutoMlStubSettings. createStub()
-