Class: Google::Apis::ComputeBeta::LogConfigCounterOptions

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Overview

Options for counters

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LogConfigCounterOptions

Returns a new instance of LogConfigCounterOptions



7249
7250
7251
# File 'generated/google/apis/compute_beta/classes.rb', line 7249

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fieldString

The field value to attribute. Corresponds to the JSON property field

Returns:

  • (String)


7242
7243
7244
# File 'generated/google/apis/compute_beta/classes.rb', line 7242

def field
  @field
end

#metricString

The metric to update. Corresponds to the JSON property metric

Returns:

  • (String)


7247
7248
7249
# File 'generated/google/apis/compute_beta/classes.rb', line 7247

def metric
  @metric
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7254
7255
7256
7257
# File 'generated/google/apis/compute_beta/classes.rb', line 7254

def update!(**args)
  @field = args[:field] if args.key?(:field)
  @metric = args[:metric] if args.key?(:metric)
end