Class: Google::Cloud::Monitoring::V3::Service::CloudRun
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::CloudRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
Cloud Run service. Learn more at https://cloud.google.com/run.
Instance Attribute Summary collapse
-
#location ⇒ ::String
The location the service is run.
-
#service_name ⇒ ::String
The name of the Cloud Run service.
Instance Attribute Details
#location ⇒ ::String
Returns The location the service is run. Corresponds to the location
resource label in the cloud_run_revision
monitored
resource.
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 200 class CloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns The name of the Cloud Run service. Corresponds to the service_name
resource label in the cloud_run_revision
monitored
resource.
200 201 202 203 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 200 class CloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |