class Google::Apis::MonitoringV3::Telemetry

Configuration for how to query telemetry on a Service.

Attributes

resource_name[RW]

The full name of the resource that defines this service. Formatted as described in cloud.google.com/apis/design/resource_names. Corresponds to the JSON property `resourceName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 4117
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/monitoring_v3/classes.rb, line 4122
def update!(**args)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
end