Home
last modified time | relevance | path

Searched refs:batchCreateRowsCallable (Results 1 – 5 of 5) sorted by relevance

/external/google-cloud-java/java-area120-tables/samples/snippets/generated/com/google/area120/tables/v1alpha/tablesservice/batchcreaterows/
DAsyncBatchCreateRows.java46 tablesServiceClient.batchCreateRowsCallable().futureCall(request); in asyncBatchCreateRows()
/external/google-cloud-java/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/
DGrpcTablesServiceStub.java190 batchCreateRowsCallable; field in GrpcTablesServiceStub
381 this.batchCreateRowsCallable = in GrpcTablesServiceStub()
457 public UnaryCallable<BatchCreateRowsRequest, BatchCreateRowsResponse> batchCreateRowsCallable() { in batchCreateRowsCallable() method in GrpcTablesServiceStub
458 return batchCreateRowsCallable; in batchCreateRowsCallable()
DTablesServiceStub.java100 public UnaryCallable<BatchCreateRowsRequest, BatchCreateRowsResponse> batchCreateRowsCallable() { in batchCreateRowsCallable() method in TablesServiceStub
DHttpJsonTablesServiceStub.java512 batchCreateRowsCallable; field in HttpJsonTablesServiceStub
655 this.batchCreateRowsCallable = in HttpJsonTablesServiceStub()
745 public UnaryCallable<BatchCreateRowsRequest, BatchCreateRowsResponse> batchCreateRowsCallable() { in batchCreateRowsCallable() method in HttpJsonTablesServiceStub
746 return batchCreateRowsCallable; in batchCreateRowsCallable()
/external/google-cloud-java/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/
DTablesServiceClient.java981 return batchCreateRowsCallable().call(request); in batchCreateRows()
1010 batchCreateRowsCallable() { in batchCreateRowsCallable() method in TablesServiceClient
1011 return stub.batchCreateRowsCallable(); in batchCreateRowsCallable()