Uses of Class
com.google.cloud.automl.v1.AutoMlClient.ListDatasetsPagedResponse
-
Packages that use AutoMlClient.ListDatasetsPagedResponse Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of AutoMlClient.ListDatasetsPagedResponse in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return AutoMlClient.ListDatasetsPagedResponse Modifier and Type Method Description AutoMlClient.ListDatasetsPagedResponse
AutoMlClient. listDatasets(ListDatasetsRequest request)
Lists datasets in a project.AutoMlClient.ListDatasetsPagedResponse
AutoMlClient. listDatasets(LocationName parent)
Lists datasets in a project.AutoMlClient.ListDatasetsPagedResponse
AutoMlClient. listDatasets(String parent)
Lists datasets in a project.Methods in com.google.cloud.automl.v1 that return types with arguments of type AutoMlClient.ListDatasetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AutoMlClient.ListDatasetsPagedResponse>
AutoMlClient.ListDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,AutoMlClient.ListDatasetsPagedResponse>
AutoMlClient. listDatasetsPagedCallable()
Lists datasets in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse>
AutoMlSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse>
AutoMlSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets. -
Uses of AutoMlClient.ListDatasetsPagedResponse in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.stub that return types with arguments of type AutoMlClient.ListDatasetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,AutoMlClient.ListDatasetsPagedResponse>
AutoMlStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,AutoMlClient.ListDatasetsPagedResponse>
GrpcAutoMlStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,AutoMlClient.ListDatasetsPagedResponse>
HttpJsonAutoMlStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse>
AutoMlStubSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,AutoMlClient.ListDatasetsPagedResponse>
AutoMlStubSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
-