Skip to content

Commit 4cfae94

Browse files
chore(monitoring): update the api
1 parent ebbfaa7 commit 4cfae94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

googleapiclient/discovery_cache/documents/monitoring.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
}
276276
}
277277
},
278-
"revision": "20210409",
278+
"revision": "20210414",
279279
"rootUrl": "https://monitoring.googleapis.com/",
280280
"schemas": {
281281
"Aggregation": {

googleapiclient/discovery_cache/documents/monitoring.v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@
25412541
}
25422542
}
25432543
},
2544-
"revision": "20210409",
2544+
"revision": "20210414",
25452545
"rootUrl": "https://monitoring.googleapis.com/",
25462546
"schemas": {
25472547
"Aggregation": {
@@ -3005,8 +3005,8 @@
30053005
"No content matcher type specified (maintained for backward compatibility, but deprecated for future use). Treated as CONTAINS_STRING.",
30063006
"Selects substring matching. The match succeeds if the output contains the content string. This is the default value for checks without a matcher option, or where the value of matcher is CONTENT_MATCHER_OPTION_UNSPECIFIED.",
30073007
"Selects negation of substring matching. The match succeeds if the output does NOT contain the content string.",
3008-
"Selects regular-expression matching. The match succeeds of the output matches the regular expression specified in the content string.",
3009-
"Selects negation of regular-expression matching. The match succeeds if the output does NOT match the regular expression specified in the content string."
3008+
"Selects regular-expression matching. The match succeeds of the output matches the regular expression specified in the content string. Regex matching is only supported for HTTP/HTTPS checks.",
3009+
"Selects negation of regular-expression matching. The match succeeds if the output does NOT match the regular expression specified in the content string. Regex matching is only supported for HTTP/HTTPS checks."
30103010
],
30113011
"type": "string"
30123012
}

0 commit comments

Comments
 (0)