Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
* com.google.cloud.bigtable.data.v2.stub.EnhancedBigtableStub#mutateRowsCallable()}. The settings
* are exposed to the user using the {@link com.google.cloud.bigtable.data.v2.models.RowMutation}
* wrapper, but the actual descriptor works on the underlying {@link
* com.google.bigtable.v2.MutateRowsRequest}s. This class is used as a placeholder for the settings
* and is replaced with the actual implementation of {@link
* com.google.cloud.bigtable.data.v2.stub.bulkmutaterows.BulkMutateRowsBatchingDescriptor} when

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

* constructing the callable chain.
* com.google.bigtable.v2.MutateRowsRequest}s.
*
* <p>This class is considered an internal implementation detail and not meant to be used by
* applications.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<managedtest.version>0.37.1-alpha-SNAPSHOT</managedtest.version><!-- {x-version-update:google-cloud-managedtest:current} -->
<testing.version>0.37.1-alpha-SNAPSHOT</testing.version><!-- {x-version-update:google-cloud-testing:current} -->

<api-common.version>1.3.0</api-common.version>
<api-common.version>1.4.0</api-common.version>
<gax.version>1.19.0</gax.version>
<gax-grpc.version>1.19.0</gax-grpc.version>
<gax-httpjson.version>0.36.0</gax-httpjson.version>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
<site.installationModule>google-cloud</site.installationModule>
<bom.version>0.37.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-pom:current} -->
<api-client.version>1.23.0</api-client.version>
<gax.version>1.19.0</gax.version>

This comment was marked as spam.

<google.auth.version>0.9.0</google.auth.version>
<grpc.version>1.9.0</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
Expand Down