-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding Bigtable Row.increment_cell_value. #1389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dhermes
merged 2 commits into
googleapis:master
from
dhermes:bigtable-increment-cell-value
Jan 15, 2016
Merged
Adding Bigtable Row.increment_cell_value. #1389
dhermes
merged 2 commits into
googleapis:master
from
dhermes:bigtable-increment-cell-value
Jan 15, 2016
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcloud/bigtable/row.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
724fd9d to
ac6f9ae
Compare
Similar to googleapis#1388. The API accepts integers and then encodes them as bytes when stored in the table.
ac6f9ae to
51743b3
Compare
Contributor
Author
Contributor
|
LGTM (in spite of the awkward diff). |
Contributor
Author
|
Sorry for the awkward diff. The 1st and 2nd commit aren't too bad, but when put together they are. I did the 2nd commit because I messed up the order when I rebased #1387. |
dhermes
added a commit
that referenced
this pull request
Jan 15, 2016
Adding Bigtable Row.increment_cell_value.
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
* fix: Fix required fields test for REST transport This fixes the assumption that query param fields can be only primitives. They also can be enums and special proto objects which serialize to string in json mapping: FieldMask, Timestam, Duration. The tests will follow in a form of integration tests once grpc+rest transport is enabled in googleapis * update python version in noxfile template to match CI * regenerate goldens * remove assumption that query param fields can be only primitives * update black version in templated noxfile to fix CI Co-authored-by: Anthonios Partheniou <[email protected]>
parthea
pushed a commit
that referenced
this pull request
Nov 26, 2025
* fix: update urllib3 to >= 2.0.5 * update * update sys test cred
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the Bigtable API.
cla: yes
This human has signed the Contributor License Agreement.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Similar to #1388. The API accepts integers and then encodes them as bytes when stored in the table.