File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-file/v1
com/google/api/services/file/v1/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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-file</artifactId >
25- <version >v1-rev20250421 -2.0.0</version >
25+ <version >v1-rev20250716 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-file:v1-rev20250421 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-file:v1-rev20250716 -2.0.0'
3939}
4040```
4141
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
5858 @ com .google .api .client .util .Key
5959 private java .util .List <java .lang .String > stateReasons ;
6060
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+
6168 /**
6269 * Output only. The timestamp of the latest replication snapshot taken on the active instance and
6370 * is already replicated safely.
@@ -128,6 +135,23 @@ public ReplicaConfig setStateReasons(java.util.List<java.lang.String> stateReaso
128135 return this ;
129136 }
130137
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+
131155 @ Override
132156 public ReplicaConfig set (String fieldName , Object value ) {
133157 return (ReplicaConfig ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-file</artifactId >
11- <version >v1-rev20250421 -2.0.0</version >
12- <name >Cloud Filestore API v1-rev20250421 -2.0.0</name >
11+ <version >v1-rev20250716 -2.0.0</version >
12+ <name >Cloud Filestore API v1-rev20250716 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-file</artifactId >
25- <version >v1-rev20250421 -2.0.0</version >
25+ <version >v1-rev20250716 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-file:v1-rev20250421 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-file:v1-rev20250716 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments