Skip to content

Commit b957d88

Browse files
1 parent 839ff01 commit b957d88

File tree

11 files changed

+46
-40
lines changed

11 files changed

+46
-40
lines changed

clients/google-api-services-backupdr/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-backupdr</artifactId>
25-
<version>v1-rev20250720-2.0.0</version>
25+
<version>v1-rev20250723-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20250720-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20250723-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/Backupdr.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ public List set(String parameterName, Object value) {
15801580
}
15811581
}
15821582
/**
1583-
* Update a BackupPlanAssociation
1583+
* Update a BackupPlanAssociation.
15841584
*
15851585
* Create a request for the method "backupPlanAssociations.patch".
15861586
*
@@ -1606,7 +1606,7 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
16061606
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/backupPlanAssociations/[^/]+$");
16071607

16081608
/**
1609-
* Update a BackupPlanAssociation
1609+
* Update a BackupPlanAssociation.
16101610
*
16111611
* Create a request for the method "backupPlanAssociations.patch".
16121612
*
@@ -2747,7 +2747,7 @@ public List set(String parameterName, Object value) {
27472747
}
27482748
}
27492749
/**
2750-
* Update a BackupPlan
2750+
* Update a BackupPlan.
27512751
*
27522752
* Create a request for the method "backupPlans.patch".
27532753
*
@@ -2773,7 +2773,7 @@ public class Patch extends BackupdrRequest<com.google.api.services.backupdr.v1.m
27732773
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/backupPlans/[^/]+$");
27742774

27752775
/**
2776-
* Update a BackupPlan
2776+
* Update a BackupPlan.
27772777
*
27782778
* Create a request for the method "backupPlans.patch".
27792779
*

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupPlan.java

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
public final class BackupPlan extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule`
37-
* message if on_demand_retention_limit_days is not set.
36+
* Optional. The backup rules for this `BackupPlan`.
3837
* The value may be {@code null}.
3938
*/
4039
@com.google.api.client.util.Key
@@ -90,9 +89,9 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
9089
private java.util.Map<String, java.lang.String> labels;
9190

9291
/**
93-
* Optional. Required for CloudSQL resource_type Configures how long logs will be stored. It is
94-
* defined in “days”. This value should be greater than or equal to minimum enforced log retention
95-
* duration of the backup vault.
92+
* Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored.
93+
* It is defined in “days”. This value should be greater than or equal to minimum enforced log
94+
* retention duration of the backup vault.
9695
* The value may be {@code null}.
9796
*/
9897
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -107,7 +106,9 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
107106
private java.lang.String name;
108107

109108
/**
110-
* Required.
109+
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
110+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance",
111+
* "alloydb.googleapis.com/Cluster", "compute.googleapis.com/Disk".
111112
* The value may be {@code null}.
112113
*/
113114
@com.google.api.client.util.Key
@@ -151,17 +152,15 @@ public final class BackupPlan extends com.google.api.client.json.GenericJson {
151152
private String updateTime;
152153

153154
/**
154-
* Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule`
155-
* message if on_demand_retention_limit_days is not set.
155+
* Optional. The backup rules for this `BackupPlan`.
156156
* @return value or {@code null} for none
157157
*/
158158
public java.util.List<BackupRule> getBackupRules() {
159159
return backupRules;
160160
}
161161

162162
/**
163-
* Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule`
164-
* message if on_demand_retention_limit_days is not set.
163+
* Optional. The backup rules for this `BackupPlan`.
165164
* @param backupRules backupRules or {@code null} for none
166165
*/
167166
public BackupPlan setBackupRules(java.util.List<BackupRule> backupRules) {
@@ -286,19 +285,19 @@ public BackupPlan setLabels(java.util.Map<String, java.lang.String> labels) {
286285
}
287286

288287
/**
289-
* Optional. Required for CloudSQL resource_type Configures how long logs will be stored. It is
290-
* defined in “days”. This value should be greater than or equal to minimum enforced log retention
291-
* duration of the backup vault.
288+
* Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored.
289+
* It is defined in “days”. This value should be greater than or equal to minimum enforced log
290+
* retention duration of the backup vault.
292291
* @return value or {@code null} for none
293292
*/
294293
public java.lang.Long getLogRetentionDays() {
295294
return logRetentionDays;
296295
}
297296

298297
/**
299-
* Optional. Required for CloudSQL resource_type Configures how long logs will be stored. It is
300-
* defined in “days”. This value should be greater than or equal to minimum enforced log retention
301-
* duration of the backup vault.
298+
* Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored.
299+
* It is defined in “days”. This value should be greater than or equal to minimum enforced log
300+
* retention duration of the backup vault.
302301
* @param logRetentionDays logRetentionDays or {@code null} for none
303302
*/
304303
public BackupPlan setLogRetentionDays(java.lang.Long logRetentionDays) {
@@ -326,15 +325,19 @@ public BackupPlan setName(java.lang.String name) {
326325
}
327326

328327
/**
329-
* Required.
328+
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
329+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance",
330+
* "alloydb.googleapis.com/Cluster", "compute.googleapis.com/Disk".
330331
* @return value or {@code null} for none
331332
*/
332333
public java.lang.String getResourceType() {
333334
return resourceType;
334335
}
335336

336337
/**
337-
* Required.
338+
* Required. The resource type to which the `BackupPlan` will be applied. Examples include,
339+
* "compute.googleapis.com/Instance", "sqladmin.googleapis.com/Instance",
340+
* "alloydb.googleapis.com/Cluster", "compute.googleapis.com/Disk".
338341
* @param resourceType resourceType or {@code null} for none
339342
*/
340343
public BackupPlan setResourceType(java.lang.String resourceType) {

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/BackupPlanAssociation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class BackupPlanAssociation extends com.google.api.client.json.Gene
9797
private java.lang.String resource;
9898

9999
/**
100-
* Required. Immutable.
100+
* Required. Immutable. Resource type of workload on which backupplan is applied
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -279,15 +279,15 @@ public BackupPlanAssociation setResource(java.lang.String resource) {
279279
}
280280

281281
/**
282-
* Required. Immutable.
282+
* Required. Immutable. Resource type of workload on which backupplan is applied
283283
* @return value or {@code null} for none
284284
*/
285285
public java.lang.String getResourceType() {
286286
return resourceType;
287287
}
288288

289289
/**
290-
* Required. Immutable.
290+
* Required. Immutable. Resource type of workload on which backupplan is applied
291291
* @param resourceType resourceType or {@code null} for none
292292
*/
293293
public BackupPlanAssociation setResourceType(java.lang.String resourceType) {

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/CloudSqlInstanceBackupProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.backupdr.v1.model;
1818

1919
/**
20-
* CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties. .
20+
* CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/CloudSqlInstanceDataSourceProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are
21-
* stored in the DataSource. .
21+
* stored in the DataSource.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/CloudSqlInstanceDataSourceReferenceProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource
21-
* that are stored in the DataSourceReference. .
21+
* that are stored in the DataSourceReference.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Backup and DR Service API. For a detailed explanation

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/DiskRestoreProperties.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class DiskRestoreProperties extends com.google.api.client.json.Gene
9393
private java.util.List<java.lang.String> licenses;
9494

9595
/**
96-
* Required. Name of the disk..
96+
* Required. Name of the disk.
9797
* The value may be {@code null}.
9898
*/
9999
@com.google.api.client.util.Key
@@ -308,15 +308,15 @@ public DiskRestoreProperties setLicenses(java.util.List<java.lang.String> licens
308308
}
309309

310310
/**
311-
* Required. Name of the disk..
311+
* Required. Name of the disk.
312312
* @return value or {@code null} for none
313313
*/
314314
public java.lang.String getName() {
315315
return name;
316316
}
317317

318318
/**
319-
* Required. Name of the disk..
319+
* Required. Name of the disk.
320320
* @param name name or {@code null} for none
321321
*/
322322
public DiskRestoreProperties setName(java.lang.String name) {

clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/TriggerBackupRequest.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class TriggerBackupRequest extends com.google.api.client.json.Gener
4545
private java.lang.String requestId;
4646

4747
/**
48-
* Required. backup rule_id for which a backup needs to be triggered.
48+
* Optional. backup rule_id for which a backup needs to be triggered. If not specified, on-demand
49+
* backup with custom retention will be triggered.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -83,15 +84,17 @@ public TriggerBackupRequest setRequestId(java.lang.String requestId) {
8384
}
8485

8586
/**
86-
* Required. backup rule_id for which a backup needs to be triggered.
87+
* Optional. backup rule_id for which a backup needs to be triggered. If not specified, on-demand
88+
* backup with custom retention will be triggered.
8789
* @return value or {@code null} for none
8890
*/
8991
public java.lang.String getRuleId() {
9092
return ruleId;
9193
}
9294

9395
/**
94-
* Required. backup rule_id for which a backup needs to be triggered.
96+
* Optional. backup rule_id for which a backup needs to be triggered. If not specified, on-demand
97+
* backup with custom retention will be triggered.
9598
* @param ruleId ruleId or {@code null} for none
9699
*/
97100
public TriggerBackupRequest setRuleId(java.lang.String ruleId) {

clients/google-api-services-backupdr/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-backupdr</artifactId>
11-
<version>v1-rev20250720-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20250720-2.0.0</name>
11+
<version>v1-rev20250723-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20250723-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)