Skip to content

Commit 796159b

Browse files
1 parent 9dbf7df commit 796159b

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
public final class BackupVault extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Note: This field is added for future use case and will not be supported in the
35-
* current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION
36-
* if not provided during creation.
34+
* Optional. Restricts access to certain sources and destinations for data being sent into, or
35+
* restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during
36+
* creation.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -169,19 +169,19 @@ public final class BackupVault extends com.google.api.client.json.GenericJson {
169169
private String updateTime;
170170

171171
/**
172-
* Optional. Note: This field is added for future use case and will not be supported in the
173-
* current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION
174-
* if not provided during creation.
172+
* Optional. Restricts access to certain sources and destinations for data being sent into, or
173+
* restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during
174+
* creation.
175175
* @return value or {@code null} for none
176176
*/
177177
public java.lang.String getAccessRestriction() {
178178
return accessRestriction;
179179
}
180180

181181
/**
182-
* Optional. Note: This field is added for future use case and will not be supported in the
183-
* current release. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION
184-
* if not provided during creation.
182+
* Optional. Restricts access to certain sources and destinations for data being sent into, or
183+
* restored from, the backup vault. Defaults to WITHIN_ORGANIZATION if not provided during
184+
* creation.
185185
* @param accessRestriction accessRestriction or {@code null} for none
186186
*/
187187
public BackupVault setAccessRestriction(java.lang.String accessRestriction) {

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

0 commit comments

Comments
 (0)