Uses of Class
com.google.cloud.automl.v1beta1.AutoMlClient.ListTableSpecsPagedResponse
-
Packages that use AutoMlClient.ListTableSpecsPagedResponse Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML APIcom.google.cloud.automl.v1beta1.stub -
-
Uses of AutoMlClient.ListTableSpecsPagedResponse in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return AutoMlClient.ListTableSpecsPagedResponse Modifier and Type Method Description AutoMlClient.ListTableSpecsPagedResponse
AutoMlClient. listTableSpecs(DatasetName parent)
Lists table specs in a dataset.AutoMlClient.ListTableSpecsPagedResponse
AutoMlClient. listTableSpecs(ListTableSpecsRequest request)
Lists table specs in a dataset.AutoMlClient.ListTableSpecsPagedResponse
AutoMlClient. listTableSpecs(String parent)
Lists table specs in a dataset.Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type AutoMlClient.ListTableSpecsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AutoMlClient.ListTableSpecsPagedResponse>
AutoMlClient.ListTableSpecsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTableSpecsRequest,ListTableSpecsResponse,TableSpec> context, com.google.api.core.ApiFuture<ListTableSpecsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlClient. listTableSpecsPagedCallable()
Lists table specs in a dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlSettings.Builder. listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.com.google.api.gax.rpc.PagedCallSettings<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlSettings. listTableSpecsSettings()
Returns the object with the settings used for calls to listTableSpecs. -
Uses of AutoMlClient.ListTableSpecsPagedResponse in com.google.cloud.automl.v1beta1.stub
Methods in com.google.cloud.automl.v1beta1.stub that return types with arguments of type AutoMlClient.ListTableSpecsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
GrpcAutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTableSpecsRequest,AutoMlClient.ListTableSpecsPagedResponse>
HttpJsonAutoMlStub. listTableSpecsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStubSettings.Builder. listTableSpecsSettings()
Returns the builder for the settings used for calls to listTableSpecs.com.google.api.gax.rpc.PagedCallSettings<ListTableSpecsRequest,ListTableSpecsResponse,AutoMlClient.ListTableSpecsPagedResponse>
AutoMlStubSettings. listTableSpecsSettings()
Returns the object with the settings used for calls to listTableSpecs.
-