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
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,34 @@ public final class BackupCollection extends com.google.api.client.json.GenericJs
59
59
@com.google.api.client.util.Key
60
60
privatejava.lang.StringkmsKey;
61
61
62
+
/**
63
+
* Output only. The last time a backup was created in the backup collection.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privateStringlastBackupTime;
68
+
62
69
/**
63
70
* Identifier. Full resource path of the backup collection.
64
71
* The value may be {@code null}.
65
72
*/
66
73
@com.google.api.client.util.Key
67
74
privatejava.lang.Stringname;
68
75
76
+
/**
77
+
* Output only. Total number of backups in the backup collection.
0 commit comments