Skip to content

Commit 9d2a072

Browse files
1 parent 03ec8f3 commit 9d2a072

File tree

8 files changed

+72
-12
lines changed

8 files changed

+72
-12
lines changed

clients/google-api-services-file/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-file</artifactId>
25-
<version>v1-rev20250910-2.0.0</version>
25+
<version>v1-rev20250929-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-file:v1-rev20250910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/FileShareConfig.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
6161
@com.google.api.client.util.Key
6262
private java.lang.String sourceBackup;
6363

64+
/**
65+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
66+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
67+
* (b/443690479) - Remove visibility restrictions once the feature is ready
68+
* The value may be {@code null}.
69+
*/
70+
@com.google.api.client.util.Key
71+
private java.lang.String sourceBackupdrBackup;
72+
6473
/**
6574
* File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
6675
* @return value or {@code null} for none
@@ -137,6 +146,27 @@ public FileShareConfig setSourceBackup(java.lang.String sourceBackup) {
137146
return this;
138147
}
139148

149+
/**
150+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
151+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
152+
* (b/443690479) - Remove visibility restrictions once the feature is ready
153+
* @return value or {@code null} for none
154+
*/
155+
public java.lang.String getSourceBackupdrBackup() {
156+
return sourceBackupdrBackup;
157+
}
158+
159+
/**
160+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
161+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
162+
* (b/443690479) - Remove visibility restrictions once the feature is ready
163+
* @param sourceBackupdrBackup sourceBackupdrBackup or {@code null} for none
164+
*/
165+
public FileShareConfig setSourceBackupdrBackup(java.lang.String sourceBackupdrBackup) {
166+
this.sourceBackupdrBackup = sourceBackupdrBackup;
167+
return this;
168+
}
169+
140170
@Override
141171
public FileShareConfig set(String fieldName, Object value) {
142172
return (FileShareConfig) super.set(fieldName, value);

clients/google-api-services-file/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-file</artifactId>
11-
<version>v1-rev20250910-2.0.0</version>
12-
<name>Cloud Filestore API v1-rev20250910-2.0.0</name>
11+
<version>v1-rev20250929-2.0.0</version>
12+
<name>Cloud Filestore API v1-rev20250929-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-file/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-file</artifactId>
25-
<version>v1-rev20250910-2.0.0</version>
25+
<version>v1-rev20250929-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-file:v1-rev20250910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-file/v1beta1/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-file</artifactId>
25-
<version>v1beta1-rev20250910-2.0.0</version>
25+
<version>v1beta1-rev20250929-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-file:v1beta1-rev20250910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250929-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-file/v1beta1/2.0.0/com/google/api/services/file/v1beta1/model/FileShareConfig.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
6161
@com.google.api.client.util.Key
6262
private java.lang.String sourceBackup;
6363

64+
/**
65+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
66+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
67+
* (b/443690479) - Remove visibility restrictions once the feature is ready
68+
* The value may be {@code null}.
69+
*/
70+
@com.google.api.client.util.Key
71+
private java.lang.String sourceBackupdrBackup;
72+
6473
/**
6574
* File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
6675
* @return value or {@code null} for none
@@ -137,6 +146,27 @@ public FileShareConfig setSourceBackup(java.lang.String sourceBackup) {
137146
return this;
138147
}
139148

149+
/**
150+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
151+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
152+
* (b/443690479) - Remove visibility restrictions once the feature is ready
153+
* @return value or {@code null} for none
154+
*/
155+
public java.lang.String getSourceBackupdrBackup() {
156+
return sourceBackupdrBackup;
157+
}
158+
159+
/**
160+
* The resource name of the BackupDR backup, in the format `projects/{project_id}/locations/{locat
161+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`, TODO
162+
* (b/443690479) - Remove visibility restrictions once the feature is ready
163+
* @param sourceBackupdrBackup sourceBackupdrBackup or {@code null} for none
164+
*/
165+
public FileShareConfig setSourceBackupdrBackup(java.lang.String sourceBackupdrBackup) {
166+
this.sourceBackupdrBackup = sourceBackupdrBackup;
167+
return this;
168+
}
169+
140170
@Override
141171
public FileShareConfig set(String fieldName, Object value) {
142172
return (FileShareConfig) super.set(fieldName, value);

clients/google-api-services-file/v1beta1/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-file</artifactId>
11-
<version>v1beta1-rev20250910-2.0.0</version>
12-
<name>Cloud Filestore API v1beta1-rev20250910-2.0.0</name>
11+
<version>v1beta1-rev20250929-2.0.0</version>
12+
<name>Cloud Filestore API v1beta1-rev20250929-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-file/v1beta1/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-file</artifactId>
25-
<version>v1beta1-rev20250910-2.0.0</version>
25+
<version>v1beta1-rev20250929-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-file:v1beta1-rev20250910-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250929-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)