Skip to content

Commit da1a785

Browse files
1 parent 1214f18 commit da1a785

8 files changed

Lines changed: 18 additions & 24 deletions

File tree

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-rev20260201-2.0.0</version>
25+
<version>v1-rev20260317-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-rev20260201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20260317-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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
6363

6464
/**
6565
* 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
66+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
6867
* The value may be {@code null}.
6968
*/
7069
@com.google.api.client.util.Key
@@ -148,8 +147,7 @@ public FileShareConfig setSourceBackup(java.lang.String sourceBackup) {
148147

149148
/**
150149
* 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
150+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
153151
* @return value or {@code null} for none
154152
*/
155153
public java.lang.String getSourceBackupdrBackup() {
@@ -158,8 +156,7 @@ public java.lang.String getSourceBackupdrBackup() {
158156

159157
/**
160158
* 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
159+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
163160
* @param sourceBackupdrBackup sourceBackupdrBackup or {@code null} for none
164161
*/
165162
public FileShareConfig setSourceBackupdrBackup(java.lang.String sourceBackupdrBackup) {

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-rev20260201-2.0.0</version>
12-
<name>Cloud Filestore API v1-rev20260201-2.0.0</name>
11+
<version>v1-rev20260317-2.0.0</version>
12+
<name>Cloud Filestore API v1-rev20260317-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-rev20260201-2.0.0</version>
25+
<version>v1-rev20260317-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-rev20260201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20260317-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-rev20260201-2.0.0</version>
25+
<version>v1beta1-rev20260317-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-rev20260201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260317-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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ public final class FileShareConfig extends com.google.api.client.json.GenericJso
6363

6464
/**
6565
* 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
66+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
6867
* The value may be {@code null}.
6968
*/
7069
@com.google.api.client.util.Key
@@ -148,8 +147,7 @@ public FileShareConfig setSourceBackup(java.lang.String sourceBackup) {
148147

149148
/**
150149
* 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
150+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
153151
* @return value or {@code null} for none
154152
*/
155153
public java.lang.String getSourceBackupdrBackup() {
@@ -158,8 +156,7 @@ public java.lang.String getSourceBackupdrBackup() {
158156

159157
/**
160158
* 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
159+
* ion_id}/backupVaults/{backupvault_id}/dataSources/{datasource_id}/backups/{backup_id}`,
163160
* @param sourceBackupdrBackup sourceBackupdrBackup or {@code null} for none
164161
*/
165162
public FileShareConfig setSourceBackupdrBackup(java.lang.String sourceBackupdrBackup) {

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-rev20260201-2.0.0</version>
12-
<name>Cloud Filestore API v1beta1-rev20260201-2.0.0</name>
11+
<version>v1beta1-rev20260317-2.0.0</version>
12+
<name>Cloud Filestore API v1beta1-rev20260317-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-rev20260201-2.0.0</version>
25+
<version>v1beta1-rev20260317-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-rev20260201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1beta1-rev20260317-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)