google-apis-redis_v1beta1 0.54.0 → 0.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/redis_v1beta1/classes.rb +1042 -122
- data/lib/google/apis/redis_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/redis_v1beta1/representations.rb +399 -10
- data/lib/google/apis/redis_v1beta1/service.rb +304 -2
- metadata +4 -4
@@ -28,18 +28,48 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AutomatedBackupConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class AvailabilityConfiguration
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
34
40
|
include Google::Apis::Core::JsonObjectSupport
|
35
41
|
end
|
36
42
|
|
43
|
+
class Backup
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BackupClusterRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class BackupCollection
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
37
61
|
class BackupConfiguration
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
63
|
|
40
64
|
include Google::Apis::Core::JsonObjectSupport
|
41
65
|
end
|
42
66
|
|
67
|
+
class BackupFile
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
43
73
|
class BackupRun
|
44
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
75
|
|
@@ -64,25 +94,55 @@ module Google
|
|
64
94
|
include Google::Apis::Core::JsonObjectSupport
|
65
95
|
end
|
66
96
|
|
97
|
+
class ClusterEndpoint
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ClusterMaintenancePolicy
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ClusterMaintenanceSchedule
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
67
115
|
class ClusterPersistenceConfig
|
68
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
117
|
|
70
118
|
include Google::Apis::Core::JsonObjectSupport
|
71
119
|
end
|
72
120
|
|
121
|
+
class ClusterWeeklyMaintenanceWindow
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
73
127
|
class Compliance
|
74
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
129
|
|
76
130
|
include Google::Apis::Core::JsonObjectSupport
|
77
131
|
end
|
78
132
|
|
79
|
-
class
|
133
|
+
class ConnectionDetail
|
80
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
135
|
|
82
136
|
include Google::Apis::Core::JsonObjectSupport
|
83
137
|
end
|
84
138
|
|
85
|
-
class
|
139
|
+
class CrossClusterReplicationConfig
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class CustomMetadataData
|
86
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
147
|
|
88
148
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -136,6 +196,12 @@ module Google
|
|
136
196
|
include Google::Apis::Core::JsonObjectSupport
|
137
197
|
end
|
138
198
|
|
199
|
+
class ExportBackupRequest
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
139
205
|
class ExportInstanceRequest
|
140
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
207
|
|
@@ -148,6 +214,18 @@ module Google
|
|
148
214
|
include Google::Apis::Core::JsonObjectSupport
|
149
215
|
end
|
150
216
|
|
217
|
+
class FixedFrequencySchedule
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GcsBackupSource
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
151
229
|
class GcsDestination
|
152
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
231
|
|
@@ -202,6 +280,24 @@ module Google
|
|
202
280
|
include Google::Apis::Core::JsonObjectSupport
|
203
281
|
end
|
204
282
|
|
283
|
+
class InternalResourceMetadata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ListBackupCollectionsResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ListBackupsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
205
301
|
class ListClustersResponse
|
206
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
303
|
|
@@ -250,12 +346,24 @@ module Google
|
|
250
346
|
include Google::Apis::Core::JsonObjectSupport
|
251
347
|
end
|
252
348
|
|
349
|
+
class ManagedBackupSource
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
253
355
|
class ManagedCertificateAuthority
|
254
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
357
|
|
256
358
|
include Google::Apis::Core::JsonObjectSupport
|
257
359
|
end
|
258
360
|
|
361
|
+
class Membership
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
259
367
|
class NodeInfo
|
260
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
369
|
|
@@ -304,6 +412,12 @@ module Google
|
|
304
412
|
include Google::Apis::Core::JsonObjectSupport
|
305
413
|
end
|
306
414
|
|
415
|
+
class PscAutoConnection
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
307
421
|
class PscConfig
|
308
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
423
|
|
@@ -316,6 +430,12 @@ module Google
|
|
316
430
|
include Google::Apis::Core::JsonObjectSupport
|
317
431
|
end
|
318
432
|
|
433
|
+
class PscServiceAttachment
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
319
439
|
class RdbConfig
|
320
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
441
|
|
@@ -328,6 +448,18 @@ module Google
|
|
328
448
|
include Google::Apis::Core::JsonObjectSupport
|
329
449
|
end
|
330
450
|
|
451
|
+
class RemoteCluster
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class RescheduleClusterMaintenanceRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
331
463
|
class RescheduleMaintenanceRequest
|
332
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
465
|
|
@@ -352,6 +484,12 @@ module Google
|
|
352
484
|
include Google::Apis::Core::JsonObjectSupport
|
353
485
|
end
|
354
486
|
|
487
|
+
class Tags
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
355
493
|
class TimeOfDay
|
356
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
495
|
|
@@ -407,9 +545,20 @@ module Google
|
|
407
545
|
end
|
408
546
|
end
|
409
547
|
|
548
|
+
class AutomatedBackupConfig
|
549
|
+
# @private
|
550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
551
|
+
property :automated_backup_mode, as: 'automatedBackupMode'
|
552
|
+
property :fixed_frequency_schedule, as: 'fixedFrequencySchedule', class: Google::Apis::RedisV1beta1::FixedFrequencySchedule, decorator: Google::Apis::RedisV1beta1::FixedFrequencySchedule::Representation
|
553
|
+
|
554
|
+
property :retention, as: 'retention'
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
410
558
|
class AvailabilityConfiguration
|
411
559
|
# @private
|
412
560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
+
property :automatic_failover_routing_configured, as: 'automaticFailoverRoutingConfigured'
|
413
562
|
property :availability_type, as: 'availabilityType'
|
414
563
|
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
415
564
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
@@ -417,6 +566,45 @@ module Google
|
|
417
566
|
end
|
418
567
|
end
|
419
568
|
|
569
|
+
class Backup
|
570
|
+
# @private
|
571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
572
|
+
collection :backup_files, as: 'backupFiles', class: Google::Apis::RedisV1beta1::BackupFile, decorator: Google::Apis::RedisV1beta1::BackupFile::Representation
|
573
|
+
|
574
|
+
property :backup_type, as: 'backupType'
|
575
|
+
property :cluster, as: 'cluster'
|
576
|
+
property :cluster_uid, as: 'clusterUid'
|
577
|
+
property :create_time, as: 'createTime'
|
578
|
+
property :engine_version, as: 'engineVersion'
|
579
|
+
property :expire_time, as: 'expireTime'
|
580
|
+
property :name, as: 'name'
|
581
|
+
property :node_type, as: 'nodeType'
|
582
|
+
property :replica_count, as: 'replicaCount'
|
583
|
+
property :shard_count, as: 'shardCount'
|
584
|
+
property :state, as: 'state'
|
585
|
+
property :total_size_bytes, :numeric_string => true, as: 'totalSizeBytes'
|
586
|
+
property :uid, as: 'uid'
|
587
|
+
end
|
588
|
+
end
|
589
|
+
|
590
|
+
class BackupClusterRequest
|
591
|
+
# @private
|
592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
593
|
+
property :backup_id, as: 'backupId'
|
594
|
+
property :ttl, as: 'ttl'
|
595
|
+
end
|
596
|
+
end
|
597
|
+
|
598
|
+
class BackupCollection
|
599
|
+
# @private
|
600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
601
|
+
property :cluster, as: 'cluster'
|
602
|
+
property :cluster_uid, as: 'clusterUid'
|
603
|
+
property :name, as: 'name'
|
604
|
+
property :uid, as: 'uid'
|
605
|
+
end
|
606
|
+
end
|
607
|
+
|
420
608
|
class BackupConfiguration
|
421
609
|
# @private
|
422
610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -427,6 +615,15 @@ module Google
|
|
427
615
|
end
|
428
616
|
end
|
429
617
|
|
618
|
+
class BackupFile
|
619
|
+
# @private
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
+
property :create_time, as: 'createTime'
|
622
|
+
property :file_name, as: 'fileName'
|
623
|
+
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
624
|
+
end
|
625
|
+
end
|
626
|
+
|
430
627
|
class BackupRun
|
431
628
|
# @private
|
432
629
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -458,10 +655,25 @@ module Google
|
|
458
655
|
# @private
|
459
656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
460
657
|
property :authorization_mode, as: 'authorizationMode'
|
658
|
+
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
|
659
|
+
|
660
|
+
property :backup_collection, as: 'backupCollection'
|
661
|
+
collection :cluster_endpoints, as: 'clusterEndpoints', class: Google::Apis::RedisV1beta1::ClusterEndpoint, decorator: Google::Apis::RedisV1beta1::ClusterEndpoint::Representation
|
662
|
+
|
461
663
|
property :create_time, as: 'createTime'
|
664
|
+
property :cross_cluster_replication_config, as: 'crossClusterReplicationConfig', class: Google::Apis::RedisV1beta1::CrossClusterReplicationConfig, decorator: Google::Apis::RedisV1beta1::CrossClusterReplicationConfig::Representation
|
665
|
+
|
462
666
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
463
667
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
|
464
668
|
|
669
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::GcsBackupSource::Representation
|
670
|
+
|
671
|
+
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy::Representation
|
672
|
+
|
673
|
+
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
|
674
|
+
|
675
|
+
property :managed_backup_source, as: 'managedBackupSource', class: Google::Apis::RedisV1beta1::ManagedBackupSource, decorator: Google::Apis::RedisV1beta1::ManagedBackupSource::Representation
|
676
|
+
|
465
677
|
property :name, as: 'name'
|
466
678
|
property :node_type, as: 'nodeType'
|
467
679
|
property :persistence_config, as: 'persistenceConfig', class: Google::Apis::RedisV1beta1::ClusterPersistenceConfig, decorator: Google::Apis::RedisV1beta1::ClusterPersistenceConfig::Representation
|
@@ -471,6 +683,8 @@ module Google
|
|
471
683
|
|
472
684
|
collection :psc_connections, as: 'pscConnections', class: Google::Apis::RedisV1beta1::PscConnection, decorator: Google::Apis::RedisV1beta1::PscConnection::Representation
|
473
685
|
|
686
|
+
collection :psc_service_attachments, as: 'pscServiceAttachments', class: Google::Apis::RedisV1beta1::PscServiceAttachment, decorator: Google::Apis::RedisV1beta1::PscServiceAttachment::Representation
|
687
|
+
|
474
688
|
hash :redis_configs, as: 'redisConfigs'
|
475
689
|
property :replica_count, as: 'replicaCount'
|
476
690
|
property :shard_count, as: 'shardCount'
|
@@ -485,6 +699,32 @@ module Google
|
|
485
699
|
end
|
486
700
|
end
|
487
701
|
|
702
|
+
class ClusterEndpoint
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
collection :connections, as: 'connections', class: Google::Apis::RedisV1beta1::ConnectionDetail, decorator: Google::Apis::RedisV1beta1::ConnectionDetail::Representation
|
706
|
+
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
class ClusterMaintenancePolicy
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
property :create_time, as: 'createTime'
|
714
|
+
property :update_time, as: 'updateTime'
|
715
|
+
collection :weekly_maintenance_window, as: 'weeklyMaintenanceWindow', class: Google::Apis::RedisV1beta1::ClusterWeeklyMaintenanceWindow, decorator: Google::Apis::RedisV1beta1::ClusterWeeklyMaintenanceWindow::Representation
|
716
|
+
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
720
|
+
class ClusterMaintenanceSchedule
|
721
|
+
# @private
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
723
|
+
property :end_time, as: 'endTime'
|
724
|
+
property :start_time, as: 'startTime'
|
725
|
+
end
|
726
|
+
end
|
727
|
+
|
488
728
|
class ClusterPersistenceConfig
|
489
729
|
# @private
|
490
730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -496,6 +736,15 @@ module Google
|
|
496
736
|
end
|
497
737
|
end
|
498
738
|
|
739
|
+
class ClusterWeeklyMaintenanceWindow
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
property :day, as: 'day'
|
743
|
+
property :start_time, as: 'startTime', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
|
744
|
+
|
745
|
+
end
|
746
|
+
end
|
747
|
+
|
499
748
|
class Compliance
|
500
749
|
# @private
|
501
750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -504,26 +753,35 @@ module Google
|
|
504
753
|
end
|
505
754
|
end
|
506
755
|
|
507
|
-
class
|
756
|
+
class ConnectionDetail
|
508
757
|
# @private
|
509
758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
510
|
-
|
759
|
+
property :psc_auto_connection, as: 'pscAutoConnection', class: Google::Apis::RedisV1beta1::PscAutoConnection, decorator: Google::Apis::RedisV1beta1::PscAutoConnection::Representation
|
760
|
+
|
761
|
+
property :psc_connection, as: 'pscConnection', class: Google::Apis::RedisV1beta1::PscConnection, decorator: Google::Apis::RedisV1beta1::PscConnection::Representation
|
511
762
|
|
512
763
|
end
|
513
764
|
end
|
514
765
|
|
515
|
-
class
|
766
|
+
class CrossClusterReplicationConfig
|
516
767
|
# @private
|
517
768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
518
|
-
property :
|
769
|
+
property :cluster_role, as: 'clusterRole'
|
770
|
+
property :membership, as: 'membership', class: Google::Apis::RedisV1beta1::Membership, decorator: Google::Apis::RedisV1beta1::Membership::Representation
|
519
771
|
|
520
|
-
property :
|
772
|
+
property :primary_cluster, as: 'primaryCluster', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
521
773
|
|
522
|
-
|
774
|
+
collection :secondary_clusters, as: 'secondaryClusters', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
523
775
|
|
524
|
-
property :
|
776
|
+
property :update_time, as: 'updateTime'
|
777
|
+
end
|
778
|
+
end
|
779
|
+
|
780
|
+
class CustomMetadataData
|
781
|
+
# @private
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
783
|
+
collection :internal_resource_metadata, as: 'internalResourceMetadata', class: Google::Apis::RedisV1beta1::InternalResourceMetadata, decorator: Google::Apis::RedisV1beta1::InternalResourceMetadata::Representation
|
525
784
|
|
526
|
-
property :resource_name, as: 'resourceName'
|
527
785
|
end
|
528
786
|
end
|
529
787
|
|
@@ -560,6 +818,7 @@ module Google
|
|
560
818
|
property :resource_name, as: 'resourceName'
|
561
819
|
property :signal_class, as: 'signalClass'
|
562
820
|
property :signal_id, as: 'signalId'
|
821
|
+
property :signal_severity, as: 'signalSeverity'
|
563
822
|
property :signal_type, as: 'signalType'
|
564
823
|
property :state, as: 'state'
|
565
824
|
end
|
@@ -588,6 +847,7 @@ module Google
|
|
588
847
|
property :current_state, as: 'currentState'
|
589
848
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::RedisV1beta1::CustomMetadataData, decorator: Google::Apis::RedisV1beta1::CustomMetadataData::Representation
|
590
849
|
|
850
|
+
property :edition, as: 'edition'
|
591
851
|
collection :entitlements, as: 'entitlements', class: Google::Apis::RedisV1beta1::Entitlement, decorator: Google::Apis::RedisV1beta1::Entitlement::Representation
|
592
852
|
|
593
853
|
property :expected_state, as: 'expectedState'
|
@@ -599,10 +859,13 @@ module Google
|
|
599
859
|
|
600
860
|
property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
601
861
|
|
862
|
+
property :primary_resource_location, as: 'primaryResourceLocation'
|
602
863
|
property :product, as: 'product', class: Google::Apis::RedisV1beta1::Product, decorator: Google::Apis::RedisV1beta1::Product::Representation
|
603
864
|
|
604
865
|
property :resource_container, as: 'resourceContainer'
|
605
866
|
property :resource_name, as: 'resourceName'
|
867
|
+
property :tags_set, as: 'tagsSet', class: Google::Apis::RedisV1beta1::Tags, decorator: Google::Apis::RedisV1beta1::Tags::Representation
|
868
|
+
|
606
869
|
property :updation_time, as: 'updationTime'
|
607
870
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1beta1::UserLabels, decorator: Google::Apis::RedisV1beta1::UserLabels::Representation
|
608
871
|
|
@@ -647,6 +910,13 @@ module Google
|
|
647
910
|
end
|
648
911
|
end
|
649
912
|
|
913
|
+
class ExportBackupRequest
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
property :gcs_bucket, as: 'gcsBucket'
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
650
920
|
class ExportInstanceRequest
|
651
921
|
# @private
|
652
922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -662,6 +932,21 @@ module Google
|
|
662
932
|
end
|
663
933
|
end
|
664
934
|
|
935
|
+
class FixedFrequencySchedule
|
936
|
+
# @private
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
938
|
+
property :start_time, as: 'startTime', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
|
939
|
+
|
940
|
+
end
|
941
|
+
end
|
942
|
+
|
943
|
+
class GcsBackupSource
|
944
|
+
# @private
|
945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
946
|
+
collection :uris, as: 'uris'
|
947
|
+
end
|
948
|
+
end
|
949
|
+
|
665
950
|
class GcsDestination
|
666
951
|
# @private
|
667
952
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -774,6 +1059,41 @@ module Google
|
|
774
1059
|
end
|
775
1060
|
end
|
776
1061
|
|
1062
|
+
class InternalResourceMetadata
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::RedisV1beta1::BackupConfiguration, decorator: Google::Apis::RedisV1beta1::BackupConfiguration::Representation
|
1066
|
+
|
1067
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::RedisV1beta1::BackupRun, decorator: Google::Apis::RedisV1beta1::BackupRun::Representation
|
1068
|
+
|
1069
|
+
property :product, as: 'product', class: Google::Apis::RedisV1beta1::Product, decorator: Google::Apis::RedisV1beta1::Product::Representation
|
1070
|
+
|
1071
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
1072
|
+
|
1073
|
+
property :resource_name, as: 'resourceName'
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class ListBackupCollectionsResponse
|
1078
|
+
# @private
|
1079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
collection :backup_collections, as: 'backupCollections', class: Google::Apis::RedisV1beta1::BackupCollection, decorator: Google::Apis::RedisV1beta1::BackupCollection::Representation
|
1081
|
+
|
1082
|
+
property :next_page_token, as: 'nextPageToken'
|
1083
|
+
collection :unreachable, as: 'unreachable'
|
1084
|
+
end
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class ListBackupsResponse
|
1088
|
+
# @private
|
1089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1090
|
+
collection :backups, as: 'backups', class: Google::Apis::RedisV1beta1::Backup, decorator: Google::Apis::RedisV1beta1::Backup::Representation
|
1091
|
+
|
1092
|
+
property :next_page_token, as: 'nextPageToken'
|
1093
|
+
collection :unreachable, as: 'unreachable'
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
777
1097
|
class ListClustersResponse
|
778
1098
|
# @private
|
779
1099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -828,6 +1148,8 @@ module Google
|
|
828
1148
|
class Representation < Google::Apis::Core::JsonRepresentation
|
829
1149
|
property :cpu_count, as: 'cpuCount'
|
830
1150
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
1151
|
+
property :shard_count, as: 'shardCount'
|
1152
|
+
property :vcpu_count, as: 'vcpuCount'
|
831
1153
|
end
|
832
1154
|
end
|
833
1155
|
|
@@ -852,6 +1174,13 @@ module Google
|
|
852
1174
|
end
|
853
1175
|
end
|
854
1176
|
|
1177
|
+
class ManagedBackupSource
|
1178
|
+
# @private
|
1179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1180
|
+
property :backup, as: 'backup'
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
855
1184
|
class ManagedCertificateAuthority
|
856
1185
|
# @private
|
857
1186
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -860,6 +1189,16 @@ module Google
|
|
860
1189
|
end
|
861
1190
|
end
|
862
1191
|
|
1192
|
+
class Membership
|
1193
|
+
# @private
|
1194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1195
|
+
property :primary_cluster, as: 'primaryCluster', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
1196
|
+
|
1197
|
+
collection :secondary_clusters, as: 'secondaryClusters', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
1198
|
+
|
1199
|
+
end
|
1200
|
+
end
|
1201
|
+
|
863
1202
|
class NodeInfo
|
864
1203
|
# @private
|
865
1204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -941,6 +1280,20 @@ module Google
|
|
941
1280
|
end
|
942
1281
|
end
|
943
1282
|
|
1283
|
+
class PscAutoConnection
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
property :address, as: 'address'
|
1287
|
+
property :connection_type, as: 'connectionType'
|
1288
|
+
property :forwarding_rule, as: 'forwardingRule'
|
1289
|
+
property :network, as: 'network'
|
1290
|
+
property :project_id, as: 'projectId'
|
1291
|
+
property :psc_connection_id, as: 'pscConnectionId'
|
1292
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
1293
|
+
property :service_attachment, as: 'serviceAttachment'
|
1294
|
+
end
|
1295
|
+
end
|
1296
|
+
|
944
1297
|
class PscConfig
|
945
1298
|
# @private
|
946
1299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -952,10 +1305,21 @@ module Google
|
|
952
1305
|
# @private
|
953
1306
|
class Representation < Google::Apis::Core::JsonRepresentation
|
954
1307
|
property :address, as: 'address'
|
1308
|
+
property :connection_type, as: 'connectionType'
|
955
1309
|
property :forwarding_rule, as: 'forwardingRule'
|
956
1310
|
property :network, as: 'network'
|
957
1311
|
property :project_id, as: 'projectId'
|
958
1312
|
property :psc_connection_id, as: 'pscConnectionId'
|
1313
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
1314
|
+
property :service_attachment, as: 'serviceAttachment'
|
1315
|
+
end
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class PscServiceAttachment
|
1319
|
+
# @private
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
+
property :connection_type, as: 'connectionType'
|
1322
|
+
property :service_attachment, as: 'serviceAttachment'
|
959
1323
|
end
|
960
1324
|
end
|
961
1325
|
|
@@ -975,6 +1339,22 @@ module Google
|
|
975
1339
|
end
|
976
1340
|
end
|
977
1341
|
|
1342
|
+
class RemoteCluster
|
1343
|
+
# @private
|
1344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1345
|
+
property :cluster, as: 'cluster'
|
1346
|
+
property :uid, as: 'uid'
|
1347
|
+
end
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class RescheduleClusterMaintenanceRequest
|
1351
|
+
# @private
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1353
|
+
property :reschedule_type, as: 'rescheduleType'
|
1354
|
+
property :schedule_time, as: 'scheduleTime'
|
1355
|
+
end
|
1356
|
+
end
|
1357
|
+
|
978
1358
|
class RescheduleMaintenanceRequest
|
979
1359
|
# @private
|
980
1360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -986,9 +1366,11 @@ module Google
|
|
986
1366
|
class RetentionSettings
|
987
1367
|
# @private
|
988
1368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
property :duration_based_retention, as: 'durationBasedRetention'
|
989
1370
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
990
1371
|
property :retention_unit, as: 'retentionUnit'
|
991
1372
|
property :time_based_retention, as: 'timeBasedRetention'
|
1373
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
992
1374
|
end
|
993
1375
|
end
|
994
1376
|
|
@@ -1009,6 +1391,13 @@ module Google
|
|
1009
1391
|
end
|
1010
1392
|
end
|
1011
1393
|
|
1394
|
+
class Tags
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
hash :tags, as: 'tags'
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1012
1401
|
class TimeOfDay
|
1013
1402
|
# @private
|
1014
1403
|
class Representation < Google::Apis::Core::JsonRepresentation
|