Skip to content

Commit 0abc6c5

Browse files
1 parent aa45625 commit 0abc6c5

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public final class Backup extends com.google.api.client.json.GenericJson {
5858
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5959
private java.lang.Long downloadBytes;
6060

61+
/**
62+
* Output only. The file system protocol of the source Filestore instance that this backup is
63+
* created from.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String fileSystemProtocol;
68+
6169
/**
6270
* Immutable. KMS key name used for data encryption.
6371
* The value may be {@code null}.
@@ -211,6 +219,25 @@ public Backup setDownloadBytes(java.lang.Long downloadBytes) {
211219
return this;
212220
}
213221

222+
/**
223+
* Output only. The file system protocol of the source Filestore instance that this backup is
224+
* created from.
225+
* @return value or {@code null} for none
226+
*/
227+
public java.lang.String getFileSystemProtocol() {
228+
return fileSystemProtocol;
229+
}
230+
231+
/**
232+
* Output only. The file system protocol of the source Filestore instance that this backup is
233+
* created from.
234+
* @param fileSystemProtocol fileSystemProtocol or {@code null} for none
235+
*/
236+
public Backup setFileSystemProtocol(java.lang.String fileSystemProtocol) {
237+
this.fileSystemProtocol = fileSystemProtocol;
238+
return this;
239+
}
240+
214241
/**
215242
* Immutable. KMS key name used for data encryption.
216243
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)