Skip to content

Commit d8ede44

Browse files
1 parent 0ab4199 commit d8ede44

File tree

5 files changed

+6
-105
lines changed

5 files changed

+6
-105
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-rev20240731-2.0.0</version>
25+
<version>v1-rev20240808-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-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240808-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ public final class BackupRule extends com.google.api.client.json.GenericJson {
3838
@com.google.api.client.util.Key
3939
private java.lang.Integer backupRetentionDays;
4040

41-
/**
42-
* Optional. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI
43-
* removed all dependencies on them Required. Resource name of backup vault which will be used as
44-
* storage location for backups. Format:
45-
* projects/{project}/locations/{location}/backupVaults/{backupvault}
46-
* The value may be {@code null}.
47-
*/
48-
@com.google.api.client.util.Key
49-
private java.lang.String backupVault;
50-
51-
/**
52-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
53-
* UI removed all dependencies on them Output only. The Google Cloud Platform Service Account to
54-
* be used by the BackupVault for taking backups. Specify the email address of the Backup Vault
55-
* Service Account.
56-
* The value may be {@code null}.
57-
*/
58-
@com.google.api.client.util.Key
59-
private java.lang.String backupVaultServiceAccount;
60-
6141
/**
6242
* Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per
6343
* `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase
@@ -93,52 +73,6 @@ public BackupRule setBackupRetentionDays(java.lang.Integer backupRetentionDays)
9373
return this;
9474
}
9575

96-
/**
97-
* Optional. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI
98-
* removed all dependencies on them Required. Resource name of backup vault which will be used as
99-
* storage location for backups. Format:
100-
* projects/{project}/locations/{location}/backupVaults/{backupvault}
101-
* @return value or {@code null} for none
102-
*/
103-
public java.lang.String getBackupVault() {
104-
return backupVault;
105-
}
106-
107-
/**
108-
* Optional. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once UI
109-
* removed all dependencies on them Required. Resource name of backup vault which will be used as
110-
* storage location for backups. Format:
111-
* projects/{project}/locations/{location}/backupVaults/{backupvault}
112-
* @param backupVault backupVault or {@code null} for none
113-
*/
114-
public BackupRule setBackupVault(java.lang.String backupVault) {
115-
this.backupVault = backupVault;
116-
return this;
117-
}
118-
119-
/**
120-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
121-
* UI removed all dependencies on them Output only. The Google Cloud Platform Service Account to
122-
* be used by the BackupVault for taking backups. Specify the email address of the Backup Vault
123-
* Service Account.
124-
* @return value or {@code null} for none
125-
*/
126-
public java.lang.String getBackupVaultServiceAccount() {
127-
return backupVaultServiceAccount;
128-
}
129-
130-
/**
131-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
132-
* UI removed all dependencies on them Output only. The Google Cloud Platform Service Account to
133-
* be used by the BackupVault for taking backups. Specify the email address of the Backup Vault
134-
* Service Account.
135-
* @param backupVaultServiceAccount backupVaultServiceAccount or {@code null} for none
136-
*/
137-
public BackupRule setBackupVaultServiceAccount(java.lang.String backupVaultServiceAccount) {
138-
this.backupVaultServiceAccount = backupVaultServiceAccount;
139-
return this;
140-
}
141-
14276
/**
14377
* Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per
14478
* `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase

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

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public final class RuleConfigInfo extends com.google.api.client.json.GenericJson {
3232

33-
/**
34-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
35-
* UI removed all dependencies on them Output Only. Resource name of data source which will be
36-
* used as storage location for backups taken by specified rule. Format :
37-
* projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
38-
* The value may be {@code null}.
39-
*/
40-
@com.google.api.client.util.Key
41-
private java.lang.String dataSource;
42-
4333
/**
4434
* Output only. Output Only. google.rpc.Status object to store the last backup error.
4535
* The value may be {@code null}.
@@ -68,29 +58,6 @@ public final class RuleConfigInfo extends com.google.api.client.json.GenericJson
6858
@com.google.api.client.util.Key
6959
private java.lang.String ruleId;
7060

71-
/**
72-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
73-
* UI removed all dependencies on them Output Only. Resource name of data source which will be
74-
* used as storage location for backups taken by specified rule. Format :
75-
* projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
76-
* @return value or {@code null} for none
77-
*/
78-
public java.lang.String getDataSource() {
79-
return dataSource;
80-
}
81-
82-
/**
83-
* Output only. TODO b/341576760: Remove deprecated BV and Datasource field form BP and BPA once
84-
* UI removed all dependencies on them Output Only. Resource name of data source which will be
85-
* used as storage location for backups taken by specified rule. Format :
86-
* projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
87-
* @param dataSource dataSource or {@code null} for none
88-
*/
89-
public RuleConfigInfo setDataSource(java.lang.String dataSource) {
90-
this.dataSource = dataSource;
91-
return this;
92-
}
93-
9461
/**
9562
* Output only. Output Only. google.rpc.Status object to store the last backup error.
9663
* @return value or {@code null} for none

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-rev20240731-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20240731-2.0.0</name>
11+
<version>v1-rev20240808-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20240808-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-backupdr/v1/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-rev20240731-2.0.0</version>
25+
<version>v1-rev20240808-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-rev20240731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240808-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)