Lines Matching full:topics
97 p "Could not delete a topics: rpc failed with '#{e}'"
107 p "Could not create a topics: rpc failed with '#{e}'"
110 # Lists topics in the project
112 p 'Listing topics'
116 p "Could not list topics: rpc failed with '#{e}'"
119 # Checks if a topics exists in a project
127 p "Could not check for a topics: rpc failed with '#{e}'"
160 return "/topics/#{@args.project_id}/#{@args.topic_name}"
163 "/topics/#{@args.project_id}/#{ENV['USER']}-#{now_text}"
177 topics = list_project_topics.topic.map { |t| t.name }
178 topics.include?(name)