|
119 | 119 | "timeSeries": {
|
120 | 120 | "methods": {
|
121 | 121 | "list": {
|
122 |
| - "description": "Lists time series that match a filter. This method does not require a Workspace.", |
| 122 | + "description": "Lists time series that match a filter.", |
123 | 123 | "flatPath": "v3/folders/{foldersId}/timeSeries",
|
124 | 124 | "httpMethod": "GET",
|
125 | 125 | "id": "monitoring.folders.timeSeries.list",
|
|
392 | 392 | "timeSeries": {
|
393 | 393 | "methods": {
|
394 | 394 | "list": {
|
395 |
| - "description": "Lists time series that match a filter. This method does not require a Workspace.", |
| 395 | + "description": "Lists time series that match a filter.", |
396 | 396 | "flatPath": "v3/organizations/{organizationsId}/timeSeries",
|
397 | 397 | "httpMethod": "GET",
|
398 | 398 | "id": "monitoring.organizations.timeSeries.list",
|
|
1168 | 1168 | ]
|
1169 | 1169 | },
|
1170 | 1170 | "get": {
|
1171 |
| - "description": "Gets a single metric descriptor. This method does not require a Workspace.", |
| 1171 | + "description": "Gets a single metric descriptor.", |
1172 | 1172 | "flatPath": "v3/projects/{projectsId}/metricDescriptors/{metricDescriptorsId}",
|
1173 | 1173 | "httpMethod": "GET",
|
1174 | 1174 | "id": "monitoring.projects.metricDescriptors.get",
|
|
1196 | 1196 | ]
|
1197 | 1197 | },
|
1198 | 1198 | "list": {
|
1199 |
| - "description": "Lists metric descriptors that match a filter. This method does not require a Workspace.", |
| 1199 | + "description": "Lists metric descriptors that match a filter.", |
1200 | 1200 | "flatPath": "v3/projects/{projectsId}/metricDescriptors",
|
1201 | 1201 | "httpMethod": "GET",
|
1202 | 1202 | "id": "monitoring.projects.metricDescriptors.list",
|
|
1244 | 1244 | "monitoredResourceDescriptors": {
|
1245 | 1245 | "methods": {
|
1246 | 1246 | "get": {
|
1247 |
| - "description": "Gets a single monitored resource descriptor. This method does not require a Workspace.", |
| 1247 | + "description": "Gets a single monitored resource descriptor.", |
1248 | 1248 | "flatPath": "v3/projects/{projectsId}/monitoredResourceDescriptors/{monitoredResourceDescriptorsId}",
|
1249 | 1249 | "httpMethod": "GET",
|
1250 | 1250 | "id": "monitoring.projects.monitoredResourceDescriptors.get",
|
|
1272 | 1272 | ]
|
1273 | 1273 | },
|
1274 | 1274 | "list": {
|
1275 |
| - "description": "Lists monitored resource descriptors that match a filter. This method does not require a Workspace.", |
| 1275 | + "description": "Lists monitored resource descriptors that match a filter.", |
1276 | 1276 | "flatPath": "v3/projects/{projectsId}/monitoredResourceDescriptors",
|
1277 | 1277 | "httpMethod": "GET",
|
1278 | 1278 | "id": "monitoring.projects.monitoredResourceDescriptors.list",
|
|
1710 | 1710 | ]
|
1711 | 1711 | },
|
1712 | 1712 | "list": {
|
1713 |
| - "description": "Lists time series that match a filter. This method does not require a Workspace.", |
| 1713 | + "description": "Lists time series that match a filter.", |
1714 | 1714 | "flatPath": "v3/projects/{projectsId}/timeSeries",
|
1715 | 1715 | "httpMethod": "GET",
|
1716 | 1716 | "id": "monitoring.projects.timeSeries.list",
|
|
1975 | 1975 | ]
|
1976 | 1976 | },
|
1977 | 1977 | "query": {
|
1978 |
| - "description": "Queries time series using Monitoring Query Language. This method does not require a Workspace.", |
| 1978 | + "description": "Queries time series using Monitoring Query Language.", |
1979 | 1979 | "flatPath": "v3/projects/{projectsId}/timeSeries:query",
|
1980 | 1980 | "httpMethod": "POST",
|
1981 | 1981 | "id": "monitoring.projects.timeSeries.query",
|
|
2571 | 2571 | }
|
2572 | 2572 | }
|
2573 | 2573 | },
|
2574 |
| - "revision": "20220131", |
| 2574 | + "revision": "20220214", |
2575 | 2575 | "rootUrl": "https://monitoring.googleapis.com/",
|
2576 | 2576 | "schemas": {
|
2577 | 2577 | "Aggregation": {
|
|
3216 | 3216 | "id": "Documentation",
|
3217 | 3217 | "properties": {
|
3218 | 3218 | "content": {
|
3219 |
| - "description": "The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.", |
| 3219 | + "description": "The text of the documentation, interpreted according to mime_type. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller. This text can be templatized by using variables (https://cloud.google.com/monitoring/alerts/doc-variables).", |
3220 | 3220 | "type": "string"
|
3221 | 3221 | },
|
3222 | 3222 | "mimeType": {
|
|
4259 | 4259 | "format": "google-duration",
|
4260 | 4260 | "type": "string"
|
4261 | 4261 | },
|
| 4262 | + "evaluationMissingData": { |
| 4263 | + "description": "A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.", |
| 4264 | + "enum": [ |
| 4265 | + "EVALUATION_MISSING_DATA_UNSPECIFIED", |
| 4266 | + "EVALUATION_MISSING_DATA_INACTIVE", |
| 4267 | + "EVALUATION_MISSING_DATA_ACTIVE", |
| 4268 | + "EVALUATION_MISSING_DATA_NO_OP" |
| 4269 | + ], |
| 4270 | + "enumDescriptions": [ |
| 4271 | + "An unspecified evaluation missing data option, if used, it will default to EVALUATION_MISSING_DATA_ACTIVE.", |
| 4272 | + "If there is no data to evaluate the condition, then evaluate the condition as false.", |
| 4273 | + "If there is no data to evaluate the condition, then evaluate the condition as true. The default for conditions with a duration value.", |
| 4274 | + "Do not evaluate the condition to any value if there is no data." |
| 4275 | + ], |
| 4276 | + "type": "string" |
| 4277 | + }, |
4262 | 4278 | "filter": {
|
4263 | 4279 | "description": "Required. A filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies which time series should be compared with the threshold.The filter is similar to the one that is specified in the ListTimeSeries request (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) (that call is useful to verify the time series that will be retrieved / processed). The filter must specify the metric type and the resource type. Optionally, it can specify resource labels and metric labels. This field must not exceed 2048 Unicode characters in length.",
|
4264 | 4280 | "type": "string"
|
|
4378 | 4394 | "format": "google-duration",
|
4379 | 4395 | "type": "string"
|
4380 | 4396 | },
|
| 4397 | + "evaluationMissingData": { |
| 4398 | + "description": "A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.", |
| 4399 | + "enum": [ |
| 4400 | + "EVALUATION_MISSING_DATA_UNSPECIFIED", |
| 4401 | + "EVALUATION_MISSING_DATA_INACTIVE", |
| 4402 | + "EVALUATION_MISSING_DATA_ACTIVE", |
| 4403 | + "EVALUATION_MISSING_DATA_NO_OP" |
| 4404 | + ], |
| 4405 | + "enumDescriptions": [ |
| 4406 | + "An unspecified evaluation missing data option, if used, it will default to EVALUATION_MISSING_DATA_ACTIVE.", |
| 4407 | + "If there is no data to evaluate the condition, then evaluate the condition as false.", |
| 4408 | + "If there is no data to evaluate the condition, then evaluate the condition as true. The default for conditions with a duration value.", |
| 4409 | + "Do not evaluate the condition to any value if there is no data." |
| 4410 | + ], |
| 4411 | + "type": "string" |
| 4412 | + }, |
4381 | 4413 | "query": {
|
4382 | 4414 | "description": "Monitoring Query Language (https://cloud.google.com/monitoring/mql) query that outputs a boolean stream.",
|
4383 | 4415 | "type": "string"
|
|
0 commit comments