File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-redis/v1
com/google/api/services/redis/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-redis</artifactId >
25- <version >v1-rev20250115 -2.0.0</version >
25+ <version >v1-rev20250121 -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-redis:v1-rev20250115 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-redis:v1-rev20250121 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ public final class BackupCollection extends com.google.api.client.json.GenericJs
4545 @ com .google .api .client .util .Key
4646 private java .lang .String clusterUid ;
4747
48+ /**
49+ * Output only. The time when the backup collection was created.
50+ * The value may be {@code null}.
51+ */
52+ @ com .google .api .client .util .Key
53+ private String createTime ;
54+
4855 /**
4956 * Output only. The KMS key used to encrypt the backups under this backup collection.
5057 * The value may be {@code null}.
@@ -102,6 +109,23 @@ public BackupCollection setClusterUid(java.lang.String clusterUid) {
102109 return this ;
103110 }
104111
112+ /**
113+ * Output only. The time when the backup collection was created.
114+ * @return value or {@code null} for none
115+ */
116+ public String getCreateTime () {
117+ return createTime ;
118+ }
119+
120+ /**
121+ * Output only. The time when the backup collection was created.
122+ * @param createTime createTime or {@code null} for none
123+ */
124+ public BackupCollection setCreateTime (String createTime ) {
125+ this .createTime = createTime ;
126+ return this ;
127+ }
128+
105129 /**
106130 * Output only. The KMS key used to encrypt the backups under this backup collection.
107131 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-redis</artifactId >
11- <version >v1-rev20250115 -2.0.0</version >
12- <name >Google Cloud Memorystore for Redis API v1-rev20250115 -2.0.0</name >
11+ <version >v1-rev20250121 -2.0.0</version >
12+ <name >Google Cloud Memorystore for Redis API v1-rev20250121 -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-redis</artifactId >
25- <version >v1-rev20250115 -2.0.0</version >
25+ <version >v1-rev20250121 -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-redis:v1-rev20250115 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-redis:v1-rev20250121 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments