Class: Google::Cloud::Monitoring::V3::Service::Telemetry
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::Telemetry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
Configuration for how to query telemetry on a Service.
Instance Attribute Summary collapse
-
#resource_name ⇒ ::String
The full name of the resource that defines this service.
Instance Attribute Details
#resource_name ⇒ ::String
Returns The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
317 318 319 320 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 317 class Telemetry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |