Class: Google::Cloud::Monitoring::V3::Service::CloudEndpoints
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Service::CloudEndpoints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/service.rb
Overview
Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints.
Instance Attribute Summary collapse
-
#service ⇒ ::String
The name of the Cloud Endpoints service underlying this service.
Instance Attribute Details
#service ⇒ ::String
Returns The name of the Cloud Endpoints service underlying this service.
Corresponds to the service
resource label in the api
monitored
resource: https://cloud.google.com/monitoring/api/resources#tag_api.
96 97 98 99 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 96 class CloudEndpoints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |