Skip to content

Commit 3710429

Browse files
---
yaml --- r: 9419 b: refs/heads/spanner-gapic-migration c: 2ea31b4 h: refs/heads/master i: 9417: 673063f 9415: b55686c
1 parent 93bbf14 commit 3710429

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080
refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83-
refs/heads/spanner-gapic-migration: c5b558f078317cbaf7cedce078688ddc45cdf641
83+
refs/heads/spanner-gapic-migration: 2ea31b43a212d68187d816cffa3f8b2e19e6c9b4
8484
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/BigtableDataClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ public ApiFuture<Void> bulkMutateRowsAsync(BulkMutation mutation) {
442442
* batch.add("[ROW KEY]", Mutation.create().setCell("[FAMILY NAME]", "[QUALIFIER]", "[VALUE]");
443443
* }
444444
* bigtableClient.bulkMutateRowsCallable().call(batch);
445+
* }
445446
* }</pre>
446447
*/
447448
public UnaryCallable<BulkMutation, Void> bulkMutationCallable() {
@@ -464,6 +465,7 @@ public UnaryCallable<BulkMutation, Void> bulkMutationCallable() {
464465
* );
465466
*
466467
* ApiFuture<Boolean> future = bigtableClient.checkAndMutateRowAsync(mutation);
468+
* }
467469
* }</pre>
468470
*/
469471
public ApiFuture<Boolean> checkAndMutateRowAsync(ConditionalRowMutation mutation) {

branches/spanner-gapic-migration/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/DummyBatchingDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* This is necessary workaround for {@link
27-
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#mutateRowsCallable()}. The settings
27+
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#bulkMutateRowsCallable()}. The settings
2828
* are exposed to the user using the {@link com.google.cloud.bigtable.data.v2.models.RowMutation}
2929
* wrapper, but the actual descriptor works on the underlying {@link
3030
* com.google.bigtable.v2.MutateRowsRequest}s. This class is used as a placeholder for the settings

branches/spanner-gapic-migration/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/mutaterows/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
/**
1717
* Implementation details for {@link
18-
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#mutateRowsCallable()}.
18+
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#bulkMutateRowsCallable()}.
1919
*
2020
* <p>The implementation adapts gax's {@link com.google.api.gax.rpc.BatchingCallable} to work with
2121
* Bigtable's MutateRows RPC. There are 3 customizations that are necessary:

0 commit comments

Comments
 (0)