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-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extend
55
55
@com.google.api.client.util.Key
56
56
privateStringtimeBasedRetention;
57
57
58
+
/**
59
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
60
+
* The value may be {@code null}.
61
+
*/
62
+
@com.google.api.client.util.Key
63
+
privateStringtimestampBasedRetentionTime;
64
+
58
65
/**
59
66
* Duration based retention period i.e. 172800 seconds (2 days)
60
67
* @return value or {@code null} for none
@@ -119,6 +126,23 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
119
126
returnthis;
120
127
}
121
128
129
+
/**
130
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
131
+
* @return value or {@code null} for none
132
+
*/
133
+
publicStringgetTimestampBasedRetentionTime() {
134
+
returntimestampBasedRetentionTime;
135
+
}
136
+
137
+
/**
138
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
139
+
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extend
55
55
@com.google.api.client.util.Key
56
56
privateStringtimeBasedRetention;
57
57
58
+
/**
59
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
60
+
* The value may be {@code null}.
61
+
*/
62
+
@com.google.api.client.util.Key
63
+
privateStringtimestampBasedRetentionTime;
64
+
58
65
/**
59
66
* Duration based retention period i.e. 172800 seconds (2 days)
60
67
* @return value or {@code null} for none
@@ -119,6 +126,23 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
119
126
returnthis;
120
127
}
121
128
129
+
/**
130
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
131
+
* @return value or {@code null} for none
132
+
*/
133
+
publicStringgetTimestampBasedRetentionTime() {
134
+
returntimestampBasedRetentionTime;
135
+
}
136
+
137
+
/**
138
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
139
+
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/StorageDatabasecenterPartnerapiV1mainRetentionSettings.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ public final class StorageDatabasecenterPartnerapiV1mainRetentionSettings extend
55
55
@com.google.api.client.util.Key
56
56
privateStringtimeBasedRetention;
57
57
58
+
/**
59
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
60
+
* The value may be {@code null}.
61
+
*/
62
+
@com.google.api.client.util.Key
63
+
privateStringtimestampBasedRetentionTime;
64
+
58
65
/**
59
66
* Duration based retention period i.e. 172800 seconds (2 days)
60
67
* @return value or {@code null} for none
@@ -119,6 +126,23 @@ public StorageDatabasecenterPartnerapiV1mainRetentionSettings setTimeBasedRetent
119
126
returnthis;
120
127
}
121
128
129
+
/**
130
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
131
+
* @return value or {@code null} for none
132
+
*/
133
+
publicStringgetTimestampBasedRetentionTime() {
134
+
returntimestampBasedRetentionTime;
135
+
}
136
+
137
+
/**
138
+
* Timestamp based retention period i.e. 2024-05-01T00:00:00Z
139
+
* @param timestampBasedRetentionTime timestampBasedRetentionTime or {@code null} for none
0 commit comments