Method: Fluent::GoogleCloudOutput#project_id
- Defined in:
- lib/fluent/plugin/out_google_cloud.rb
#project_id ⇒ Object (readonly)
Expose attr_readers to make testing of metadata more direct than only testing it indirectly through metadata sent with logs.
431 432 433 |
# File 'lib/fluent/plugin/out_google_cloud.rb', line 431 def project_id @project_id end |