Class: Google::Apis::MonitoringV3::AppEngine
- Inherits:
-
Object
- Object
- Google::Apis::MonitoringV3::AppEngine
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/monitoring_v3/classes.rb,
generated/google/apis/monitoring_v3/representations.rb,
generated/google/apis/monitoring_v3/representations.rb
Overview
App Engine service. Learn more at https://cloud.google.com/appengine.
Instance Attribute Summary collapse
-
#module_id ⇒ String
The ID of the App Engine module underlying this service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppEngine
constructor
A new instance of AppEngine.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppEngine
Returns a new instance of AppEngine.
243 244 245 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 243 def initialize(**args) update!(**args) end |
Instance Attribute Details
#module_id ⇒ String
The ID of the App Engine module underlying this service. Corresponds to the
module_id resource label in the gae_app monitored resource: https://cloud.
google.com/monitoring/api/resources#tag_gae_app
Corresponds to the JSON property moduleId
241 242 243 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 241 def module_id @module_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
248 249 250 |
# File 'generated/google/apis/monitoring_v3/classes.rb', line 248 def update!(**args) @module_id = args[:module_id] if args.key?(:module_id) end |