Skip to content

Commit 71853cb

Browse files
1 parent 60223f8 commit 71853cb

File tree

5 files changed

+54
-13
lines changed

5 files changed

+54
-13
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-rev20260128-2.0.0</version>
25+
<version>v1-rev20260224-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-rev20260128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260224-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: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10923,7 +10923,8 @@ public class ServiceConfig {
1092310923
* This request holds the parameters needed by the backupdr server. After setting any optional
1092410924
* parameters, call the {@link Initialize#execute()} method to invoke the remote operation.
1092510925
*
10926-
* @param name Required. The resource name of the serviceConfig used to initialize the service. Format:
10926+
* @param name Required. The resource name of the serviceConfig used to initialize the service. The location must
10927+
* be the location of the BackupVault. Format:
1092710928
* `projects/{project_id}/locations/{location}/serviceConfig`.
1092810929
* @param content the {@link com.google.api.services.backupdr.v1.model.InitializeServiceRequest}
1092910930
* @return the request
@@ -10952,7 +10953,8 @@ public class Initialize extends BackupdrRequest<com.google.api.services.backupdr
1095210953
* Initialize#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1095310954
* must be called to initialize this instance immediately after invoking the constructor. </p>
1095410955
*
10955-
* @param name Required. The resource name of the serviceConfig used to initialize the service. Format:
10956+
* @param name Required. The resource name of the serviceConfig used to initialize the service. The location must
10957+
* be the location of the BackupVault. Format:
1095610958
* `projects/{project_id}/locations/{location}/serviceConfig`.
1095710959
* @param content the {@link com.google.api.services.backupdr.v1.model.InitializeServiceRequest}
1095810960
* @since 1.13
@@ -11023,22 +11025,25 @@ public Initialize setUploadProtocol(java.lang.String uploadProtocol) {
1102311025
}
1102411026

1102511027
/**
11026-
* Required. The resource name of the serviceConfig used to initialize the service.
11027-
* Format: `projects/{project_id}/locations/{location}/serviceConfig`.
11028+
* Required. The resource name of the serviceConfig used to initialize the service. The
11029+
* location must be the location of the BackupVault. Format:
11030+
* `projects/{project_id}/locations/{location}/serviceConfig`.
1102811031
*/
1102911032
@com.google.api.client.util.Key
1103011033
private java.lang.String name;
1103111034

11032-
/** Required. The resource name of the serviceConfig used to initialize the service. Format:
11035+
/** Required. The resource name of the serviceConfig used to initialize the service. The location must
11036+
be the location of the BackupVault. Format:
1103311037
`projects/{project_id}/locations/{location}/serviceConfig`.
1103411038
*/
1103511039
public java.lang.String getName() {
1103611040
return name;
1103711041
}
1103811042

1103911043
/**
11040-
* Required. The resource name of the serviceConfig used to initialize the service.
11041-
* Format: `projects/{project_id}/locations/{location}/serviceConfig`.
11044+
* Required. The resource name of the serviceConfig used to initialize the service. The
11045+
* location must be the location of the BackupVault. Format:
11046+
* `projects/{project_id}/locations/{location}/serviceConfig`.
1104211047
*/
1104311048
public Initialize setName(java.lang.String name) {
1104411049
if (!getSuppressPatternChecks()) {

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

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

33+
/**
34+
* Optional. The location where the BackupPlan will be created. This field is required for multi-
35+
* region BackupVaults and is optional for regional BackupVaults. It is useful when creating a
36+
* Backup Vault in a multi-region, allowing the BackupPlan to reside in a specific region within
37+
* that multi-region. If this field is not provided, the BackupPlan will be created in the same
38+
* location as specified in the `name` field.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.lang.String backupPlanLocation;
43+
3344
/**
3445
* Optional. The configuration for initializing a Cloud SQL instance.
3546
* The value may be {@code null}.
@@ -59,6 +70,31 @@ public final class InitializeServiceRequest extends com.google.api.client.json.G
5970
@com.google.api.client.util.Key
6071
private java.lang.String resourceType;
6172

73+
/**
74+
* Optional. The location where the BackupPlan will be created. This field is required for multi-
75+
* region BackupVaults and is optional for regional BackupVaults. It is useful when creating a
76+
* Backup Vault in a multi-region, allowing the BackupPlan to reside in a specific region within
77+
* that multi-region. If this field is not provided, the BackupPlan will be created in the same
78+
* location as specified in the `name` field.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.lang.String getBackupPlanLocation() {
82+
return backupPlanLocation;
83+
}
84+
85+
/**
86+
* Optional. The location where the BackupPlan will be created. This field is required for multi-
87+
* region BackupVaults and is optional for regional BackupVaults. It is useful when creating a
88+
* Backup Vault in a multi-region, allowing the BackupPlan to reside in a specific region within
89+
* that multi-region. If this field is not provided, the BackupPlan will be created in the same
90+
* location as specified in the `name` field.
91+
* @param backupPlanLocation backupPlanLocation or {@code null} for none
92+
*/
93+
public InitializeServiceRequest setBackupPlanLocation(java.lang.String backupPlanLocation) {
94+
this.backupPlanLocation = backupPlanLocation;
95+
return this;
96+
}
97+
6298
/**
6399
* Optional. The configuration for initializing a Cloud SQL instance.
64100
* @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-rev20260128-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20260128-2.0.0</name>
11+
<version>v1-rev20260224-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20260224-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-rev20260128-2.0.0</version>
25+
<version>v1-rev20260224-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-rev20260128-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260224-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)