|
168 | 168 | "name"
|
169 | 169 | ],
|
170 | 170 | "parameters": {
|
| 171 | + "extraLocationTypes": { |
| 172 | + "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", |
| 173 | + "location": "query", |
| 174 | + "repeated": true, |
| 175 | + "type": "string" |
| 176 | + }, |
171 | 177 | "filter": {
|
172 | 178 | "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
|
173 | 179 | "location": "query",
|
|
3362 | 3368 | }
|
3363 | 3369 | }
|
3364 | 3370 | },
|
3365 |
| - "revision": "20250218", |
| 3371 | + "revision": "20250410", |
3366 | 3372 | "rootUrl": "https://vmwareengine.googleapis.com/",
|
3367 | 3373 | "schemas": {
|
3368 | 3374 | "Announcement": {
|
|
3647 | 3653 | "description": "Constraints to be applied while editing a schedule. These constraints ensure that `Upgrade` specific requirements are met.",
|
3648 | 3654 | "id": "Constraints",
|
3649 | 3655 | "properties": {
|
| 3656 | + "disallowedIntervals": { |
| 3657 | + "description": "Output only. Output Only. A list of intervals in which maintenance windows are not allowed. Any time window that overlaps with any of these intervals will be considered invalid.", |
| 3658 | + "items": { |
| 3659 | + "$ref": "WeeklyTimeInterval" |
| 3660 | + }, |
| 3661 | + "readOnly": true, |
| 3662 | + "type": "array" |
| 3663 | + }, |
3650 | 3664 | "minHoursDay": {
|
3651 | 3665 | "description": "Output only. Minimum number of hours must be allotted for the upgrade activities for each selected day. This is a minimum; the upgrade schedule can allot more hours for the given day.",
|
3652 | 3666 | "format": "int32",
|
|
6279 | 6293 | }
|
6280 | 6294 | },
|
6281 | 6295 | "type": "object"
|
| 6296 | + }, |
| 6297 | + "WeeklyTimeInterval": { |
| 6298 | + "description": "Represents a time interval, spanning across days of the week. Until local timezones are supported, this interval is in UTC.", |
| 6299 | + "id": "WeeklyTimeInterval", |
| 6300 | + "properties": { |
| 6301 | + "endDay": { |
| 6302 | + "description": "Output only. The day on which the interval ends. Can be same as start day.", |
| 6303 | + "enum": [ |
| 6304 | + "DAY_OF_WEEK_UNSPECIFIED", |
| 6305 | + "MONDAY", |
| 6306 | + "TUESDAY", |
| 6307 | + "WEDNESDAY", |
| 6308 | + "THURSDAY", |
| 6309 | + "FRIDAY", |
| 6310 | + "SATURDAY", |
| 6311 | + "SUNDAY" |
| 6312 | + ], |
| 6313 | + "enumDescriptions": [ |
| 6314 | + "The day of the week is unspecified.", |
| 6315 | + "Monday", |
| 6316 | + "Tuesday", |
| 6317 | + "Wednesday", |
| 6318 | + "Thursday", |
| 6319 | + "Friday", |
| 6320 | + "Saturday", |
| 6321 | + "Sunday" |
| 6322 | + ], |
| 6323 | + "readOnly": true, |
| 6324 | + "type": "string" |
| 6325 | + }, |
| 6326 | + "endTime": { |
| 6327 | + "$ref": "TimeOfDay", |
| 6328 | + "description": "Output only. The time on the end day at which the interval ends.", |
| 6329 | + "readOnly": true |
| 6330 | + }, |
| 6331 | + "startDay": { |
| 6332 | + "description": "Output only. The day on which the interval starts.", |
| 6333 | + "enum": [ |
| 6334 | + "DAY_OF_WEEK_UNSPECIFIED", |
| 6335 | + "MONDAY", |
| 6336 | + "TUESDAY", |
| 6337 | + "WEDNESDAY", |
| 6338 | + "THURSDAY", |
| 6339 | + "FRIDAY", |
| 6340 | + "SATURDAY", |
| 6341 | + "SUNDAY" |
| 6342 | + ], |
| 6343 | + "enumDescriptions": [ |
| 6344 | + "The day of the week is unspecified.", |
| 6345 | + "Monday", |
| 6346 | + "Tuesday", |
| 6347 | + "Wednesday", |
| 6348 | + "Thursday", |
| 6349 | + "Friday", |
| 6350 | + "Saturday", |
| 6351 | + "Sunday" |
| 6352 | + ], |
| 6353 | + "readOnly": true, |
| 6354 | + "type": "string" |
| 6355 | + }, |
| 6356 | + "startTime": { |
| 6357 | + "$ref": "TimeOfDay", |
| 6358 | + "description": "Output only. The time on the start day at which the interval starts.", |
| 6359 | + "readOnly": true |
| 6360 | + } |
| 6361 | + }, |
| 6362 | + "type": "object" |
6282 | 6363 | }
|
6283 | 6364 | },
|
6284 | 6365 | "servicePath": "",
|
|
0 commit comments