X Tutup
Skip to content

Documentation: Filtering Query by key is also possible.#1632

Merged
dhermes merged 2 commits intogoogleapis:masterfrom
mgilson:patch-2
Mar 18, 2016
Merged

Documentation: Filtering Query by key is also possible.#1632
dhermes merged 2 commits intogoogleapis:masterfrom
mgilson:patch-2

Conversation

@mgilson
Copy link
Contributor

@mgilson mgilson commented Mar 18, 2016

Update the documentation for add_filter to make it clear that filtering by key is also possible.

Update the documentation for `add_filter` to make it clear that filtering by key is also possible.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 18, 2016
Fixup for lint.
@dhermes
Copy link
Contributor

dhermes commented Mar 18, 2016

LGTM

dhermes added a commit that referenced this pull request Mar 18, 2016
Documentation: Filtering Query by key is also possible.
@dhermes dhermes merged commit 49f18ed into googleapis:master Mar 18, 2016
@dhermes
Copy link
Contributor

dhermes commented Mar 18, 2016

Thanks @mgilson. In the future, if possible, can you squash your changes into a single commit? I'd be happy to help show you how if the need arises (e.g. here the lint error caused you to have to add a newline).

@mgilson
Copy link
Contributor Author

mgilson commented Mar 18, 2016

@dhermes Sure. Sorry about that. I would have squashed it on this one, but I was doing all of my edits via the github editor and didn't realize the error until travis yelled at me. I wanted to make sure travis was happy with the second commit before I rebased and force-pushed -- But by the time I got back, you had already merged.

@dhermes
Copy link
Contributor

dhermes commented Mar 18, 2016

No worries. I didn't want to burden you with having a checkout. I appreciate the quick fix!

@tseaver tseaver added the api: datastore Issues related to the Datastore API. label Mar 18, 2016
parthea added a commit that referenced this pull request Mar 6, 2026
* build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3

Source-Link: googleapis/synthtool@352b9d4
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7

* pin flake8

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
- Add bidi stream retry manager. It will the main class that would be
responsible for retries.
- Integrate MRD with bidi stream retry manager and reads resumption
strategy
- Added conformance tests for all error scenarios and smart resumption
for bidi reads
- Refactored MRD's `download_ranges()` method, which will now use retry
manager's `execute()` method to send the requests
- Modified the logic to parse and handle the
`BidiReadObjectRedirectedError`.
- Modified cloud build configuration to also pull the latest changes of
the current PR.
- Formatted few more files using black formatter
parthea added a commit that referenced this pull request Mar 9, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
<details><summary>google-cloud-storage: 3.8.0</summary>

##
[3.8.0](googleapis/python-storage@v3.7.0...v3.8.0)
(2026-01-13)

### Features

* expose persisted size in mrd (#1671)
([0e2961be](googleapis/python-storage@0e2961be))

* implement &#34;append_from_file&#34; (#1686)
([1333c956](googleapis/python-storage@1333c956))

* compute chunk wise checksum for bidi_writes (#1675)
([139390cb](googleapis/python-storage@139390cb))

* flush the last chunk in append method (#1699)
([89bfe7a5](googleapis/python-storage@89bfe7a5))

* add write resumption strategy (#1663)
([a57ea0ec](googleapis/python-storage@a57ea0ec))

* add bidi stream retry manager. (#1632)
([d90f0ee0](googleapis/python-storage@d90f0ee0))

* make flush size configurable (#1677)
([f7095faf](googleapis/python-storage@f7095faf))

### Bug Fixes

* no state lookup while opening bidi-write stream
([2d5a7b16](googleapis/python-storage@2d5a7b16))

* no state lookup while opening bidi-write stream (#1636)
([2d5a7b16](googleapis/python-storage@2d5a7b16))

* close write object stream always (#1661)
([4a609a4b](googleapis/python-storage@4a609a4b))

* add system test for opening with read_handle (#1672)
([6dc711da](googleapis/python-storage@6dc711da))

</details>

---------

Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastore Issues related to the Datastore API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup