Adding primitive Bigtable garbage collection rule classes. by dhermes · Pull Request #1290 · googleapis/google-cloud-python

@googlebot googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Dec 16, 2015

@dhermes

These are used as settings when creating new column
families within a table.

Also slipping in 3 small Bigtable docstring updates.

@dhermes dhermes changed the title Adding Bigtable garbage collection rule class. Adding primitive Bigtable garbage collection rule classes.

Dec 17, 2015

@dhermes

Caused by a breakage in latest protobuf release (3.0.0b1.post1).

dhermes added a commit that referenced this pull request

Dec 17, 2015
Adding primitive Bigtable garbage collection rule classes.

@dhermes dhermes deleted the bigtable-add-gc-rule branch

December 17, 2015 02:26

parthea added a commit that referenced this pull request

Nov 24, 2025
Co-authored-by: Anthonios Partheniou <partheniou@google.com>

parthea pushed a commit that referenced this pull request

Mar 2, 2026
Updates docstrings in `google/auth/transport/urllib3.py` to reference
`urllib3.PoolManager` instead of the removed/private
`urllib3.request.RequestMethods`, ensuring compatibility with `urllib3`
v2 documentation standards.

NOTE: This PR supercedes an [older PR
#1290](googleapis/google-auth-library-python#1290),
because some of the content or suggested changes in the older PR are
overtaken by events and/or been incorporated via [other recent
PRs](googleapis/google-auth-library-python#1389).

---
*PR created automatically by Jules for task
[17649723998293325458](https://jules.google.com/task/17649723998293325458)
started by @chalmerlowe*

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>

parthea pushed a commit that referenced this pull request

Mar 6, 2026
… bug on m1 (#1290)

* fix: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1

* update grpc in setup.py

* fix: rm 3.6 constraints, add grpcio to 3.7-3.10 constraints

parthea pushed a commit that referenced this pull request

Mar 9, 2026
To create a new notification, the notification_id field must be
set to None. Update the error message to clarify this.

Fixes #1289