-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add methods to connection mapping API requests #1700
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
Merged
tseaver
merged 25 commits into
googleapis:master
from
tseaver:851-1696-pubsub-connection_maps_api
Apr 22, 2016
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d276229
Move guts of 'Client.list_topics' to 'Connection.list_topics'.
tseaver c65cf74
Move guts of 'Client.list_subscriptions' to 'Connection.list_subscrip…
tseaver 356f925
Normalize, reduce boilerplate.
tseaver 3e53eeb
Move guts of 'Topic.create' to 'Connection.topic_create'.
tseaver 2d3f8c2
Move guts of 'Topic.exists' to 'Connection.topic_get'.
tseaver 56005bd
Move guts of 'Topic.delete' to 'Connection.topic_delete'.
tseaver fe26588
Move guts of 'Topic.publish'/'Batch.commit' to 'Connection.topic_publ…
tseaver 16f1d80
Move guts of 'Topic.list_subscriptions' to 'Connection.topic_list_sub…
tseaver d81b349
Move guts of 'Topic.get_iam_policy' to 'Connection.get_iam_policy'.
tseaver 154a624
Move guts of 'Topic.set_iam_policy' to 'Connection.set_iam_policy'.
tseaver 086c321
Move guts of 'Topic.check_iam_permissions' to 'Connection.test_iam_pe…
tseaver cb8dd9d
Move guts of 'Subscription.create' to 'Connection.subscription_create'.
tseaver d5e8660
Move guts of 'Subscription.exists' to 'Connection.subscription_get'.
tseaver a2ddf7e
Move guts of 'Subscription.reload' to 'Connection.subscription_get'.
tseaver c40344f
Move guts of 'Subscription.delete' to 'Connection.subscription_delete'.
tseaver b82b764
Move guts of 'Subscription.modify_push_config' to 'Connection.subscri…
tseaver 5edb73e
Move guts of 'Subscription.pull' to 'Connection.subscription_pull'.
tseaver d19da2e
Move guts of 'Subscription.modify_ack_deadline' to 'Connection.subscr…
tseaver 94d81fa
Move guts of 'Subscription.get_iam_policy' to 'Connection.get_iam_pol…
tseaver ac2670a
Move guts of 'Subscription.set_iam_policy' to 'Connection.set_iam_pol…
tseaver 3707e6d
Move guts of 'Subscription.check_iam_permissions' to 'Connection.test…
tseaver 1135b6f
Fix py34 JSON marshalling of message payload bytes.
tseaver f7ea446
Break out definition of 'path' for clarity.
tseaver 9adf05b
Add ':rtype:' and ':returns:' for Connection methods.
tseaver a8ee698
Make 'Connection.topic_publish' return a bare list of message IDs.
tseaver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.