Skip to content

Commit fdaaca5

Browse files
1 parent f1a6708 commit fdaaca5

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ public final class InitializeServiceRequest extends com.google.api.client.json.G
7070
@com.google.api.client.util.Key
7171
private java.lang.String resourceType;
7272

73+
/**
74+
* Optional. If set, validates the request and returns the result, but does not actually run it.
75+
* The value may be {@code null}.
76+
*/
77+
@com.google.api.client.util.Key
78+
private java.lang.Boolean validateOnly;
79+
7380
/**
7481
* Optional. The location where the BackupPlan will be created. This field is required for multi-
7582
* region BackupVaults and is optional for regional BackupVaults. It is useful when creating a
@@ -162,6 +169,23 @@ public InitializeServiceRequest setResourceType(java.lang.String resourceType) {
162169
return this;
163170
}
164171

172+
/**
173+
* Optional. If set, validates the request and returns the result, but does not actually run it.
174+
* @return value or {@code null} for none
175+
*/
176+
public java.lang.Boolean getValidateOnly() {
177+
return validateOnly;
178+
}
179+
180+
/**
181+
* Optional. If set, validates the request and returns the result, but does not actually run it.
182+
* @param validateOnly validateOnly or {@code null} for none
183+
*/
184+
public InitializeServiceRequest setValidateOnly(java.lang.Boolean validateOnly) {
185+
this.validateOnly = validateOnly;
186+
return this;
187+
}
188+
165189
@Override
166190
public InitializeServiceRequest set(String fieldName, Object value) {
167191
return (InitializeServiceRequest) super.set(fieldName, value);

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-rev20260325-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20260325-2.0.0</name>
11+
<version>v1-rev20260408-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20260408-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-rev20260325-2.0.0</version>
25+
<version>v1-rev20260408-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-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260408-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)