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/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/CloudAlloyDBAdmin.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444
444
returnthis;
445
445
}
446
446
447
+
/**
448
+
* Optional. A list of extra location types that should be used as conditions for
Copy file name to clipboardExpand all lines: clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/Backup.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,8 @@ public final class Backup extends com.google.api.client.json.GenericJson {
207
207
privatejava.lang.Stringuid;
208
208
209
209
/**
210
-
* Output only. Update time stamp
210
+
* Output only. Update time stamp Users should not infer any meaning from this field. Its value is
211
+
* generally unrelated to the timing of the backup creation operation.
211
212
* The value may be {@code null}.
212
213
*/
213
214
@com.google.api.client.util.Key
@@ -637,15 +638,17 @@ public Backup setUid(java.lang.String uid) {
637
638
}
638
639
639
640
/**
640
-
* Output only. Update time stamp
641
+
* Output only. Update time stamp Users should not infer any meaning from this field. Its value is
642
+
* generally unrelated to the timing of the backup creation operation.
641
643
* @return value or {@code null} for none
642
644
*/
643
645
publicStringgetUpdateTime() {
644
646
returnupdateTime;
645
647
}
646
648
647
649
/**
648
-
* Output only. Update time stamp
650
+
* Output only. Update time stamp Users should not infer any meaning from this field. Its value is
651
+
* generally unrelated to the timing of the backup creation operation.
649
652
* @param updateTime updateTime or {@code null} for none
0 commit comments