Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Sep 26, 2016
1 parent 5013aa9 commit 502e990
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pubsub/subscriptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This application demonstrates how to perform basic operations on
# subscriptions with the Google Cloud Pub/Sub API.
#
# For more information, see the README.md under /pubsub and the documentation at
# https://cloud.google.com/pubsub/docs.

require "google/cloud"

gcloud = Google::Cloud.new
Expand Down
6 changes: 6 additions & 0 deletions pubsub/topics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This application demonstrates how to perform basic operations on topics with
# the Google Cloud Pub/Sub API.
#
# For more information, see the README.md under /pubsub and the documentation at
# https://cloud.google.com/pubsub/docs.

require "google/cloud"

gcloud = Google::Cloud.new
Expand Down

0 comments on commit 502e990

Please sign in to comment.