Misplaced datastore_example_test comment by Anish2 · Pull Request #64 · GoogleCloudPlatform/python-docs-samples

@Anish2

@googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Aug 2, 2015

rsamborski pushed a commit that referenced this pull request

Nov 8, 2022

engelke pushed a commit that referenced this pull request

Nov 9, 2022

msampathkumar pushed a commit that referenced this pull request

Nov 9, 2022
feat(v2beta3, v2beta2): introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats
feat: add from_service_account_info method to clients
docs(v2beta3): updates to max burst size description
docs(v2beta2): updates to AppEngineHttpRequest description
test: add 3.9 unit tests
docs: fix type references in docstrings

msampathkumar pushed a commit that referenced this pull request

Nov 9, 2022
feat(v2beta3, v2beta2): introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats
feat: add from_service_account_info method to clients
docs(v2beta3): updates to max burst size description
docs(v2beta2): updates to AppEngineHttpRequest description
test: add 3.9 unit tests
docs: fix type references in docstrings

m-strzelczyk added a commit that referenced this pull request

Nov 9, 2022
* feat: adding samples for default values

Featuring the usage report API.

dandhlee pushed a commit that referenced this pull request

Nov 10, 2022

rsamborski pushed a commit that referenced this pull request

Nov 11, 2022

rsamborski pushed a commit that referenced this pull request

Nov 14, 2022

msampathkumar pushed a commit that referenced this pull request

Nov 14, 2022
…ype`` attributes to ``type_`` to avoid name collisions (#64)

Renamed attributes:
* TagTemplateField.type -> TagTemplatedField.type_
* ColumnSchema.type -> ColumnSchema.type_
* Entry.type -> Entry.type_

dandhlee pushed a commit that referenced this pull request

Nov 14, 2022

dandhlee pushed a commit that referenced this pull request

Nov 15, 2022

dandhlee pushed a commit that referenced this pull request

Nov 15, 2022
feat(v2beta3, v2beta2): introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats
feat: add from_service_account_info method to clients
docs(v2beta3): updates to max burst size description
docs(v2beta2): updates to AppEngineHttpRequest description
test: add 3.9 unit tests
docs: fix type references in docstrings

dandhlee pushed a commit that referenced this pull request

Nov 16, 2022
* feat: adding samples for default values

Featuring the usage report API.

MiaCY pushed a commit that referenced this pull request

Apr 11, 2023

@MiaCY MiaCY mentioned this pull request

Apr 11, 2023

8 tasks

dandhlee pushed a commit that referenced this pull request

Apr 22, 2023

parthea added a commit that referenced this pull request

Jun 8, 2023
* chore(deps): update all dependencies

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>

parthea added a commit that referenced this pull request

Jun 8, 2023
* chore(deps): update all dependencies

* revert

Co-authored-by: Anthonios Partheniou <partheniou@google.com>

dizcology pushed a commit that referenced this pull request

Sep 11, 2023

leahecole pushed a commit that referenced this pull request

Sep 15, 2023

Linchin pushed a commit that referenced this pull request

Aug 18, 2025
* chore: release v2.0.0

* Update CHANGELOG.md

* Replace PROJECT_ID with GOOGLE_CLOUD_PROJECT in test

* Do not add google.cloud.bigquery as namespace package

* Install the library as non-editable in tests

This avoids import errors from google.cloud.bigquery.* namespace.

* Fix test coverage plugin paths

* Regenerate code with different namespace (bigquery_storage)

* Adjust import paths to bigquery_storage namespace

* Adjust docs to bigquery_storage namespace

* Adjust UPGRADING guide to changed namespace

Co-authored-by: Tim Swast <swast@google.com>