You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v1/2.0.0/com/google/api/services/monitoring/v1/model/SingleViewGroup.java
Copy file name to clipboardExpand all lines: clients/google-api-services-monitoring/v3/2.0.0/com/google/api/services/monitoring/v3/model/UptimeCheckConfig.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@ public final class UptimeCheckConfig extends com.google.api.client.json.GenericJ
92
92
@com.google.api.client.util.Key
93
93
privatejava.lang.BooleanisInternal;
94
94
95
+
/**
96
+
* To specify whether to log the results of failed probes to Cloud Logging.
97
+
* The value may be {@code null}.
98
+
*/
99
+
@com.google.api.client.util.Key
100
+
privatejava.lang.BooleanlogCheckFailures;
101
+
95
102
/**
96
103
* The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the
97
104
* configuration. The following monitored resource types are valid for this field: uptime_url,
@@ -291,6 +298,23 @@ public UptimeCheckConfig setIsInternal(java.lang.Boolean isInternal) {
291
298
returnthis;
292
299
}
293
300
301
+
/**
302
+
* To specify whether to log the results of failed probes to Cloud Logging.
303
+
* @return value or {@code null} for none
304
+
*/
305
+
publicjava.lang.BooleangetLogCheckFailures() {
306
+
returnlogCheckFailures;
307
+
}
308
+
309
+
/**
310
+
* To specify whether to log the results of failed probes to Cloud Logging.
311
+
* @param logCheckFailures logCheckFailures or {@code null} for none
0 commit comments