Module: GClouder::Resources::PubSub::Topics::Topic
- Includes:
- GCloud
- Defined in:
- lib/gclouder/resources/pubsub/topics.rb
Class Method Summary collapse
Methods included from GCloud
Methods included from Config::CLIArgs
check, #cli_args, cli_args, included, load, valid_resources
Methods included from Config::Project
Methods included from Helpers
#hash_to_args, included, #module_exists?, #to_arg, #to_deep_merge_hash, #valid_json?
Methods included from Logging
#add, #bad, #change, #debug, #error, #fatal, #good, included, #info, log, loggers, #remove, report, #resource_state, setup, #warn, #warning
Methods included from Shell
Class Method Details
.ensure(topic) ⇒ Object
84 85 86 |
# File 'lib/gclouder/resources/pubsub/topics.rb', line 84 def self.ensure(topic) Resource.ensure :"beta pubsub topics", topic, filter: "name ~ ^.*\/#{topic}$" end |