Add 'Topic.set_iam_policy' API wrapper.#1641
Merged
tseaver merged 3 commits intogoogleapis:masterfrom Mar 22, 2016
tseaver:pubsub-topic-set_iam_policy
Merged
Add 'Topic.set_iam_policy' API wrapper.#1641tseaver merged 3 commits intogoogleapis:masterfrom tseaver:pubsub-topic-set_iam_policy
tseaver merged 3 commits intogoogleapis:masterfrom
tseaver:pubsub-topic-set_iam_policy
Conversation
Contributor
Author
|
Hmm, odd docs build failure: I've restarted the job. |
Contributor
|
Not weird. I've seen it from time to time. The |
Contributor
Author
| return Policy.from_api_repr(resp) | ||
|
|
||
| def set_iam_policy(self, policy, client=None): | ||
| """Update the IAM policy for the topic. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
docs/pubsub-usage.rst
Outdated
| >>> topic.delete() # API request | ||
|
|
||
| Fetch the IAM policy for a topic: | ||
| Update the IAM policy for a topic: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Contributor
|
LGTM other than the docs questions |
tseaver
added a commit
that referenced
this pull request
Mar 22, 2016
Add 'Topic.set_iam_policy' API wrapper.
parthea
pushed a commit
that referenced
this pull request
Nov 26, 2025
* add support for jwk format * update formatting * formatting changes * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove pyjwt --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea
pushed a commit
that referenced
this pull request
Mar 6, 2026
Expands retry. It's possible in the normal lifecycle of an API frontend for the intermediate response to indicate the API service is not ready. related: internal issue 294103068
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uses #1640 as a base.