Home
last modified time | relevance | path

Searched defs:getTableSpecCallable (Results 1 – 4 of 4) sorted by relevance

/external/google-cloud-java/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/
DAutoMlStub.java139 public UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable() { in getTableSpecCallable() method in AutoMlStub
DGrpcAutoMlStub.java329 private final UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable; field in GrpcAutoMlStub
878 public UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable() { in getTableSpecCallable() method in GrpcAutoMlStub
DHttpJsonAutoMlStub.java1022 private final UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable; field in HttpJsonAutoMlStub
1516 public UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable() { in getTableSpecCallable() method in HttpJsonAutoMlStub
/external/google-cloud-java/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/
DAutoMlClient.java1416 public final UnaryCallable<GetTableSpecRequest, TableSpec> getTableSpecCallable() { in getTableSpecCallable() method in AutoMlClient