From 502e990e52110c6c7a1587fa20bacd1b7027f41d Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Mon, 26 Sep 2016 10:55:22 -0700 Subject: [PATCH] Add comments. --- pubsub/subscriptions.rb | 6 ++++++ pubsub/topics.rb | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pubsub/subscriptions.rb b/pubsub/subscriptions.rb index 03ccf2c1b..221f44117 100644 --- a/pubsub/subscriptions.rb +++ b/pubsub/subscriptions.rb @@ -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 diff --git a/pubsub/topics.rb b/pubsub/topics.rb index b3b8979d5..c17096b60 100644 --- a/pubsub/topics.rb +++ b/pubsub/topics.rb @@ -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