class Google::Apis::MonitoringV3::CloudEndpoints
Cloud Endpoints service. Learn more at cloud.google.com/endpoints.
Attributes
service[RW]
The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: cloud. google.com/monitoring/api/resources#tag_api Corresponds to the JSON property `service` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 453 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/monitoring_v3/classes.rb, line 458 def update!(**args) @service = args[:service] if args.key?(:service) end