You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/BackupCollection.java
+24Lines changed: 24 additions & 0 deletions
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
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.StringclusterUid;
47
47
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
+
privateStringcreateTime;
54
+
48
55
/**
49
56
* Output only. The KMS key used to encrypt the backups under this backup collection.
50
57
* The value may be {@code null}.
@@ -102,6 +109,23 @@ public BackupCollection setClusterUid(java.lang.String clusterUid) {
102
109
returnthis;
103
110
}
104
111
112
+
/**
113
+
* Output only. The time when the backup collection was created.
114
+
* @return value or {@code null} for none
115
+
*/
116
+
publicStringgetCreateTime() {
117
+
returncreateTime;
118
+
}
119
+
120
+
/**
121
+
* Output only. The time when the backup collection was created.
122
+
* @param createTime createTime or {@code null} for none
0 commit comments