FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Using WhichOneof when parsing a Value protobuf. by dhermes · Pull Request #1462 · googleapis/google-cloud-python · GitHub

Using WhichOneof when parsing a Value protobuf. - #1462

Merged
dhermes merged 1 commit into
googleapis:datastore-v1beta3from
dhermes:v1beta3-use-whichoneof
Feb 13, 2016
Merged

Using WhichOneof when parsing a Value protobuf.#1462
dhermes merged 1 commit into
googleapis:datastore-v1beta3from
dhermes:v1beta3-use-whichoneof

Conversation

dhermes commented Feb 13, 2016

Copy link
Copy Markdown
Contributor

NOTE: Has #1461 as diffbase.

Relates to discussion in #1402.

dhermes added the api: datastore Issues related to the Datastore API. label Feb 13, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 13, 2016

Copy link
Copy Markdown
Contributor

LGTM

dhermes force-pushed the v1beta3-use-whichoneof branch from 04e131d to 1c2e73b Compare February 13, 2016 07:10
dhermes added a commit that referenced this pull request Feb 13, 2016
Using WhichOneof when parsing a Value protobuf.
dhermes merged commit 302c1a0 into googleapis:datastore-v1beta3 Feb 13, 2016
dhermes deleted the v1beta3-use-whichoneof branch February 13, 2016 07:15
if value_pb.HasField('timestamp_value'):
value_type = value_pb.WhichOneof('value_type')

if value_type == 'timestamp_value':

This comment was marked as spam.

parthea pushed a commit that referenced this pull request Nov 26, 2025
parthea added a commit that referenced this pull request Mar 6, 2026
* chore(deps): update dependency packaging to v23

* bump google-cloud-bigquery

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
parthea pushed 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: v1.0.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
<details><summary>google-cloud-spanner: 3.60.0</summary>

## [3.60.0](https://togithub.com/googleapis/python-spanner/compare/v3.59.0...v3.60.0) (2025-12-10)

### Features

* make built-in metrics enabled by default (#1459) ([64aebe7e](https://togithub.com/googleapis/python-spanner/commit/64aebe7e))

* Exposing AutoscalingConfig in InstancePartition ([8b6f1540](https://togithub.com/googleapis/python-spanner/commit/8b6f1540))

* add support for experimental host (#1452) ([9535e5e0](https://togithub.com/googleapis/python-spanner/commit/9535e5e0))

* enable OpenTelemetry metrics and tracing by default (#1410) ([bb5095df](https://togithub.com/googleapis/python-spanner/commit/bb5095df))

* add cloud.region, request_tag and transaction_tag in span attributes (#1449) ([d37fb80a](https://togithub.com/googleapis/python-spanner/commit/d37fb80a))

* Add QueryAdvisorResult for query plan (PiperOrigin-RevId: 832425466) ([e08260fe](https://togithub.com/googleapis/python-spanner/commit/e08260fe))

* Add Send and Ack mutations for Queues (PiperOrigin-RevId: 832425466) ([e08260fe](https://togithub.com/googleapis/python-spanner/commit/e08260fe))

* Add Spanner location API (#1457) (PiperOrigin-RevId: 833474957) ([e08260fe](https://togithub.com/googleapis/python-spanner/commit/e08260fe))

### Bug Fixes

* Deprecate credentials_file argument ([8b6f1540](https://togithub.com/googleapis/python-spanner/commit/8b6f1540))

* configure keepAlive time for gRPC TCP connections (#1448) ([efb2833e](https://togithub.com/googleapis/python-spanner/commit/efb2833e))

* Provide Spanner Option to disable metrics (#1460) ([f1ebc43b](https://togithub.com/googleapis/python-spanner/commit/f1ebc43b))

### Documentation

* Update description for the BatchCreateSessionsRequest and Session (PiperOrigin-RevId: 832425466) ([e08260fe](https://togithub.com/googleapis/python-spanner/commit/e08260fe))

* Update description for the IsolationLevel (PiperOrigin-RevId: 832425466) ([e08260fe](https://togithub.com/googleapis/python-spanner/commit/e08260fe))

</details>
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
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


Back | FazBrowse Home | New Git URL