class Google::Apis::MonitoringV3::AppEngine

App Engine service. Learn more at cloud.google.com/appengine.

Attributes

module_id[RW]

The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: cloud. google.com/monitoring/api/resources#tag_gae_app Corresponds to the JSON property `moduleId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 278
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 283
def update!(**args)
  @module_id = args[:module_id] if args.key?(:module_id)
end