Skip to content

Commit 4166c36

Browse files
1 parent 5bc7589 commit 4166c36

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-redis/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-redis</artifactId>
25-
<version>v1beta1-rev20250115-2.0.0</version>
25+
<version>v1beta1-rev20250121-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-redis:v1beta1-rev20250115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250121-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/BackupCollection.java

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

clients/google-api-services-redis/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-redis</artifactId>
11-
<version>v1beta1-rev20250115-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250115-2.0.0</name>
11+
<version>v1beta1-rev20250121-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1beta1-rev20250121-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-redis/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-redis</artifactId>
25-
<version>v1beta1-rev20250115-2.0.0</version>
25+
<version>v1beta1-rev20250121-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-redis:v1beta1-rev20250115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20250121-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)