|
143 | 143 | "name"
|
144 | 144 | ],
|
145 | 145 | "parameters": {
|
| 146 | + "extraLocationTypes": { |
| 147 | + "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", |
| 148 | + "location": "query", |
| 149 | + "repeated": true, |
| 150 | + "type": "string" |
| 151 | + }, |
146 | 152 | "filter": {
|
147 | 153 | "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).",
|
148 | 154 | "location": "query",
|
|
1680 | 1686 | "type": "string"
|
1681 | 1687 | },
|
1682 | 1688 | "pageSize": {
|
1683 |
| - "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", |
| 1689 | + "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will use 100 as default. Maximum value is 500 and values above 500 will be coerced to 500.", |
1684 | 1690 | "format": "int32",
|
1685 | 1691 | "location": "query",
|
1686 | 1692 | "type": "integer"
|
|
1745 | 1751 | }
|
1746 | 1752 | }
|
1747 | 1753 | },
|
1748 |
| - "revision": "20250305", |
| 1754 | + "revision": "20250411", |
1749 | 1755 | "rootUrl": "https://backupdr.googleapis.com/",
|
1750 | 1756 | "schemas": {
|
1751 | 1757 | "AbandonBackupRequest": {
|
|
2628 | 2634 | "CREATING",
|
2629 | 2635 | "ACTIVE",
|
2630 | 2636 | "DELETING",
|
2631 |
| - "INACTIVE" |
| 2637 | + "INACTIVE", |
| 2638 | + "UPDATING" |
2632 | 2639 | ],
|
2633 | 2640 | "enumDescriptions": [
|
2634 | 2641 | "State not set.",
|
2635 | 2642 | "The resource is being created.",
|
2636 | 2643 | "The resource has been created and is fully usable.",
|
2637 | 2644 | "The resource is being deleted.",
|
2638 |
| - "The resource has been created but is not usable." |
| 2645 | + "The resource has been created but is not usable.", |
| 2646 | + "The resource is being updated." |
2639 | 2647 | ],
|
2640 | 2648 | "readOnly": true,
|
2641 | 2649 | "type": "string"
|
|
2724 | 2732 | "id": "BackupRule",
|
2725 | 2733 | "properties": {
|
2726 | 2734 | "backupRetentionDays": {
|
2727 |
| - "description": "Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily backups. Minimum value is 7 and maximum value is 186 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 365 and maximum value is 36159 for yearly backups.", |
| 2735 | + "description": "Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 186 for daily backups. Minimum value is 7 and maximum value is 366 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 365 and maximum value is 36159 for yearly backups.", |
2728 | 2736 | "format": "int32",
|
2729 | 2737 | "type": "integer"
|
2730 | 2738 | },
|
|
0 commit comments