lib/google/cloud/monitoring.rb in google-cloud-monitoring-1.4.0 vs lib/google/cloud/monitoring.rb in google-cloud-monitoring-1.4.1

- old
+ new

@@ -56,17 +56,17 @@ # appropriate versioned client will be returned. # # ## About AlertPolicyService # # The AlertPolicyService API is used to manage (list, create, delete, - # edit) alert policies in Stackdriver Monitoring. An alerting policy is + # edit) alert policies in Cloud Monitoring. An alerting policy is # a description of the conditions under which some aspect of your # system is considered to be "unhealthy" and the ways to notify # people or services about this state. In addition to using this API, alert # policies can also be managed through - # [Stackdriver Monitoring](https://cloud.google.com/monitoring/docs/), + # [Cloud Monitoring](https://cloud.google.com/monitoring/docs/), # which can be reached by clicking the "Monitoring" tab in - # [Cloud Console](https://console.cloud.google.com/). + # [Cloud console](https://console.cloud.google.com/). # # @param version [::String, ::Symbol] The API version to connect to. Optional. # Defaults to `:v3`. # @return [AlertPolicyService::Client] A client object for the specified version. #