Skip to content

Commit 4036658

Browse files
1 parent 4af7b4a commit 4036658

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

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

0 commit comments

Comments
 (0)