File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-file/v1beta1
com/google/api/services/file/v1beta1/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-file</artifactId >
25
- <version >v1beta1-rev20240619 -2.0.0</version >
25
+ <version >v1beta1-rev20240704 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ public final class Backup extends com.google.api.client.json.GenericJson {
58
58
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
59
59
private java .lang .Long downloadBytes ;
60
60
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
+
61
69
/**
62
70
* Immutable. KMS key name used for data encryption.
63
71
* The value may be {@code null}.
@@ -211,6 +219,25 @@ public Backup setDownloadBytes(java.lang.Long downloadBytes) {
211
219
return this ;
212
220
}
213
221
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
+
214
241
/**
215
242
* Immutable. KMS key name used for data encryption.
216
243
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-file</artifactId >
25
- <version >v1beta1-rev20240619 -2.0.0</version >
25
+ <version >v1beta1-rev20240704 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments