Class: Google::Cloud::Monitoring::V3::Service::AppEngine
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::AppEngine
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.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 Attribute Details
#module_id ⇒ ::String
Returns The ID of the App Engine module underlying this service. Corresponds to
the module_id
resource label in the gae_app
monitored
resource.
104 105 106 107 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 104 class AppEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |