From 4c074f65122af8cbc0b6328832d818784ca67580 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:58:53 -0400 Subject: [PATCH] chore: fix typo in alert.proto (#239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: fix typo in alert.proto PiperOrigin-RevId: 402570091 Source-Link: https://github.com/googleapis/googleapis/commit/f0d5f7fffd7538fb84718de6e0dd66474926f009 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a64d11a731fa9a70dfa7f23df52f2793a32b4a5c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTY0ZDExYTczMWZhOWE3MGRmYTdmMjNkZjUyZjI3OTNhMzJiNGE1YyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../google/cloud/monitoring_v3/types/alert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/alert.py b/packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/alert.py index 4c7b998902f6..bea993da19de 100644 --- a/packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/alert.py +++ b/packages/google-cloud-monitoring/google/cloud/monitoring_v3/types/alert.py @@ -251,7 +251,7 @@ class MetricThreshold(proto.Message): together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of - resrouces). Multiple aggregations are applied in the order + resources). Multiple aggregations are applied in the order specified. This field is similar to the one in the ```ListTimeSeries`` @@ -362,7 +362,7 @@ class MetricAbsence(proto.Message): together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of - resrouces). Multiple aggregations are applied in the order + resources). Multiple aggregations are applied in the order specified. This field is similar to the one in the ```ListTimeSeries``