lib/google/cloud/monitoring/v3.rb in google-cloud-monitoring-0.36.0 vs lib/google/cloud/monitoring/v3.rb in google-cloud-monitoring-0.37.0
- old
+ new
@@ -26,28 +26,28 @@
module Cloud
module Monitoring
# rubocop:disable LineLength
##
- # # Ruby Client for Stackdriver Monitoring API
+ # # Ruby Client for Cloud Monitoring API
#
- # [Stackdriver Monitoring API][Product Documentation]:
- # Manages your Stackdriver Monitoring data and configurations. Most projects
- # must be associated with a Stackdriver account, with a few exceptions as
- # noted on the individual method pages. The table entries below are
- # presented in alphabetical order, not in order of common use. For
- # explanations of the concepts found in the table entries, read the
- # [Stackdriver Monitoring documentation](/monitoring/docs).
+ # [Cloud Monitoring API][Product Documentation]:
+ # Manages your Cloud Monitoring data and configurations. Most projects must
+ # be associated with a Workspace, with a few exceptions as noted on the
+ # individual method pages. The table entries below are presented in
+ # alphabetical order, not in order of common use. For explanations of the
+ # concepts found in the table entries, read the [Cloud Monitoring
+ # documentation](/monitoring/docs).
# - [Product Documentation][]
#
# ## Quick Start
# In order to use this library, you first need to go through the following
# steps:
#
# 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
# 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
- # 3. [Enable the Stackdriver Monitoring API.](https://console.cloud.google.com/apis/library/monitoring.googleapis.com)
+ # 3. [Enable the Cloud Monitoring API.](https://console.cloud.google.com/apis/library/monitoring.googleapis.com)
# 4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-monitoring/latest/file.AUTHENTICATION.html)
#
# ### Installation
# ```
# $ gem install google-cloud-monitoring
@@ -74,11 +74,11 @@
# end
# end
# ```
#
# ### Next Steps
- # - Read the [Stackdriver Monitoring API Product documentation][Product Documentation]
+ # - Read the [Cloud Monitoring API Product documentation][Product Documentation]
# to learn more about the product and see How-to Guides.
# - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
# to see the full list of Cloud APIs that we cover.
#
# [Product Documentation]: https://cloud.google.com/monitoring
@@ -389,10 +389,10 @@
end
end
module ServiceMonitoring
##
- # The Stackdriver Monitoring Service-Oriented Monitoring API has endpoints for
+ # The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
# managing and querying aspects of a workspace's services. These include the
# `Service`'s monitored resources, its Service-Level Objectives, and a taxonomy
# of categorized Health Metrics.
#
# @param credentials [Google::Auth::Credentials, String, Hash, GRPC::Core::Channel, GRPC::Core::ChannelCredentials, Proc]