|
371 | 371 | ]
|
372 | 372 | },
|
373 | 373 | "patch": {
|
374 |
| - "description": "Update a BackupPlanAssociation", |
| 374 | + "description": "Update a BackupPlanAssociation.", |
375 | 375 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupPlanAssociations/{backupPlanAssociationsId}",
|
376 | 376 | "httpMethod": "PATCH",
|
377 | 377 | "id": "backupdr.projects.locations.backupPlanAssociations.patch",
|
|
581 | 581 | ]
|
582 | 582 | },
|
583 | 583 | "patch": {
|
584 |
| - "description": "Update a BackupPlan", |
| 584 | + "description": "Update a BackupPlan.", |
585 | 585 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupPlans/{backupPlansId}",
|
586 | 586 | "httpMethod": "PATCH",
|
587 | 587 | "id": "backupdr.projects.locations.backupPlans.patch",
|
|
2060 | 2060 | }
|
2061 | 2061 | }
|
2062 | 2062 | },
|
2063 |
| - "revision": "20250720", |
| 2063 | + "revision": "20250723", |
2064 | 2064 | "rootUrl": "https://backupdr.googleapis.com/",
|
2065 | 2065 | "schemas": {
|
2066 | 2066 | "AbandonBackupRequest": {
|
|
2899 | 2899 | "id": "BackupPlan",
|
2900 | 2900 | "properties": {
|
2901 | 2901 | "backupRules": {
|
2902 |
| - "description": "Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message if on_demand_retention_limit_days is not set.", |
| 2902 | + "description": "Optional. The backup rules for this `BackupPlan`.", |
2903 | 2903 | "items": {
|
2904 | 2904 | "$ref": "BackupRule"
|
2905 | 2905 | },
|
|
2936 | 2936 | "type": "object"
|
2937 | 2937 | },
|
2938 | 2938 | "logRetentionDays": {
|
2939 |
| - "description": "Optional. Required for CloudSQL resource_type Configures how long logs will be stored. It is defined in “days”. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.", |
| 2939 | + "description": "Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored. It is defined in “days”. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.", |
2940 | 2940 | "format": "int64",
|
2941 | 2941 | "type": "string"
|
2942 | 2942 | },
|
|
2946 | 2946 | "type": "string"
|
2947 | 2947 | },
|
2948 | 2948 | "resourceType": {
|
2949 |
| - "description": "Required. ", |
| 2949 | + "description": "Required. The resource type to which the `BackupPlan` will be applied. Examples include, \"compute.googleapis.com/Instance\", \"sqladmin.googleapis.com/Instance\", \"alloydb.googleapis.com/Cluster\", \"compute.googleapis.com/Disk\".", |
2950 | 2950 | "type": "string"
|
2951 | 2951 | },
|
2952 | 2952 | "revisionId": {
|
|
3041 | 3041 | "type": "string"
|
3042 | 3042 | },
|
3043 | 3043 | "resourceType": {
|
3044 |
| - "description": "Required. Immutable. ", |
| 3044 | + "description": "Required. Immutable. Resource type of workload on which backupplan is applied", |
3045 | 3045 | "type": "string"
|
3046 | 3046 | },
|
3047 | 3047 | "rulesConfigInfo": {
|
|
3329 | 3329 | "type": "object"
|
3330 | 3330 | },
|
3331 | 3331 | "CloudSqlInstanceBackupProperties": {
|
3332 |
| - "description": "CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties. .", |
| 3332 | + "description": "CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.", |
3333 | 3333 | "id": "CloudSqlInstanceBackupProperties",
|
3334 | 3334 | "properties": {
|
3335 | 3335 | "databaseInstalledVersion": {
|
|
3356 | 3356 | "type": "object"
|
3357 | 3357 | },
|
3358 | 3358 | "CloudSqlInstanceDataSourceProperties": {
|
3359 |
| - "description": "CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource. .", |
| 3359 | + "description": "CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.", |
3360 | 3360 | "id": "CloudSqlInstanceDataSourceProperties",
|
3361 | 3361 | "properties": {
|
3362 | 3362 | "databaseInstalledVersion": {
|
|
3384 | 3384 | "type": "object"
|
3385 | 3385 | },
|
3386 | 3386 | "CloudSqlInstanceDataSourceReferenceProperties": {
|
3387 |
| - "description": "CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference. .", |
| 3387 | + "description": "CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference.", |
3388 | 3388 | "id": "CloudSqlInstanceDataSourceReferenceProperties",
|
3389 | 3389 | "properties": {
|
3390 | 3390 | "databaseInstalledVersion": {
|
|
4182 | 4182 | "type": "array"
|
4183 | 4183 | },
|
4184 | 4184 | "name": {
|
4185 |
| - "description": "Required. Name of the disk..", |
| 4185 | + "description": "Required. Name of the disk.", |
4186 | 4186 | "type": "string"
|
4187 | 4187 | },
|
4188 | 4188 | "physicalBlockSizeBytes": {
|
|
5955 | 5955 | "type": "string"
|
5956 | 5956 | },
|
5957 | 5957 | "ruleId": {
|
5958 |
| - "description": "Required. backup rule_id for which a backup needs to be triggered.", |
| 5958 | + "description": "Optional. backup rule_id for which a backup needs to be triggered. If not specified, on-demand backup with custom retention will be triggered.", |
5959 | 5959 | "type": "string"
|
5960 | 5960 | }
|
5961 | 5961 | },
|
|
0 commit comments