@@ -131,6 +131,20 @@ public final class Backup extends com.google.api.client.json.GenericJson {
131
131
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
132
132
private java .lang .Long resourceSizeBytes ;
133
133
134
+ /**
135
+ * Optional. Output only. Reserved for future use.
136
+ * The value may be {@code null}.
137
+ */
138
+ @ com .google .api .client .util .Key
139
+ private java .lang .Boolean satisfiesPzi ;
140
+
141
+ /**
142
+ * Optional. Output only. Reserved for future use.
143
+ * The value may be {@code null}.
144
+ */
145
+ @ com .google .api .client .util .Key
146
+ private java .lang .Boolean satisfiesPzs ;
147
+
134
148
/**
135
149
* Output only. The list of BackupLocks taken by the service to prevent the deletion of the
136
150
* backup.
@@ -397,6 +411,40 @@ public Backup setResourceSizeBytes(java.lang.Long resourceSizeBytes) {
397
411
return this ;
398
412
}
399
413
414
+ /**
415
+ * Optional. Output only. Reserved for future use.
416
+ * @return value or {@code null} for none
417
+ */
418
+ public java .lang .Boolean getSatisfiesPzi () {
419
+ return satisfiesPzi ;
420
+ }
421
+
422
+ /**
423
+ * Optional. Output only. Reserved for future use.
424
+ * @param satisfiesPzi satisfiesPzi or {@code null} for none
425
+ */
426
+ public Backup setSatisfiesPzi (java .lang .Boolean satisfiesPzi ) {
427
+ this .satisfiesPzi = satisfiesPzi ;
428
+ return this ;
429
+ }
430
+
431
+ /**
432
+ * Optional. Output only. Reserved for future use.
433
+ * @return value or {@code null} for none
434
+ */
435
+ public java .lang .Boolean getSatisfiesPzs () {
436
+ return satisfiesPzs ;
437
+ }
438
+
439
+ /**
440
+ * Optional. Output only. Reserved for future use.
441
+ * @param satisfiesPzs satisfiesPzs or {@code null} for none
442
+ */
443
+ public Backup setSatisfiesPzs (java .lang .Boolean satisfiesPzs ) {
444
+ this .satisfiesPzs = satisfiesPzs ;
445
+ return this ;
446
+ }
447
+
400
448
/**
401
449
* Output only. The list of BackupLocks taken by the service to prevent the deletion of the
402
450
* backup.
0 commit comments