Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Topic.test_iam_permissions' API wrapper. #1642

Merged
merged 1 commit into from
Mar 22, 2016
Merged

Add 'Topic.test_iam_permissions' API wrapper. #1642

merged 1 commit into from
Mar 22, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Mar 21, 2016

Uses #1641 as a base.

Toward #1073.

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

tseaver commented Mar 22, 2016

@dhermes Rebased after merging #1641 to master. PTAL

@@ -303,6 +303,31 @@ def set_iam_policy(self, policy, client=None):
method='POST', path=path, data=resource)
return Policy.from_api_repr(resp)

def test_iam_permissions(self, permissions, client=None):

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Mar 22, 2016

LGTM other than name issue

tseaver added a commit that referenced this pull request Mar 22, 2016
Add 'Topic.test_iam_permissions' API wrapper.
@tseaver tseaver merged commit 6d7172a into googleapis:master Mar 22, 2016
@tseaver tseaver deleted the pubsub-topic-test_iam_permissions branch March 22, 2016 19:07
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.

None yet

4 participants