|
489 | 489 | "backupVaults": {
|
490 | 490 | "methods": {
|
491 | 491 | "create": {
|
492 |
| - "description": "", |
| 492 | + "description": "Creates a new BackupVault in a given project and location.", |
493 | 493 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupVaults",
|
494 | 494 | "httpMethod": "POST",
|
495 | 495 | "id": "backupdr.projects.locations.backupVaults.create",
|
|
743 | 743 | "type": "boolean"
|
744 | 744 | },
|
745 | 745 | "name": {
|
746 |
| - "description": "Output only. Identifier. The resource name.", |
| 746 | + "description": "Output only. Identifier. Name of the backup vault to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}\"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.", |
747 | 747 | "location": "path",
|
748 | 748 | "pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+$",
|
749 | 749 | "required": true,
|
|
1007 | 1007 | "type": "boolean"
|
1008 | 1008 | },
|
1009 | 1009 | "name": {
|
1010 |
| - "description": "Output only. Identifier. The resource name.", |
| 1010 | + "description": "Output only. Identifier. Name of the datasource to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}\"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.", |
1011 | 1011 | "location": "path",
|
1012 | 1012 | "pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+$",
|
1013 | 1013 | "required": true,
|
|
1237 | 1237 | ],
|
1238 | 1238 | "parameters": {
|
1239 | 1239 | "name": {
|
1240 |
| - "description": "Output only. Identifier. Name of the resource.", |
| 1240 | + "description": "Output only. Identifier. Name of the backup to create. It must have the format`\"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}\"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.", |
1241 | 1241 | "location": "path",
|
1242 | 1242 | "pattern": "^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+/backups/[^/]+$",
|
1243 | 1243 | "required": true,
|
|
1658 | 1658 | }
|
1659 | 1659 | }
|
1660 | 1660 | },
|
1661 |
| - "revision": "20240913", |
| 1661 | + "revision": "20240918", |
1662 | 1662 | "rootUrl": "https://backupdr.googleapis.com/",
|
1663 | 1663 | "schemas": {
|
1664 | 1664 | "AbandonBackupRequest": {
|
|
2126 | 2126 | "type": "object"
|
2127 | 2127 | },
|
2128 | 2128 | "name": {
|
2129 |
| - "description": "Output only. Identifier. Name of the resource.", |
| 2129 | + "description": "Output only. Identifier. Name of the backup to create. It must have the format`\"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}\"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.", |
2130 | 2130 | "readOnly": true,
|
2131 | 2131 | "type": "string"
|
2132 | 2132 | },
|
|
2508 | 2508 | "description": "Message describing a BackupVault object.",
|
2509 | 2509 | "id": "BackupVault",
|
2510 | 2510 | "properties": {
|
| 2511 | + "accessRestriction": { |
| 2512 | + "description": "Optional. Note: This field is added for future use case and will not be supported in the current release. Optional. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION if not provided during creation.", |
| 2513 | + "enum": [ |
| 2514 | + "ACCESS_RESTRICTION_UNSPECIFIED", |
| 2515 | + "WITHIN_PROJECT", |
| 2516 | + "WITHIN_ORGANIZATION", |
| 2517 | + "UNRESTRICTED" |
| 2518 | + ], |
| 2519 | + "enumDescriptions": [ |
| 2520 | + "Access restriction not set.", |
| 2521 | + "Access to or from resources outside your current project will be denied.", |
| 2522 | + "Access to or from resources outside your current organization will be denied.", |
| 2523 | + "No access restriction." |
| 2524 | + ], |
| 2525 | + "type": "string" |
| 2526 | + }, |
2511 | 2527 | "annotations": {
|
2512 | 2528 | "additionalProperties": {
|
2513 | 2529 | "type": "string"
|
|
2558 | 2574 | "type": "object"
|
2559 | 2575 | },
|
2560 | 2576 | "name": {
|
2561 |
| - "description": "Output only. Identifier. The resource name.", |
| 2577 | + "description": "Output only. Identifier. Name of the backup vault to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}\"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.", |
2562 | 2578 | "readOnly": true,
|
2563 | 2579 | "type": "string"
|
2564 | 2580 | },
|
|
3056 | 3072 | "type": "object"
|
3057 | 3073 | },
|
3058 | 3074 | "name": {
|
3059 |
| - "description": "Output only. Identifier. The resource name.", |
| 3075 | + "description": "Output only. Identifier. Name of the datasource to create. It must have the format`\"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}\"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.", |
3060 | 3076 | "readOnly": true,
|
3061 | 3077 | "type": "string"
|
3062 | 3078 | },
|
|
0 commit comments