Skip to content

Commit 8f919e5

Browse files
1 parent 1b627ad commit 8f919e5

File tree

4 files changed

+82
-6
lines changed

4 files changed

+82
-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-rev20240904-2.0.0</version>
25+
<version>v1-rev20240913-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-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240913-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: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3105,6 +3105,22 @@ public Get setName(java.lang.String name) {
31053105
return this;
31063106
}
31073107

3108+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault */
3109+
@com.google.api.client.util.Key
3110+
private java.lang.String view;
3111+
3112+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault
3113+
*/
3114+
public java.lang.String getView() {
3115+
return view;
3116+
}
3117+
3118+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault */
3119+
public Get setView(java.lang.String view) {
3120+
this.view = view;
3121+
return this;
3122+
}
3123+
31083124
@Override
31093125
public Get set(String parameterName, Object value) {
31103126
return (Get) super.set(parameterName, value);
@@ -3333,6 +3349,22 @@ public List setPageToken(java.lang.String pageToken) {
33333349
return this;
33343350
}
33353351

3352+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault. */
3353+
@com.google.api.client.util.Key
3354+
private java.lang.String view;
3355+
3356+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault.
3357+
*/
3358+
public java.lang.String getView() {
3359+
return view;
3360+
}
3361+
3362+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup Vault. */
3363+
public List setView(java.lang.String view) {
3364+
this.view = view;
3365+
return this;
3366+
}
3367+
33363368
@Override
33373369
public List set(String parameterName, Object value) {
33383370
return (List) super.set(parameterName, value);
@@ -5521,6 +5553,28 @@ public Get setName(java.lang.String name) {
55215553
return this;
55225554
}
55235555

5556+
/**
5557+
* Optional. Reserved for future use to provide a BASIC & FULL view of Backup
5558+
* resource.
5559+
*/
5560+
@com.google.api.client.util.Key
5561+
private java.lang.String view;
5562+
5563+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.
5564+
*/
5565+
public java.lang.String getView() {
5566+
return view;
5567+
}
5568+
5569+
/**
5570+
* Optional. Reserved for future use to provide a BASIC & FULL view of Backup
5571+
* resource.
5572+
*/
5573+
public Get setView(java.lang.String view) {
5574+
this.view = view;
5575+
return this;
5576+
}
5577+
55245578
@Override
55255579
public Get set(String parameterName, Object value) {
55265580
return (Get) super.set(parameterName, value);
@@ -5749,6 +5803,28 @@ public List setPageToken(java.lang.String pageToken) {
57495803
return this;
57505804
}
57515805

5806+
/**
5807+
* Optional. Reserved for future use to provide a BASIC & FULL view of Backup
5808+
* resource.
5809+
*/
5810+
@com.google.api.client.util.Key
5811+
private java.lang.String view;
5812+
5813+
/** Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.
5814+
*/
5815+
public java.lang.String getView() {
5816+
return view;
5817+
}
5818+
5819+
/**
5820+
* Optional. Reserved for future use to provide a BASIC & FULL view of Backup
5821+
* resource.
5822+
*/
5823+
public List setView(java.lang.String view) {
5824+
this.view = view;
5825+
return this;
5826+
}
5827+
57525828
@Override
57535829
public List set(String parameterName, Object value) {
57545830
return (List) super.set(parameterName, 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-rev20240904-2.0.0</version>
12-
<name>Backup and DR Service API v1-rev20240904-2.0.0</name>
11+
<version>v1-rev20240913-2.0.0</version>
12+
<name>Backup and DR Service API v1-rev20240913-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-rev20240904-2.0.0</version>
25+
<version>v1-rev20240913-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-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20240913-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)