google-apis-gkebackup_v1 0.42.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,12 @@ module Google
40
40
  include Google::Apis::Core::JsonObjectSupport
41
41
  end
42
42
 
43
+ class BackupChannel
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
43
49
  class BackupConfig
44
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
45
51
 
@@ -52,6 +58,18 @@ module Google
52
58
  include Google::Apis::Core::JsonObjectSupport
53
59
  end
54
60
 
61
+ class BackupPlanBinding
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BackupPlanDetails
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
55
73
  class Binding
56
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
75
 
@@ -154,6 +172,18 @@ module Google
154
172
  include Google::Apis::Core::JsonObjectSupport
155
173
  end
156
174
 
175
+ class ListBackupChannelsResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ListBackupPlanBindingsResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
157
187
  class ListBackupPlansResponse
158
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
189
 
@@ -172,6 +202,18 @@ module Google
172
202
  include Google::Apis::Core::JsonObjectSupport
173
203
  end
174
204
 
205
+ class ListRestoreChannelsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ListRestorePlanBindingsResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
175
217
  class ListRestorePlansResponse
176
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
219
 
@@ -250,6 +292,12 @@ module Google
250
292
  include Google::Apis::Core::JsonObjectSupport
251
293
  end
252
294
 
295
+ class RestoreChannel
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
253
301
  class RestoreConfig
254
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
303
 
@@ -268,6 +316,12 @@ module Google
268
316
  include Google::Apis::Core::JsonObjectSupport
269
317
  end
270
318
 
319
+ class RestorePlanBinding
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
271
325
  class RetentionPolicy
272
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
327
 
@@ -409,6 +463,21 @@ module Google
409
463
  end
410
464
  end
411
465
 
466
+ class BackupChannel
467
+ # @private
468
+ class Representation < Google::Apis::Core::JsonRepresentation
469
+ property :create_time, as: 'createTime'
470
+ property :description, as: 'description'
471
+ property :destination_project, as: 'destinationProject'
472
+ property :destination_project_id, as: 'destinationProjectId'
473
+ property :etag, as: 'etag'
474
+ hash :labels, as: 'labels'
475
+ property :name, as: 'name'
476
+ property :uid, as: 'uid'
477
+ property :update_time, as: 'updateTime'
478
+ end
479
+ end
480
+
412
481
  class BackupConfig
413
482
  # @private
414
483
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -452,6 +521,33 @@ module Google
452
521
  end
453
522
  end
454
523
 
524
+ class BackupPlanBinding
525
+ # @private
526
+ class Representation < Google::Apis::Core::JsonRepresentation
527
+ property :backup_plan, as: 'backupPlan'
528
+ property :backup_plan_details, as: 'backupPlanDetails', class: Google::Apis::GkebackupV1::BackupPlanDetails, decorator: Google::Apis::GkebackupV1::BackupPlanDetails::Representation
529
+
530
+ property :cluster, as: 'cluster'
531
+ property :create_time, as: 'createTime'
532
+ property :etag, as: 'etag'
533
+ property :name, as: 'name'
534
+ property :uid, as: 'uid'
535
+ property :update_time, as: 'updateTime'
536
+ end
537
+ end
538
+
539
+ class BackupPlanDetails
540
+ # @private
541
+ class Representation < Google::Apis::Core::JsonRepresentation
542
+ property :last_successful_backup, as: 'lastSuccessfulBackup'
543
+ property :last_successful_backup_time, as: 'lastSuccessfulBackupTime'
544
+ property :next_scheduled_backup_time, as: 'nextScheduledBackupTime'
545
+ property :protected_pod_count, as: 'protectedPodCount'
546
+ property :rpo_risk_level, as: 'rpoRiskLevel'
547
+ property :state, as: 'state'
548
+ end
549
+ end
550
+
455
551
  class Binding
456
552
  # @private
457
553
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -609,6 +705,26 @@ module Google
609
705
  end
610
706
  end
611
707
 
708
+ class ListBackupChannelsResponse
709
+ # @private
710
+ class Representation < Google::Apis::Core::JsonRepresentation
711
+ collection :backup_channels, as: 'backupChannels', class: Google::Apis::GkebackupV1::BackupChannel, decorator: Google::Apis::GkebackupV1::BackupChannel::Representation
712
+
713
+ property :next_page_token, as: 'nextPageToken'
714
+ collection :unreachable, as: 'unreachable'
715
+ end
716
+ end
717
+
718
+ class ListBackupPlanBindingsResponse
719
+ # @private
720
+ class Representation < Google::Apis::Core::JsonRepresentation
721
+ collection :backup_plan_bindings, as: 'backupPlanBindings', class: Google::Apis::GkebackupV1::BackupPlanBinding, decorator: Google::Apis::GkebackupV1::BackupPlanBinding::Representation
722
+
723
+ property :next_page_token, as: 'nextPageToken'
724
+ collection :unreachable, as: 'unreachable'
725
+ end
726
+ end
727
+
612
728
  class ListBackupPlansResponse
613
729
  # @private
614
730
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -638,6 +754,26 @@ module Google
638
754
  end
639
755
  end
640
756
 
757
+ class ListRestoreChannelsResponse
758
+ # @private
759
+ class Representation < Google::Apis::Core::JsonRepresentation
760
+ property :next_page_token, as: 'nextPageToken'
761
+ collection :restore_channels, as: 'restoreChannels', class: Google::Apis::GkebackupV1::RestoreChannel, decorator: Google::Apis::GkebackupV1::RestoreChannel::Representation
762
+
763
+ collection :unreachable, as: 'unreachable'
764
+ end
765
+ end
766
+
767
+ class ListRestorePlanBindingsResponse
768
+ # @private
769
+ class Representation < Google::Apis::Core::JsonRepresentation
770
+ property :next_page_token, as: 'nextPageToken'
771
+ collection :restore_plan_bindings, as: 'restorePlanBindings', class: Google::Apis::GkebackupV1::RestorePlanBinding, decorator: Google::Apis::GkebackupV1::RestorePlanBinding::Representation
772
+
773
+ collection :unreachable, as: 'unreachable'
774
+ end
775
+ end
776
+
641
777
  class ListRestorePlansResponse
642
778
  # @private
643
779
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -784,6 +920,21 @@ module Google
784
920
  end
785
921
  end
786
922
 
923
+ class RestoreChannel
924
+ # @private
925
+ class Representation < Google::Apis::Core::JsonRepresentation
926
+ property :create_time, as: 'createTime'
927
+ property :description, as: 'description'
928
+ property :destination_project, as: 'destinationProject'
929
+ property :destination_project_id, as: 'destinationProjectId'
930
+ property :etag, as: 'etag'
931
+ hash :labels, as: 'labels'
932
+ property :name, as: 'name'
933
+ property :uid, as: 'uid'
934
+ property :update_time, as: 'updateTime'
935
+ end
936
+ end
937
+
787
938
  class RestoreConfig
788
939
  # @private
789
940
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -838,6 +989,19 @@ module Google
838
989
  end
839
990
  end
840
991
 
992
+ class RestorePlanBinding
993
+ # @private
994
+ class Representation < Google::Apis::Core::JsonRepresentation
995
+ property :backup_plan, as: 'backupPlan'
996
+ property :create_time, as: 'createTime'
997
+ property :etag, as: 'etag'
998
+ property :name, as: 'name'
999
+ property :restore_plan, as: 'restorePlan'
1000
+ property :uid, as: 'uid'
1001
+ property :update_time, as: 'updateTime'
1002
+ end
1003
+ end
1004
+
841
1005
  class RetentionPolicy
842
1006
  # @private
843
1007
  class Representation < Google::Apis::Core::JsonRepresentation