@@ -28,27 +28,6 @@ option java_package = "com.google.monitoring.v3";
2828option php_namespace = "Google\\Cloud\\Monitoring\\V3" ;
2929option ruby_package = "Google::Cloud::Monitoring::V3" ;
3030
31- // The regions from which an Uptime check can be run.
32- enum UptimeCheckRegion {
33- // Default value if no region is specified. Will result in Uptime checks
34- // running from all regions.
35- REGION_UNSPECIFIED = 0 ;
36-
37- // Allows checks to run from locations within the United States of America.
38- USA = 1 ;
39-
40- // Allows checks to run from locations within the continent of Europe.
41- EUROPE = 2 ;
42-
43- // Allows checks to run from locations within the continent of South
44- // America.
45- SOUTH_AMERICA = 3 ;
46-
47- // Allows checks to run from locations within the Asia Pacific area (ex:
48- // Singapore).
49- ASIA_PACIFIC = 4 ;
50- }
51-
5231// An internal checker allows Uptime checks to run on private/internal GCP
5332// resources.
5433message InternalChecker {
@@ -105,6 +84,27 @@ message InternalChecker {
10584 State state = 7 ;
10685}
10786
87+ // The regions from which an Uptime check can be run.
88+ enum UptimeCheckRegion {
89+ // Default value if no region is specified. Will result in Uptime checks
90+ // running from all regions.
91+ REGION_UNSPECIFIED = 0 ;
92+
93+ // Allows checks to run from locations within the United States of America.
94+ USA = 1 ;
95+
96+ // Allows checks to run from locations within the continent of Europe.
97+ EUROPE = 2 ;
98+
99+ // Allows checks to run from locations within the continent of South
100+ // America.
101+ SOUTH_AMERICA = 3 ;
102+
103+ // Allows checks to run from locations within the Asia Pacific area (ex:
104+ // Singapore).
105+ ASIA_PACIFIC = 4 ;
106+ }
107+
108108// This message configures which resources and services to monitor for
109109// availability.
110110message UptimeCheckConfig {
0 commit comments