File tree Expand file tree Collapse file tree 4 files changed +30
-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 +30
-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-rev20250421 -2.0.0</version >
25
+ <version >v1beta1-rev20250716 -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-rev20250421 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250716 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ public final class ReplicaConfig extends com.google.api.client.json.GenericJson
58
58
@ com .google .api .client .util .Key
59
59
private java .util .List <java .lang .String > stateReasons ;
60
60
61
+ /**
62
+ * Output only. The time when the replica state was updated.
63
+ * The value may be {@code null}.
64
+ */
65
+ @ com .google .api .client .util .Key
66
+ private String stateUpdateTime ;
67
+
61
68
/**
62
69
* Output only. The timestamp of the latest replication snapshot taken on the active instance and
63
70
* is already replicated safely.
@@ -128,6 +135,23 @@ public ReplicaConfig setStateReasons(java.util.List<java.lang.String> stateReaso
128
135
return this ;
129
136
}
130
137
138
+ /**
139
+ * Output only. The time when the replica state was updated.
140
+ * @return value or {@code null} for none
141
+ */
142
+ public String getStateUpdateTime () {
143
+ return stateUpdateTime ;
144
+ }
145
+
146
+ /**
147
+ * Output only. The time when the replica state was updated.
148
+ * @param stateUpdateTime stateUpdateTime or {@code null} for none
149
+ */
150
+ public ReplicaConfig setStateUpdateTime (String stateUpdateTime ) {
151
+ this .stateUpdateTime = stateUpdateTime ;
152
+ return this ;
153
+ }
154
+
131
155
@ Override
132
156
public ReplicaConfig set (String fieldName , Object value ) {
133
157
return (ReplicaConfig ) super .set (fieldName , value );
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-rev20250421 -2.0.0</version >
12
- <name >Cloud Filestore API v1beta1-rev20250421 -2.0.0</name >
11
+ <version >v1beta1-rev20250716 -2.0.0</version >
12
+ <name >Cloud Filestore API v1beta1-rev20250716 -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-rev20250421 -2.0.0</version >
25
+ <version >v1beta1-rev20250716 -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-rev20250421 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-file:v1beta1-rev20250716 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments