Skip to content

Commit 53862a5

Browse files
feat(monitoring): update the api
#### monitoring:v3 The following keys were added: - schemas.ListTimeSeriesResponse.properties.unreachable (Total Keys: 2)
1 parent f8e8c6e commit 53862a5

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

docs/dyn/monitoring_v3.folders.timeSeries.html

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ <h3>Method Details</h3>
287287
},
288288
],
289289
&quot;unit&quot;: &quot;A String&quot;, # The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be &quot;{not_a_unit}&quot;.
290+
&quot;unreachable&quot;: [ # Cloud regions that were unreachable which may have caused incomplete data to be returned.
291+
&quot;A String&quot;,
292+
],
290293
}</pre>
291294
</div>
292295

docs/dyn/monitoring_v3.organizations.timeSeries.html

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ <h3>Method Details</h3>
287287
},
288288
],
289289
&quot;unit&quot;: &quot;A String&quot;, # The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be &quot;{not_a_unit}&quot;.
290+
&quot;unreachable&quot;: [ # Cloud regions that were unreachable which may have caused incomplete data to be returned.
291+
&quot;A String&quot;,
292+
],
290293
}</pre>
291294
</div>
292295

docs/dyn/monitoring_v3.projects.timeSeries.html

+3
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,9 @@ <h3>Method Details</h3>
511511
},
512512
],
513513
&quot;unit&quot;: &quot;A String&quot;, # The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be &quot;{not_a_unit}&quot;.
514+
&quot;unreachable&quot;: [ # Cloud regions that were unreachable which may have caused incomplete data to be returned.
515+
&quot;A String&quot;,
516+
],
514517
}</pre>
515518
</div>
516519

googleapiclient/discovery_cache/documents/monitoring.v3.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@
27202720
}
27212721
}
27222722
},
2723-
"revision": "20250313",
2723+
"revision": "20250323",
27242724
"rootUrl": "https://monitoring.googleapis.com/",
27252725
"schemas": {
27262726
"Aggregation": {
@@ -4423,6 +4423,13 @@
44234423
"unit": {
44244424
"description": "The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be \"{not_a_unit}\".",
44254425
"type": "string"
4426+
},
4427+
"unreachable": {
4428+
"description": "Cloud regions that were unreachable which may have caused incomplete data to be returned.",
4429+
"items": {
4430+
"type": "string"
4431+
},
4432+
"type": "array"
44264433
}
44274434
},
44284435
"type": "object"

0 commit comments

Comments
 (0)