Uses of Class
com.google.cloud.automl.v1beta1.AutoMlClient.ListDatasetsPagedResponse
-
Packages that use AutoMlClient.ListDatasetsPagedResponse Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of AutoMlClient.ListDatasetsPagedResponse in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return AutoMlClient.ListDatasetsPagedResponse Modifier and Type Method Description AutoMlClient.ListDatasetsPagedResponseAutoMlClient. listDatasets(ListDatasetsRequest request)Lists datasets in a project.AutoMlClient.ListDatasetsPagedResponseAutoMlClient. listDatasets(LocationName parent)Lists datasets in a project.AutoMlClient.ListDatasetsPagedResponseAutoMlClient. listDatasets(String parent)Lists datasets in a project.Methods in com.google.cloud.automl.v1beta1 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.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.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.
-