File tree Expand file tree Collapse file tree 7 files changed +39
-12
lines changed
clients/google-api-services-file
com/google/api/services/file/v1beta1/model Expand file tree Collapse file tree 7 files changed +39
-12
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 >v1-rev20250716 -2.0.0</version >
25
+ <version >v1-rev20250731 -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:v1-rev20250716 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1-rev20250731 -2.0.0'
39
39
}
40
40
```
41
41
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 >v1-rev20250716 -2.0.0</version >
12
- <name >Cloud Filestore API v1-rev20250716 -2.0.0</name >
11
+ <version >v1-rev20250731 -2.0.0</version >
12
+ <name >Cloud Filestore API v1-rev20250731 -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 >v1-rev20250716 -2.0.0</version >
25
+ <version >v1-rev20250731 -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:v1-rev20250716 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1-rev20250731 -2.0.0'
39
39
}
40
40
```
41
41
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-rev20250716 -2.0.0</version >
25
+ <version >v1beta1-rev20250731 -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-rev20250716 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250731 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class Instance extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Optional. Immutable. Designates the backend type of this instance. Intended to be used by
34
+ * internal tests and allowed customers.
35
+ * The value may be {@code null}.
36
+ */
37
+ @ com .google .api .client .util .Key
38
+ private java .lang .String backendType ;
39
+
32
40
/**
33
41
* The storage capacity of the instance in gigabytes (GB = 1024^3 bytes). This capacity can be
34
42
* increased up to `max_capacity_gb` GB in multipliers of `capacity_step_size_gb` GB.
@@ -245,6 +253,25 @@ public final class Instance extends com.google.api.client.json.GenericJson {
245
253
@ com .google .api .client .util .Key
246
254
private java .lang .String tier ;
247
255
256
+ /**
257
+ * Optional. Immutable. Designates the backend type of this instance. Intended to be used by
258
+ * internal tests and allowed customers.
259
+ * @return value or {@code null} for none
260
+ */
261
+ public java .lang .String getBackendType () {
262
+ return backendType ;
263
+ }
264
+
265
+ /**
266
+ * Optional. Immutable. Designates the backend type of this instance. Intended to be used by
267
+ * internal tests and allowed customers.
268
+ * @param backendType backendType or {@code null} for none
269
+ */
270
+ public Instance setBackendType (java .lang .String backendType ) {
271
+ this .backendType = backendType ;
272
+ return this ;
273
+ }
274
+
248
275
/**
249
276
* The storage capacity of the instance in gigabytes (GB = 1024^3 bytes). This capacity can be
250
277
* increased up to `max_capacity_gb` GB in multipliers of `capacity_step_size_gb` GB.
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-rev20250716 -2.0.0</version >
12
- <name >Cloud Filestore API v1beta1-rev20250716 -2.0.0</name >
11
+ <version >v1beta1-rev20250731 -2.0.0</version >
12
+ <name >Cloud Filestore API v1beta1-rev20250731 -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-rev20250716 -2.0.0</version >
25
+ <version >v1beta1-rev20250731 -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-rev20250716 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250731 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments