|
753 | 753 | }
|
754 | 754 | }
|
755 | 755 | },
|
756 |
| - "revision": "20240929", |
| 756 | + "revision": "20241212", |
757 | 757 | "rootUrl": "https://monitoring.googleapis.com/",
|
758 | 758 | "schemas": {
|
759 | 759 | "Aggregation": {
|
|
1060 | 1060 | },
|
1061 | 1061 | "type": "object"
|
1062 | 1062 | },
|
| 1063 | + "ColumnSortingOptions": { |
| 1064 | + "description": "Data structure to storing column's sort strategy", |
| 1065 | + "id": "ColumnSortingOptions", |
| 1066 | + "properties": { |
| 1067 | + "column": { |
| 1068 | + "description": "Optional. Column name to sort data by", |
| 1069 | + "type": "string" |
| 1070 | + }, |
| 1071 | + "direction": { |
| 1072 | + "description": "Optional. A sorting direction that determines ascending or descending order. This is a legacy field kept for backwards compatibility with table.", |
| 1073 | + "enum": [ |
| 1074 | + "SORT_ORDER_UNSPECIFIED", |
| 1075 | + "SORT_ORDER_NONE", |
| 1076 | + "SORT_ORDER_ASCENDING", |
| 1077 | + "SORT_ORDER_DESCENDING" |
| 1078 | + ], |
| 1079 | + "enumDescriptions": [ |
| 1080 | + "An unspecified sort order. This option is invalid when sorting is required.", |
| 1081 | + "No sorting is applied.", |
| 1082 | + "The lowest-valued entries are selected first.", |
| 1083 | + "The highest-valued entries are selected first." |
| 1084 | + ], |
| 1085 | + "type": "string" |
| 1086 | + } |
| 1087 | + }, |
| 1088 | + "type": "object" |
| 1089 | + }, |
1063 | 1090 | "Dashboard": {
|
1064 | 1091 | "description": "A Google Stackdriver dashboard. Dashboards define the content and layout of pages in the Stackdriver web application.",
|
1065 | 1092 | "id": "Dashboard",
|
|
1253 | 1280 | ],
|
1254 | 1281 | "type": "string"
|
1255 | 1282 | },
|
| 1283 | + "sort": { |
| 1284 | + "description": "Optional. A collection of sort options, affects the order of the data and legend.", |
| 1285 | + "items": { |
| 1286 | + "$ref": "ColumnSortingOptions" |
| 1287 | + }, |
| 1288 | + "type": "array" |
| 1289 | + }, |
1256 | 1290 | "targetAxis": {
|
1257 | 1291 | "description": "Optional. The target axis to use for plotting the metric.",
|
1258 | 1292 | "enum": [
|
|
1800 | 1834 | "id": "MosaicLayout",
|
1801 | 1835 | "properties": {
|
1802 | 1836 | "columns": {
|
1803 |
| - "description": "The number of columns in the mosaic grid. The number of columns must be between 1 and 12, inclusive.", |
| 1837 | + "description": "The number of columns in the mosaic grid. The number of columns must be between 1 and 48, inclusive.", |
1804 | 1838 | "format": "int32",
|
1805 | 1839 | "type": "integer"
|
1806 | 1840 | },
|
|
0 commit comments