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

Flesh out pubsub topics #742

Merged
merged 10 commits into from
Mar 19, 2015
Merged

Flesh out pubsub topics #742

merged 10 commits into from
Mar 19, 2015

Commits on Mar 18, 2015

  1. Sketch 'gcloud.pubsub' API.

    tseaver committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    7deb85b View commit details
    Browse the repository at this point in the history
  2. Add 'pubsub.connection.Connection'

    Copied from 'storage.connection.Connection', with storage-specific bits
    (e.g., upload) removed.
    tseaver committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    832b98f View commit details
    Browse the repository at this point in the history
  3. Add 'pubsub.topic.Topic' class.

    Include 'create', 'delete', 'exists', and 'publish' methods.
    
    Inclue 'pubsub.topic.Topic.batch', which allows publishing multiple messages
    to a topic as a single API request.
    tseaver committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    fd69e33 View commit details
    Browse the repository at this point in the history
  4. Add 'pubsub.api.list_topics'.

    tseaver committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    3b5fa86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc2b7bd View commit details
    Browse the repository at this point in the history
  6. Add copyright, initial docstring.

    Addresses: #742 (comment)
    tseaver committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    4470178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf8b9fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    301ea73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cd9cf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    703d56b View commit details
    Browse the repository at this point in the history