diff --git a/google/cloud/monitoring_v3/__init__.py b/google/cloud/monitoring_v3/__init__.py index 489ba27a..215d3e83 100644 --- a/google/cloud/monitoring_v3/__init__.py +++ b/google/cloud/monitoring_v3/__init__.py @@ -122,7 +122,6 @@ __all__ = ( "Aggregation", "AlertPolicy", - "AlertPolicyServiceClient", "BasicSli", "ComparisonType", "CreateAlertPolicyRequest", @@ -184,6 +183,7 @@ "ListUptimeCheckConfigsResponse", "ListUptimeCheckIpsRequest", "ListUptimeCheckIpsResponse", + "MetricServiceClient", "MutationRecord", "NotificationChannel", "NotificationChannelDescriptor", @@ -221,5 +221,5 @@ "UptimeCheckServiceClient", "VerifyNotificationChannelRequest", "WindowsBasedSli", - "MetricServiceClient", + "AlertPolicyServiceClient", ) diff --git a/renovate.json b/renovate.json index 4fa94931..f08bc22c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ "config:base", ":preserveSemverRanges" - ] + ], + "ignorePaths": [".pre-commit-config.yaml"] } diff --git a/synth.metadata b/synth.metadata index f174a3cb..6da94df5 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-monitoring.git", - "sha": "4cdb1ff439154409c94e347dd5f3b6e2bc40e998" + "sha": "9f74808af641ce63787b64f2e3de713a50977a71" } }, { @@ -19,14 +19,14 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" + "sha": "2c54c473779ea731128cea61a3a6c975a08a5378" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" + "sha": "2c54c473779ea731128cea61a3a6c975a08a5378" } } ],