Skip to content

Commit 0ce1445

Browse files
feat: Add ICMP pings (#537)
* feat: Add ICMP pings feat: Add basic http authentication feat: Add json path matching capabilities feat: Add httpStatusCode feat: Add individual USA regions PiperOrigin-RevId: 529400435 Source-Link: googleapis/googleapis@6f3fcc0 Source-Link: googleapis/googleapis-gen@8cbeb63 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGNiZWI2MzI2NjkwOGJmZjg4NjA2MTU2NDk2MjU5MWFlOTgzNDU0ZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 545e82d commit 0ce1445

9 files changed

Lines changed: 342 additions & 48 deletions

File tree

packages/google-cloud-monitoring/google/cloud/monitoring_v3/services/uptime_check_service/async_client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454

5555
class UptimeCheckServiceAsyncClient:
5656
"""The UptimeCheckService API is used to manage (list, create, delete,
57-
edit) Uptime check configurations in the Stackdriver Monitoring
58-
product. An Uptime check is a piece of configuration that determines
59-
which resources and services to monitor for availability. These
57+
edit) Uptime check configurations in the Cloud Monitoring product.
58+
An Uptime check is a piece of configuration that determines which
59+
resources and services to monitor for availability. These
6060
configurations can also be configured interactively by navigating to
61-
the [Cloud Console] (http://console.cloud.google.com), selecting the
62-
appropriate project, clicking on "Monitoring" on the left-hand side
63-
to navigate to Stackdriver, and then clicking on "Uptime".
61+
the [Cloud console] (https://console.cloud.google.com), selecting
62+
the appropriate project, clicking on "Monitoring" on the left-hand
63+
side to navigate to Cloud Monitoring, and then clicking on "Uptime".
6464
"""
6565

6666
_client: UptimeCheckServiceClient
@@ -650,7 +650,7 @@ async def sample_update_uptime_check_config():
650650
in the ``updateMask``. If an ``updateMask`` has not been
651651
given, this Uptime check configuration replaces the
652652
current configuration. If a field is mentioned in
653-
``updateMask`` but the corresonding field is omitted in
653+
``updateMask`` but the corresponding field is omitted in
654654
this partial Uptime check configuration, it has the
655655
effect of deleting/clearing the field from the
656656
configuration on the server.

packages/google-cloud-monitoring/google/cloud/monitoring_v3/services/uptime_check_service/client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ def get_transport_class(
9494

9595
class UptimeCheckServiceClient(metaclass=UptimeCheckServiceClientMeta):
9696
"""The UptimeCheckService API is used to manage (list, create, delete,
97-
edit) Uptime check configurations in the Stackdriver Monitoring
98-
product. An Uptime check is a piece of configuration that determines
99-
which resources and services to monitor for availability. These
97+
edit) Uptime check configurations in the Cloud Monitoring product.
98+
An Uptime check is a piece of configuration that determines which
99+
resources and services to monitor for availability. These
100100
configurations can also be configured interactively by navigating to
101-
the [Cloud Console] (http://console.cloud.google.com), selecting the
102-
appropriate project, clicking on "Monitoring" on the left-hand side
103-
to navigate to Stackdriver, and then clicking on "Uptime".
101+
the [Cloud console] (https://console.cloud.google.com), selecting
102+
the appropriate project, clicking on "Monitoring" on the left-hand
103+
side to navigate to Cloud Monitoring, and then clicking on "Uptime".
104104
"""
105105

106106
@staticmethod
@@ -856,7 +856,7 @@ def sample_update_uptime_check_config():
856856
in the ``updateMask``. If an ``updateMask`` has not been
857857
given, this Uptime check configuration replaces the
858858
current configuration. If a field is mentioned in
859-
``updateMask`` but the corresonding field is omitted in
859+
``updateMask`` but the corresponding field is omitted in
860860
this partial Uptime check configuration, it has the
861861
effect of deleting/clearing the field from the
862862
configuration on the server.

packages/google-cloud-monitoring/google/cloud/monitoring_v3/services/uptime_check_service/transports/grpc.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ class UptimeCheckServiceGrpcTransport(UptimeCheckServiceTransport):
3434
"""gRPC backend transport for UptimeCheckService.
3535
3636
The UptimeCheckService API is used to manage (list, create, delete,
37-
edit) Uptime check configurations in the Stackdriver Monitoring
38-
product. An Uptime check is a piece of configuration that determines
39-
which resources and services to monitor for availability. These
37+
edit) Uptime check configurations in the Cloud Monitoring product.
38+
An Uptime check is a piece of configuration that determines which
39+
resources and services to monitor for availability. These
4040
configurations can also be configured interactively by navigating to
41-
the [Cloud Console] (http://console.cloud.google.com), selecting the
42-
appropriate project, clicking on "Monitoring" on the left-hand side
43-
to navigate to Stackdriver, and then clicking on "Uptime".
41+
the [Cloud console] (https://console.cloud.google.com), selecting
42+
the appropriate project, clicking on "Monitoring" on the left-hand
43+
side to navigate to Cloud Monitoring, and then clicking on "Uptime".
4444
4545
This class defines the same methods as the primary client, so the
4646
primary client can load the underlying transport implementation

packages/google-cloud-monitoring/google/cloud/monitoring_v3/services/uptime_check_service/transports/grpc_asyncio.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ class UptimeCheckServiceGrpcAsyncIOTransport(UptimeCheckServiceTransport):
3535
"""gRPC AsyncIO backend transport for UptimeCheckService.
3636
3737
The UptimeCheckService API is used to manage (list, create, delete,
38-
edit) Uptime check configurations in the Stackdriver Monitoring
39-
product. An Uptime check is a piece of configuration that determines
40-
which resources and services to monitor for availability. These
38+
edit) Uptime check configurations in the Cloud Monitoring product.
39+
An Uptime check is a piece of configuration that determines which
40+
resources and services to monitor for availability. These
4141
configurations can also be configured interactively by navigating to
42-
the [Cloud Console] (http://console.cloud.google.com), selecting the
43-
appropriate project, clicking on "Monitoring" on the left-hand side
44-
to navigate to Stackdriver, and then clicking on "Uptime".
42+
the [Cloud console] (https://console.cloud.google.com), selecting
43+
the appropriate project, clicking on "Monitoring" on the left-hand
44+
side to navigate to Cloud Monitoring, and then clicking on "Uptime".
4545
4646
This class defines the same methods as the primary client, so the
4747
primary client can load the underlying transport implementation

0 commit comments

Comments
 (0)