Class: Google::Apis::LoggingV2::MonitoredResource

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/out_google_cloud.rb

Overview

Override MonitoredResource::dup to make a deep copy.

Instance Method Summary collapse

Instance Method Details

#dup ⇒ Object



2434
2435
2436
2437
2438
# File 'lib/fluent/plugin/out_google_cloud.rb', line 2434

def dup
  ret = super
  ret.labels = labels.dup
  ret
end