|
2114 | 2114 | }, |
2115 | 2115 | "query": { |
2116 | 2116 | "deprecated": true, |
2117 | | - "description": "Queries time series using Monitoring Query Language.", |
| 2117 | + "description": "Queries time series by using Monitoring Query Language (MQL). We recommend using PromQL instead of MQL. For more information about the status of MQL, see the MQL deprecation notice (https://cloud.google.com/stackdriver/docs/deprecations/mql).", |
2118 | 2118 | "flatPath": "v3/projects/{projectsId}/timeSeries:query", |
2119 | 2119 | "httpMethod": "POST", |
2120 | 2120 | "id": "monitoring.projects.timeSeries.query", |
|
2715 | 2715 | } |
2716 | 2716 | } |
2717 | 2717 | }, |
2718 | | - "revision": "20240818", |
| 2718 | + "revision": "20240829", |
2719 | 2719 | "rootUrl": "https://monitoring.googleapis.com/", |
2720 | 2720 | "schemas": { |
2721 | 2721 | "Aggregation": { |
|
4621 | 4621 | "description": "The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.", |
4622 | 4622 | "format": "google-duration", |
4623 | 4623 | "type": "string" |
| 4624 | + }, |
| 4625 | + "timeSeriesResourceHierarchyLevel": { |
| 4626 | + "description": "The scope of the timeseries data of the metric.", |
| 4627 | + "items": { |
| 4628 | + "enum": [ |
| 4629 | + "TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED", |
| 4630 | + "PROJECT", |
| 4631 | + "ORGANIZATION", |
| 4632 | + "FOLDER" |
| 4633 | + ], |
| 4634 | + "enumDescriptions": [ |
| 4635 | + "Do not use this default value.", |
| 4636 | + "Scopes a metric to a project.", |
| 4637 | + "Scopes a metric to an organization.", |
| 4638 | + "Scopes a metric to a folder." |
| 4639 | + ], |
| 4640 | + "type": "string" |
| 4641 | + }, |
| 4642 | + "type": "array" |
4624 | 4643 | } |
4625 | 4644 | }, |
4626 | 4645 | "type": "object" |
|
5197 | 5216 | }, |
5198 | 5217 | "QueryTimeSeriesRequest": { |
5199 | 5218 | "deprecated": true, |
5200 | | - "description": "The QueryTimeSeries request.", |
| 5219 | + "description": "The QueryTimeSeries request. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice (https://cloud.google.com/stackdriver/docs/deprecations/mql).", |
5201 | 5220 | "id": "QueryTimeSeriesRequest", |
5202 | 5221 | "properties": { |
5203 | 5222 | "pageSize": { |
|
5218 | 5237 | }, |
5219 | 5238 | "QueryTimeSeriesResponse": { |
5220 | 5239 | "deprecated": true, |
5221 | | - "description": "The QueryTimeSeries response.", |
| 5240 | + "description": "The QueryTimeSeries response. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice (https://cloud.google.com/stackdriver/docs/deprecations/mql).", |
5222 | 5241 | "id": "QueryTimeSeriesResponse", |
5223 | 5242 | "properties": { |
5224 | 5243 | "nextPageToken": { |
|
0 commit comments