Uh oh!
There was an error while loading. Please reload this page.
Add 'Topic.set_iam_policy' API wrapper. - #1641
Merged
Merged
Conversation
tseaver
commented
Mar 21, 2016
ContributorAuthor
Hmm, odd docs build failure: I've restarted the job. |
dhermes
commented
Mar 21, 2016
Contributor
Not weird. I've seen it from time to time. The |
tseaver
commented
Mar 22, 2016
ContributorAuthor
| 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.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| >>> 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.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Mar 22, 2016
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
parthea pushed a commit
that referenced
this pull request
Apr 1, 2026
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 freeto 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.