class Google::Cloud::Storage::Service

def topic_path topic_name

def topic_path topic_name
  return topic_name if topic_name.to_s.include? "/"
  "//pubsub.googleapis.com/projects/#{project}/topics/#{topic_name}"
end