Skip to content

Adding helpers for interacting with properties in Entity protobuf. - #1340

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:v1beta3-entity-prop-access
Jan 7, 2016
Merged

Adding helpers for interacting with properties in Entity protobuf.#1340
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:v1beta3-entity-prop-access

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

This is because the repeated property message field in Entity becomes a properties map field in v1beta3. This makes adding new properties and iterating through all properties very different, so we add a helper to ease the transition from v1beta2 to v1beta3.

This is because the repeated `property` message field in `Entity`
becomes a `properties` map field in `v1beta3`. This makes adding
new properties and iterating through all properties very
different, so we add a helper to ease the transition from
`v1beta2` to `v1beta3`.
@dhermesdhermes added the api: datastore Issues related to the Datastore API. label Jan 3, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 3, 2016
@dhermesdhermes mentioned this pull request Jan 3, 2016
49 tasks

This comment was marked as spam.

This comment was marked as spam.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Jan 7, 2016
Adding helpers for interacting with properties in Entity protobuf.
@dhermes
dhermes merged commit ee25a8d into googleapis:masterJan 7, 2016
@dhermes
dhermes deleted the v1beta3-entity-prop-access branch January 7, 2016 22:45
@dhermesdhermes mentioned this pull request Jan 25, 2016
parthea pushed a commit that referenced this pull request Nov 26, 2025
Source-Link: https://togithub.com/googleapis/synthtool/commit/cb960373d12d20f8dc38beee2bf884d49627165e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2d816f26f728ac8b24248741e7d4c461c09764ef9f7be3684d557c9632e46dbd
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat(spanner): add interval type support
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix test
* fix build
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* incorporate suggestions
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastoreIssues related to the Datastore API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot