google-apis-redis_v1beta1 0.54.0 → 0.55.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.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1beta1
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241114"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
|
@@ -316,6 +424,12 @@ module Google
|
|
316
424
|
include Google::Apis::Core::JsonObjectSupport
|
317
425
|
end
|
318
426
|
|
427
|
+
class PscServiceAttachment
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
319
433
|
class RdbConfig
|
320
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
435
|
|
@@ -328,6 +442,18 @@ module Google
|
|
328
442
|
include Google::Apis::Core::JsonObjectSupport
|
329
443
|
end
|
330
444
|
|
445
|
+
class RemoteCluster
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class RescheduleClusterMaintenanceRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
331
457
|
class RescheduleMaintenanceRequest
|
332
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
459
|
|
@@ -352,6 +478,12 @@ module Google
|
|
352
478
|
include Google::Apis::Core::JsonObjectSupport
|
353
479
|
end
|
354
480
|
|
481
|
+
class Tags
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
355
487
|
class TimeOfDay
|
356
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
489
|
|
@@ -407,9 +539,20 @@ module Google
|
|
407
539
|
end
|
408
540
|
end
|
409
541
|
|
542
|
+
class AutomatedBackupConfig
|
543
|
+
# @private
|
544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
545
|
+
property :automated_backup_mode, as: 'automatedBackupMode'
|
546
|
+
property :fixed_frequency_schedule, as: 'fixedFrequencySchedule', class: Google::Apis::RedisV1beta1::FixedFrequencySchedule, decorator: Google::Apis::RedisV1beta1::FixedFrequencySchedule::Representation
|
547
|
+
|
548
|
+
property :retention, as: 'retention'
|
549
|
+
end
|
550
|
+
end
|
551
|
+
|
410
552
|
class AvailabilityConfiguration
|
411
553
|
# @private
|
412
554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
+
property :automatic_failover_routing_configured, as: 'automaticFailoverRoutingConfigured'
|
413
556
|
property :availability_type, as: 'availabilityType'
|
414
557
|
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
415
558
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
@@ -417,6 +560,43 @@ module Google
|
|
417
560
|
end
|
418
561
|
end
|
419
562
|
|
563
|
+
class Backup
|
564
|
+
# @private
|
565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
566
|
+
collection :backup_files, as: 'backupFiles', class: Google::Apis::RedisV1beta1::BackupFile, decorator: Google::Apis::RedisV1beta1::BackupFile::Representation
|
567
|
+
|
568
|
+
property :backup_type, as: 'backupType'
|
569
|
+
property :cluster, as: 'cluster'
|
570
|
+
property :cluster_uid, as: 'clusterUid'
|
571
|
+
property :create_time, as: 'createTime'
|
572
|
+
property :engine_version, as: 'engineVersion'
|
573
|
+
property :expire_time, as: 'expireTime'
|
574
|
+
property :name, as: 'name'
|
575
|
+
property :node_type, as: 'nodeType'
|
576
|
+
property :replica_count, as: 'replicaCount'
|
577
|
+
property :shard_count, as: 'shardCount'
|
578
|
+
property :state, as: 'state'
|
579
|
+
property :total_size_bytes, :numeric_string => true, as: 'totalSizeBytes'
|
580
|
+
end
|
581
|
+
end
|
582
|
+
|
583
|
+
class BackupClusterRequest
|
584
|
+
# @private
|
585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
586
|
+
property :backup_id, as: 'backupId'
|
587
|
+
property :ttl, as: 'ttl'
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class BackupCollection
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
property :cluster, as: 'cluster'
|
595
|
+
property :cluster_uid, as: 'clusterUid'
|
596
|
+
property :name, as: 'name'
|
597
|
+
end
|
598
|
+
end
|
599
|
+
|
420
600
|
class BackupConfiguration
|
421
601
|
# @private
|
422
602
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -427,6 +607,15 @@ module Google
|
|
427
607
|
end
|
428
608
|
end
|
429
609
|
|
610
|
+
class BackupFile
|
611
|
+
# @private
|
612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
613
|
+
property :create_time, as: 'createTime'
|
614
|
+
property :file_name, as: 'fileName'
|
615
|
+
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
616
|
+
end
|
617
|
+
end
|
618
|
+
|
430
619
|
class BackupRun
|
431
620
|
# @private
|
432
621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -458,10 +647,25 @@ module Google
|
|
458
647
|
# @private
|
459
648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
460
649
|
property :authorization_mode, as: 'authorizationMode'
|
650
|
+
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
|
651
|
+
|
652
|
+
property :backup_collection, as: 'backupCollection'
|
653
|
+
collection :cluster_endpoints, as: 'clusterEndpoints', class: Google::Apis::RedisV1beta1::ClusterEndpoint, decorator: Google::Apis::RedisV1beta1::ClusterEndpoint::Representation
|
654
|
+
|
461
655
|
property :create_time, as: 'createTime'
|
656
|
+
property :cross_cluster_replication_config, as: 'crossClusterReplicationConfig', class: Google::Apis::RedisV1beta1::CrossClusterReplicationConfig, decorator: Google::Apis::RedisV1beta1::CrossClusterReplicationConfig::Representation
|
657
|
+
|
462
658
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
463
659
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
|
464
660
|
|
661
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::GcsBackupSource::Representation
|
662
|
+
|
663
|
+
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy::Representation
|
664
|
+
|
665
|
+
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
|
666
|
+
|
667
|
+
property :managed_backup_source, as: 'managedBackupSource', class: Google::Apis::RedisV1beta1::ManagedBackupSource, decorator: Google::Apis::RedisV1beta1::ManagedBackupSource::Representation
|
668
|
+
|
465
669
|
property :name, as: 'name'
|
466
670
|
property :node_type, as: 'nodeType'
|
467
671
|
property :persistence_config, as: 'persistenceConfig', class: Google::Apis::RedisV1beta1::ClusterPersistenceConfig, decorator: Google::Apis::RedisV1beta1::ClusterPersistenceConfig::Representation
|
@@ -471,6 +675,8 @@ module Google
|
|
471
675
|
|
472
676
|
collection :psc_connections, as: 'pscConnections', class: Google::Apis::RedisV1beta1::PscConnection, decorator: Google::Apis::RedisV1beta1::PscConnection::Representation
|
473
677
|
|
678
|
+
collection :psc_service_attachments, as: 'pscServiceAttachments', class: Google::Apis::RedisV1beta1::PscServiceAttachment, decorator: Google::Apis::RedisV1beta1::PscServiceAttachment::Representation
|
679
|
+
|
474
680
|
hash :redis_configs, as: 'redisConfigs'
|
475
681
|
property :replica_count, as: 'replicaCount'
|
476
682
|
property :shard_count, as: 'shardCount'
|
@@ -485,6 +691,32 @@ module Google
|
|
485
691
|
end
|
486
692
|
end
|
487
693
|
|
694
|
+
class ClusterEndpoint
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
collection :connections, as: 'connections', class: Google::Apis::RedisV1beta1::ConnectionDetail, decorator: Google::Apis::RedisV1beta1::ConnectionDetail::Representation
|
698
|
+
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class ClusterMaintenancePolicy
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
property :create_time, as: 'createTime'
|
706
|
+
property :update_time, as: 'updateTime'
|
707
|
+
collection :weekly_maintenance_window, as: 'weeklyMaintenanceWindow', class: Google::Apis::RedisV1beta1::ClusterWeeklyMaintenanceWindow, decorator: Google::Apis::RedisV1beta1::ClusterWeeklyMaintenanceWindow::Representation
|
708
|
+
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
712
|
+
class ClusterMaintenanceSchedule
|
713
|
+
# @private
|
714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
+
property :end_time, as: 'endTime'
|
716
|
+
property :start_time, as: 'startTime'
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
488
720
|
class ClusterPersistenceConfig
|
489
721
|
# @private
|
490
722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -496,6 +728,15 @@ module Google
|
|
496
728
|
end
|
497
729
|
end
|
498
730
|
|
731
|
+
class ClusterWeeklyMaintenanceWindow
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
property :day, as: 'day'
|
735
|
+
property :start_time, as: 'startTime', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
|
736
|
+
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
499
740
|
class Compliance
|
500
741
|
# @private
|
501
742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -504,26 +745,33 @@ module Google
|
|
504
745
|
end
|
505
746
|
end
|
506
747
|
|
507
|
-
class
|
748
|
+
class ConnectionDetail
|
508
749
|
# @private
|
509
750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
510
|
-
|
751
|
+
property :psc_connection, as: 'pscConnection', class: Google::Apis::RedisV1beta1::PscConnection, decorator: Google::Apis::RedisV1beta1::PscConnection::Representation
|
511
752
|
|
512
753
|
end
|
513
754
|
end
|
514
755
|
|
515
|
-
class
|
756
|
+
class CrossClusterReplicationConfig
|
516
757
|
# @private
|
517
758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
518
|
-
property :
|
759
|
+
property :cluster_role, as: 'clusterRole'
|
760
|
+
property :membership, as: 'membership', class: Google::Apis::RedisV1beta1::Membership, decorator: Google::Apis::RedisV1beta1::Membership::Representation
|
519
761
|
|
520
|
-
property :
|
762
|
+
property :primary_cluster, as: 'primaryCluster', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
521
763
|
|
522
|
-
|
764
|
+
collection :secondary_clusters, as: 'secondaryClusters', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
523
765
|
|
524
|
-
property :
|
766
|
+
property :update_time, as: 'updateTime'
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class CustomMetadataData
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
collection :internal_resource_metadata, as: 'internalResourceMetadata', class: Google::Apis::RedisV1beta1::InternalResourceMetadata, decorator: Google::Apis::RedisV1beta1::InternalResourceMetadata::Representation
|
525
774
|
|
526
|
-
property :resource_name, as: 'resourceName'
|
527
775
|
end
|
528
776
|
end
|
529
777
|
|
@@ -560,6 +808,7 @@ module Google
|
|
560
808
|
property :resource_name, as: 'resourceName'
|
561
809
|
property :signal_class, as: 'signalClass'
|
562
810
|
property :signal_id, as: 'signalId'
|
811
|
+
property :signal_severity, as: 'signalSeverity'
|
563
812
|
property :signal_type, as: 'signalType'
|
564
813
|
property :state, as: 'state'
|
565
814
|
end
|
@@ -588,6 +837,7 @@ module Google
|
|
588
837
|
property :current_state, as: 'currentState'
|
589
838
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::RedisV1beta1::CustomMetadataData, decorator: Google::Apis::RedisV1beta1::CustomMetadataData::Representation
|
590
839
|
|
840
|
+
property :edition, as: 'edition'
|
591
841
|
collection :entitlements, as: 'entitlements', class: Google::Apis::RedisV1beta1::Entitlement, decorator: Google::Apis::RedisV1beta1::Entitlement::Representation
|
592
842
|
|
593
843
|
property :expected_state, as: 'expectedState'
|
@@ -599,10 +849,13 @@ module Google
|
|
599
849
|
|
600
850
|
property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
601
851
|
|
852
|
+
property :primary_resource_location, as: 'primaryResourceLocation'
|
602
853
|
property :product, as: 'product', class: Google::Apis::RedisV1beta1::Product, decorator: Google::Apis::RedisV1beta1::Product::Representation
|
603
854
|
|
604
855
|
property :resource_container, as: 'resourceContainer'
|
605
856
|
property :resource_name, as: 'resourceName'
|
857
|
+
property :tags_set, as: 'tagsSet', class: Google::Apis::RedisV1beta1::Tags, decorator: Google::Apis::RedisV1beta1::Tags::Representation
|
858
|
+
|
606
859
|
property :updation_time, as: 'updationTime'
|
607
860
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1beta1::UserLabels, decorator: Google::Apis::RedisV1beta1::UserLabels::Representation
|
608
861
|
|
@@ -647,6 +900,13 @@ module Google
|
|
647
900
|
end
|
648
901
|
end
|
649
902
|
|
903
|
+
class ExportBackupRequest
|
904
|
+
# @private
|
905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
+
property :gcs_bucket, as: 'gcsBucket'
|
907
|
+
end
|
908
|
+
end
|
909
|
+
|
650
910
|
class ExportInstanceRequest
|
651
911
|
# @private
|
652
912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -662,6 +922,21 @@ module Google
|
|
662
922
|
end
|
663
923
|
end
|
664
924
|
|
925
|
+
class FixedFrequencySchedule
|
926
|
+
# @private
|
927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
928
|
+
property :start_time, as: 'startTime', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
|
929
|
+
|
930
|
+
end
|
931
|
+
end
|
932
|
+
|
933
|
+
class GcsBackupSource
|
934
|
+
# @private
|
935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
936
|
+
collection :uris, as: 'uris'
|
937
|
+
end
|
938
|
+
end
|
939
|
+
|
665
940
|
class GcsDestination
|
666
941
|
# @private
|
667
942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -774,6 +1049,41 @@ module Google
|
|
774
1049
|
end
|
775
1050
|
end
|
776
1051
|
|
1052
|
+
class InternalResourceMetadata
|
1053
|
+
# @private
|
1054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1055
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::RedisV1beta1::BackupConfiguration, decorator: Google::Apis::RedisV1beta1::BackupConfiguration::Representation
|
1056
|
+
|
1057
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::RedisV1beta1::BackupRun, decorator: Google::Apis::RedisV1beta1::BackupRun::Representation
|
1058
|
+
|
1059
|
+
property :product, as: 'product', class: Google::Apis::RedisV1beta1::Product, decorator: Google::Apis::RedisV1beta1::Product::Representation
|
1060
|
+
|
1061
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
1062
|
+
|
1063
|
+
property :resource_name, as: 'resourceName'
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
class ListBackupCollectionsResponse
|
1068
|
+
# @private
|
1069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1070
|
+
collection :backup_collections, as: 'backupCollections', class: Google::Apis::RedisV1beta1::BackupCollection, decorator: Google::Apis::RedisV1beta1::BackupCollection::Representation
|
1071
|
+
|
1072
|
+
property :next_page_token, as: 'nextPageToken'
|
1073
|
+
collection :unreachable, as: 'unreachable'
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class ListBackupsResponse
|
1078
|
+
# @private
|
1079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
collection :backups, as: 'backups', class: Google::Apis::RedisV1beta1::Backup, decorator: Google::Apis::RedisV1beta1::Backup::Representation
|
1081
|
+
|
1082
|
+
property :next_page_token, as: 'nextPageToken'
|
1083
|
+
collection :unreachable, as: 'unreachable'
|
1084
|
+
end
|
1085
|
+
end
|
1086
|
+
|
777
1087
|
class ListClustersResponse
|
778
1088
|
# @private
|
779
1089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -828,6 +1138,8 @@ module Google
|
|
828
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
829
1139
|
property :cpu_count, as: 'cpuCount'
|
830
1140
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
1141
|
+
property :shard_count, as: 'shardCount'
|
1142
|
+
property :vcpu_count, as: 'vcpuCount'
|
831
1143
|
end
|
832
1144
|
end
|
833
1145
|
|
@@ -852,6 +1164,13 @@ module Google
|
|
852
1164
|
end
|
853
1165
|
end
|
854
1166
|
|
1167
|
+
class ManagedBackupSource
|
1168
|
+
# @private
|
1169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :backup, as: 'backup'
|
1171
|
+
end
|
1172
|
+
end
|
1173
|
+
|
855
1174
|
class ManagedCertificateAuthority
|
856
1175
|
# @private
|
857
1176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -860,6 +1179,16 @@ module Google
|
|
860
1179
|
end
|
861
1180
|
end
|
862
1181
|
|
1182
|
+
class Membership
|
1183
|
+
# @private
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1185
|
+
property :primary_cluster, as: 'primaryCluster', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
1186
|
+
|
1187
|
+
collection :secondary_clusters, as: 'secondaryClusters', class: Google::Apis::RedisV1beta1::RemoteCluster, decorator: Google::Apis::RedisV1beta1::RemoteCluster::Representation
|
1188
|
+
|
1189
|
+
end
|
1190
|
+
end
|
1191
|
+
|
863
1192
|
class NodeInfo
|
864
1193
|
# @private
|
865
1194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -952,10 +1281,21 @@ module Google
|
|
952
1281
|
# @private
|
953
1282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
954
1283
|
property :address, as: 'address'
|
1284
|
+
property :connection_type, as: 'connectionType'
|
955
1285
|
property :forwarding_rule, as: 'forwardingRule'
|
956
1286
|
property :network, as: 'network'
|
957
1287
|
property :project_id, as: 'projectId'
|
958
1288
|
property :psc_connection_id, as: 'pscConnectionId'
|
1289
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
1290
|
+
property :service_attachment, as: 'serviceAttachment'
|
1291
|
+
end
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
class PscServiceAttachment
|
1295
|
+
# @private
|
1296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1297
|
+
property :connection_type, as: 'connectionType'
|
1298
|
+
property :service_attachment, as: 'serviceAttachment'
|
959
1299
|
end
|
960
1300
|
end
|
961
1301
|
|
@@ -975,6 +1315,22 @@ module Google
|
|
975
1315
|
end
|
976
1316
|
end
|
977
1317
|
|
1318
|
+
class RemoteCluster
|
1319
|
+
# @private
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
+
property :cluster, as: 'cluster'
|
1322
|
+
property :uid, as: 'uid'
|
1323
|
+
end
|
1324
|
+
end
|
1325
|
+
|
1326
|
+
class RescheduleClusterMaintenanceRequest
|
1327
|
+
# @private
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1329
|
+
property :reschedule_type, as: 'rescheduleType'
|
1330
|
+
property :schedule_time, as: 'scheduleTime'
|
1331
|
+
end
|
1332
|
+
end
|
1333
|
+
|
978
1334
|
class RescheduleMaintenanceRequest
|
979
1335
|
# @private
|
980
1336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -986,9 +1342,11 @@ module Google
|
|
986
1342
|
class RetentionSettings
|
987
1343
|
# @private
|
988
1344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1345
|
+
property :duration_based_retention, as: 'durationBasedRetention'
|
989
1346
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
990
1347
|
property :retention_unit, as: 'retentionUnit'
|
991
1348
|
property :time_based_retention, as: 'timeBasedRetention'
|
1349
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
992
1350
|
end
|
993
1351
|
end
|
994
1352
|
|
@@ -1009,6 +1367,13 @@ module Google
|
|
1009
1367
|
end
|
1010
1368
|
end
|
1011
1369
|
|
1370
|
+
class Tags
|
1371
|
+
# @private
|
1372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
|
+
hash :tags, as: 'tags'
|
1374
|
+
end
|
1375
|
+
end
|
1376
|
+
|
1012
1377
|
class TimeOfDay
|
1013
1378
|
# @private
|
1014
1379
|
class Representation < Google::Apis::Core::JsonRepresentation
|