@@ -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
0 commit comments