diff --git a/google/cloud/logging/handlers/handlers.py b/google/cloud/logging/handlers/handlers.py index c42da3b4f123..547f6b9b8244 100644 --- a/google/cloud/logging/handlers/handlers.py +++ b/google/cloud/logging/handlers/handlers.py @@ -31,7 +31,7 @@ class CloudLoggingHandler(logging.StreamHandler): """Python standard ``logging`` handler. This handler can be used to route Python standard logging messages - directly to the Google Cloud Logging API. + directly to the Stackdriver Logging API. Note that this handler currently only supports a synchronous API call, which means each logging statement that uses this handler will require diff --git a/google/cloud/monitoring/label.py b/google/cloud/monitoring/label.py index 3be74ee83cff..9579e768ac0e 100644 --- a/google/cloud/monitoring/label.py +++ b/google/cloud/monitoring/label.py @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Label Descriptors for the `Google Monitoring API (V3)`_. +"""Label Descriptors for the `Stackdriver Monitoring API (V3)`_. -.. _Google Monitoring API (V3): +.. _Stackdriver Monitoring API (V3): https://cloud.google.com/monitoring/api/ref_v3/rest/v3/LabelDescriptor """