Method: Fluent::GoogleCloudOutput.version_string
- Defined in:
- lib/fluent/plugin/out_google_cloud.rb
.version_string ⇒ Object
798 799 800 |
# File 'lib/fluent/plugin/out_google_cloud.rb', line 798 def self.version_string @version_string ||= "google-fluentd/#{PLUGIN_VERSION}" end |