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

Add 'Message.service_timestamp' property. by tseaver · Pull Request #1627 · googleapis/google-cloud-python · GitHub

Add 'Message.service_timestamp' property. - #1627

Merged
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:1623-expose-message-publish_timestamp
Mar 18, 2016
Merged

Add 'Message.service_timestamp' property.#1627
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:1623-expose-message-publish_timestamp

Conversation

tseaver commented Mar 17, 2016

Copy link
Copy Markdown
Contributor

Set via the back-end set 'publishTimestamp' field in the 'PubsbuMessage' resource.

Fixes #1623.

tseaver added the api: pubsub Issues related to the Pub/Sub API. label Mar 17, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 17, 2016

tseaver commented Mar 17, 2016

Copy link
Copy Markdown
Contributor Author

ATM, assumes that the answer to my question in #1623 is "no".

Comment thread gcloud/pubsub/message.py
instance = cls(
data=data, message_id=api_repr['messageId'],
attributes=api_repr.get('attributes'))
instance._service_timesstamp = api_repr.get('publishTimestamp')

This comment was marked as spam.

dhermes commented Mar 18, 2016

Copy link
Copy Markdown
Contributor

LGTM pending rename

Set via the back-end set 'publishTimestamp' field in the 'PubsbuMessage'
resource.

Fixes #1623.
tseaver added a commit that referenced this pull request Mar 18, 2016
…estamp

Add 'Message.service_timestamp' property.
tseaver merged commit 72d0bba into googleapis:master Mar 18, 2016
tseaver added a commit that referenced this pull request Mar 18, 2016
parthea pushed a commit that referenced this pull request Nov 26, 2025
* fix: improve user guide for Impersonation and SA

* moved sa to end
parthea pushed a commit that referenced this pull request Mar 6, 2026
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Add samples for the partial list bucket feature.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL