google-apis-redis_v1 0.62.0 → 0.64.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/redis_v1/classes.rb +468 -387
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- data/lib/google/apis/redis_v1/representations.rb +178 -181
- data/lib/google/apis/redis_v1/service.rb +264 -2
- metadata +4 -4
@@ -28,7 +28,7 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class AutomatedBackupConfig
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -40,43 +40,49 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class Backup
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class BackupClusterRequest
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class BackupCollection
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class BackupConfiguration
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class BackupFile
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class BackupRun
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class CertChain
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CertificateAuthority
|
80
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
87
|
|
82
88
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -88,6 +94,12 @@ module Google
|
|
88
94
|
include Google::Apis::Core::JsonObjectSupport
|
89
95
|
end
|
90
96
|
|
97
|
+
class ClusterEndpoint
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
91
103
|
class ClusterMaintenancePolicy
|
92
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
105
|
|
@@ -118,6 +130,12 @@ module Google
|
|
118
130
|
include Google::Apis::Core::JsonObjectSupport
|
119
131
|
end
|
120
132
|
|
133
|
+
class ConnectionDetail
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
121
139
|
class CrossClusterReplicationConfig
|
122
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
141
|
|
@@ -160,25 +178,25 @@ module Google
|
|
160
178
|
include Google::Apis::Core::JsonObjectSupport
|
161
179
|
end
|
162
180
|
|
163
|
-
class
|
181
|
+
class DiscoveryEndpoint
|
164
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
183
|
|
166
184
|
include Google::Apis::Core::JsonObjectSupport
|
167
185
|
end
|
168
186
|
|
169
|
-
class
|
187
|
+
class Empty
|
170
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
189
|
|
172
190
|
include Google::Apis::Core::JsonObjectSupport
|
173
191
|
end
|
174
192
|
|
175
|
-
class
|
193
|
+
class Entitlement
|
176
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
195
|
|
178
196
|
include Google::Apis::Core::JsonObjectSupport
|
179
197
|
end
|
180
198
|
|
181
|
-
class
|
199
|
+
class ExportBackupRequest
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
184
202
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -190,13 +208,19 @@ module Google
|
|
190
208
|
include Google::Apis::Core::JsonObjectSupport
|
191
209
|
end
|
192
210
|
|
193
|
-
class
|
211
|
+
class FailoverInstanceRequest
|
194
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
213
|
|
196
214
|
include Google::Apis::Core::JsonObjectSupport
|
197
215
|
end
|
198
216
|
|
199
|
-
class
|
217
|
+
class FixedFrequencySchedule
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GcsBackupSource
|
200
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
225
|
|
202
226
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -262,67 +286,67 @@ module Google
|
|
262
286
|
include Google::Apis::Core::JsonObjectSupport
|
263
287
|
end
|
264
288
|
|
265
|
-
class
|
289
|
+
class ListBackupCollectionsResponse
|
266
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
291
|
|
268
292
|
include Google::Apis::Core::JsonObjectSupport
|
269
293
|
end
|
270
294
|
|
271
|
-
class
|
295
|
+
class ListBackupsResponse
|
272
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
297
|
|
274
298
|
include Google::Apis::Core::JsonObjectSupport
|
275
299
|
end
|
276
300
|
|
277
|
-
class
|
301
|
+
class ListClustersResponse
|
278
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
303
|
|
280
304
|
include Google::Apis::Core::JsonObjectSupport
|
281
305
|
end
|
282
306
|
|
283
|
-
class
|
307
|
+
class ListInstancesResponse
|
284
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
309
|
|
286
310
|
include Google::Apis::Core::JsonObjectSupport
|
287
311
|
end
|
288
312
|
|
289
|
-
class
|
313
|
+
class ListLocationsResponse
|
290
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
315
|
|
292
316
|
include Google::Apis::Core::JsonObjectSupport
|
293
317
|
end
|
294
318
|
|
295
|
-
class
|
319
|
+
class ListOperationsResponse
|
296
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
321
|
|
298
322
|
include Google::Apis::Core::JsonObjectSupport
|
299
323
|
end
|
300
324
|
|
301
|
-
class
|
325
|
+
class Location
|
302
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
327
|
|
304
328
|
include Google::Apis::Core::JsonObjectSupport
|
305
329
|
end
|
306
330
|
|
307
|
-
class
|
331
|
+
class MachineConfiguration
|
308
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
333
|
|
310
334
|
include Google::Apis::Core::JsonObjectSupport
|
311
335
|
end
|
312
336
|
|
313
|
-
class
|
337
|
+
class MaintenancePolicy
|
314
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
339
|
|
316
340
|
include Google::Apis::Core::JsonObjectSupport
|
317
341
|
end
|
318
342
|
|
319
|
-
class
|
343
|
+
class MaintenanceSchedule
|
320
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
345
|
|
322
346
|
include Google::Apis::Core::JsonObjectSupport
|
323
347
|
end
|
324
348
|
|
325
|
-
class
|
349
|
+
class ManagedBackupSource
|
326
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
351
|
|
328
352
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -382,12 +406,6 @@ module Google
|
|
382
406
|
include Google::Apis::Core::JsonObjectSupport
|
383
407
|
end
|
384
408
|
|
385
|
-
class PlacerLocation
|
386
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
-
|
388
|
-
include Google::Apis::Core::JsonObjectSupport
|
389
|
-
end
|
390
|
-
|
391
409
|
class Product
|
392
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
411
|
|
@@ -406,19 +424,19 @@ module Google
|
|
406
424
|
include Google::Apis::Core::JsonObjectSupport
|
407
425
|
end
|
408
426
|
|
409
|
-
class
|
427
|
+
class PscServiceAttachment
|
410
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
429
|
|
412
430
|
include Google::Apis::Core::JsonObjectSupport
|
413
431
|
end
|
414
432
|
|
415
|
-
class
|
433
|
+
class RdbConfig
|
416
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
435
|
|
418
436
|
include Google::Apis::Core::JsonObjectSupport
|
419
437
|
end
|
420
438
|
|
421
|
-
class
|
439
|
+
class ReconciliationOperationMetadata
|
422
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
441
|
|
424
442
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -430,12 +448,6 @@ module Google
|
|
430
448
|
include Google::Apis::Core::JsonObjectSupport
|
431
449
|
end
|
432
450
|
|
433
|
-
class RequirementOverride
|
434
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
-
|
436
|
-
include Google::Apis::Core::JsonObjectSupport
|
437
|
-
end
|
438
|
-
|
439
451
|
class RescheduleClusterMaintenanceRequest
|
440
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
453
|
|
@@ -454,12 +466,6 @@ module Google
|
|
454
466
|
include Google::Apis::Core::JsonObjectSupport
|
455
467
|
end
|
456
468
|
|
457
|
-
class SpannerLocation
|
458
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
-
|
460
|
-
include Google::Apis::Core::JsonObjectSupport
|
461
|
-
end
|
462
|
-
|
463
469
|
class StateInfo
|
464
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
471
|
|
@@ -478,12 +484,6 @@ module Google
|
|
478
484
|
include Google::Apis::Core::JsonObjectSupport
|
479
485
|
end
|
480
486
|
|
481
|
-
class TenantProjectProxy
|
482
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
-
|
484
|
-
include Google::Apis::Core::JsonObjectSupport
|
485
|
-
end
|
486
|
-
|
487
487
|
class TimeOfDay
|
488
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
489
|
|
@@ -526,12 +526,6 @@ module Google
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
527
527
|
end
|
528
528
|
|
529
|
-
class ZoneConfiguration
|
530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
-
|
532
|
-
include Google::Apis::Core::JsonObjectSupport
|
533
|
-
end
|
534
|
-
|
535
529
|
class ZoneDistributionConfig
|
536
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
531
|
|
@@ -545,18 +539,13 @@ module Google
|
|
545
539
|
end
|
546
540
|
end
|
547
541
|
|
548
|
-
class
|
542
|
+
class AutomatedBackupConfig
|
549
543
|
# @private
|
550
544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
551
|
-
property :
|
552
|
-
property :
|
553
|
-
|
554
|
-
collection :extra_parameters, as: 'extraParameters', class: Google::Apis::RedisV1::ExtraParameter, decorator: Google::Apis::RedisV1::ExtraParameter::Representation
|
555
|
-
|
556
|
-
collection :location_data, as: 'locationData', class: Google::Apis::RedisV1::LocationData, decorator: Google::Apis::RedisV1::LocationData::Representation
|
557
|
-
|
558
|
-
collection :parent_asset, as: 'parentAsset', class: Google::Apis::RedisV1::CloudAsset, decorator: Google::Apis::RedisV1::CloudAsset::Representation
|
545
|
+
property :automated_backup_mode, as: 'automatedBackupMode'
|
546
|
+
property :fixed_frequency_schedule, as: 'fixedFrequencySchedule', class: Google::Apis::RedisV1::FixedFrequencySchedule, decorator: Google::Apis::RedisV1::FixedFrequencySchedule::Representation
|
559
547
|
|
548
|
+
property :retention, as: 'retention'
|
560
549
|
end
|
561
550
|
end
|
562
551
|
|
@@ -571,63 +560,86 @@ module Google
|
|
571
560
|
end
|
572
561
|
end
|
573
562
|
|
574
|
-
class
|
563
|
+
class Backup
|
575
564
|
# @private
|
576
565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
577
|
-
|
578
|
-
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::RedisV1::RetentionSettings, decorator: Google::Apis::RedisV1::RetentionSettings::Representation
|
566
|
+
collection :backup_files, as: 'backupFiles', class: Google::Apis::RedisV1::BackupFile, decorator: Google::Apis::RedisV1::BackupFile::Representation
|
579
567
|
|
580
|
-
property :
|
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'
|
581
580
|
end
|
582
581
|
end
|
583
582
|
|
584
|
-
class
|
583
|
+
class BackupClusterRequest
|
585
584
|
# @private
|
586
585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
587
|
-
property :
|
588
|
-
property :
|
586
|
+
property :backup_id, as: 'backupId'
|
587
|
+
property :ttl, as: 'ttl'
|
588
|
+
end
|
589
|
+
end
|
589
590
|
|
590
|
-
|
591
|
-
|
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'
|
592
597
|
end
|
593
598
|
end
|
594
599
|
|
595
|
-
class
|
600
|
+
class BackupConfiguration
|
596
601
|
# @private
|
597
602
|
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
-
|
603
|
+
property :automated_backup_enabled, as: 'automatedBackupEnabled'
|
604
|
+
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::RedisV1::RetentionSettings, decorator: Google::Apis::RedisV1::RetentionSettings::Representation
|
605
|
+
|
606
|
+
property :point_in_time_recovery_enabled, as: 'pointInTimeRecoveryEnabled'
|
599
607
|
end
|
600
608
|
end
|
601
609
|
|
602
|
-
class
|
610
|
+
class BackupFile
|
603
611
|
# @private
|
604
612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
605
|
-
|
613
|
+
property :create_time, as: 'createTime'
|
614
|
+
property :file_name, as: 'fileName'
|
615
|
+
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
606
616
|
end
|
607
617
|
end
|
608
618
|
|
609
|
-
class
|
619
|
+
class BackupRun
|
610
620
|
# @private
|
611
621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
612
|
-
property :
|
622
|
+
property :end_time, as: 'endTime'
|
623
|
+
property :error, as: 'error', class: Google::Apis::RedisV1::OperationError, decorator: Google::Apis::RedisV1::OperationError::Representation
|
613
624
|
|
614
|
-
property :
|
625
|
+
property :start_time, as: 'startTime'
|
626
|
+
property :status, as: 'status'
|
615
627
|
end
|
616
628
|
end
|
617
629
|
|
618
|
-
class
|
630
|
+
class CertChain
|
619
631
|
# @private
|
620
632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
-
|
622
|
-
property :asset_type, as: 'assetType'
|
633
|
+
collection :certificates, as: 'certificates'
|
623
634
|
end
|
624
635
|
end
|
625
636
|
|
626
|
-
class
|
637
|
+
class CertificateAuthority
|
627
638
|
# @private
|
628
639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
-
|
640
|
+
property :managed_server_ca, as: 'managedServerCa', class: Google::Apis::RedisV1::ManagedCertificateAuthority, decorator: Google::Apis::RedisV1::ManagedCertificateAuthority::Representation
|
630
641
|
|
642
|
+
property :name, as: 'name'
|
631
643
|
end
|
632
644
|
end
|
633
645
|
|
@@ -635,16 +647,25 @@ module Google
|
|
635
647
|
# @private
|
636
648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
637
649
|
property :authorization_mode, as: 'authorizationMode'
|
650
|
+
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1::AutomatedBackupConfig::Representation
|
651
|
+
|
652
|
+
property :backup_collection, as: 'backupCollection'
|
653
|
+
collection :cluster_endpoints, as: 'clusterEndpoints', class: Google::Apis::RedisV1::ClusterEndpoint, decorator: Google::Apis::RedisV1::ClusterEndpoint::Representation
|
654
|
+
|
638
655
|
property :create_time, as: 'createTime'
|
639
656
|
property :cross_cluster_replication_config, as: 'crossClusterReplicationConfig', class: Google::Apis::RedisV1::CrossClusterReplicationConfig, decorator: Google::Apis::RedisV1::CrossClusterReplicationConfig::Representation
|
640
657
|
|
641
658
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
642
659
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1::DiscoveryEndpoint::Representation
|
643
660
|
|
661
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1::GcsBackupSource, decorator: Google::Apis::RedisV1::GcsBackupSource::Representation
|
662
|
+
|
644
663
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1::ClusterMaintenancePolicy::Representation
|
645
664
|
|
646
665
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1::ClusterMaintenanceSchedule::Representation
|
647
666
|
|
667
|
+
property :managed_backup_source, as: 'managedBackupSource', class: Google::Apis::RedisV1::ManagedBackupSource, decorator: Google::Apis::RedisV1::ManagedBackupSource::Representation
|
668
|
+
|
648
669
|
property :name, as: 'name'
|
649
670
|
property :node_type, as: 'nodeType'
|
650
671
|
property :persistence_config, as: 'persistenceConfig', class: Google::Apis::RedisV1::ClusterPersistenceConfig, decorator: Google::Apis::RedisV1::ClusterPersistenceConfig::Representation
|
@@ -654,6 +675,8 @@ module Google
|
|
654
675
|
|
655
676
|
collection :psc_connections, as: 'pscConnections', class: Google::Apis::RedisV1::PscConnection, decorator: Google::Apis::RedisV1::PscConnection::Representation
|
656
677
|
|
678
|
+
collection :psc_service_attachments, as: 'pscServiceAttachments', class: Google::Apis::RedisV1::PscServiceAttachment, decorator: Google::Apis::RedisV1::PscServiceAttachment::Representation
|
679
|
+
|
657
680
|
hash :redis_configs, as: 'redisConfigs'
|
658
681
|
property :replica_count, as: 'replicaCount'
|
659
682
|
property :shard_count, as: 'shardCount'
|
@@ -668,6 +691,14 @@ module Google
|
|
668
691
|
end
|
669
692
|
end
|
670
693
|
|
694
|
+
class ClusterEndpoint
|
695
|
+
# @private
|
696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
697
|
+
collection :connections, as: 'connections', class: Google::Apis::RedisV1::ConnectionDetail, decorator: Google::Apis::RedisV1::ConnectionDetail::Representation
|
698
|
+
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
671
702
|
class ClusterMaintenancePolicy
|
672
703
|
# @private
|
673
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -714,6 +745,14 @@ module Google
|
|
714
745
|
end
|
715
746
|
end
|
716
747
|
|
748
|
+
class ConnectionDetail
|
749
|
+
# @private
|
750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
+
property :psc_connection, as: 'pscConnection', class: Google::Apis::RedisV1::PscConnection, decorator: Google::Apis::RedisV1::PscConnection::Representation
|
752
|
+
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
717
756
|
class CrossClusterReplicationConfig
|
718
757
|
# @private
|
719
758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -837,14 +876,6 @@ module Google
|
|
837
876
|
end
|
838
877
|
end
|
839
878
|
|
840
|
-
class DirectLocationAssignment
|
841
|
-
# @private
|
842
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
-
collection :location, as: 'location', class: Google::Apis::RedisV1::LocationAssignment, decorator: Google::Apis::RedisV1::LocationAssignment::Representation
|
844
|
-
|
845
|
-
end
|
846
|
-
end
|
847
|
-
|
848
879
|
class DiscoveryEndpoint
|
849
880
|
# @private
|
850
881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -869,6 +900,13 @@ module Google
|
|
869
900
|
end
|
870
901
|
end
|
871
902
|
|
903
|
+
class ExportBackupRequest
|
904
|
+
# @private
|
905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
+
property :gcs_bucket, as: 'gcsBucket'
|
907
|
+
end
|
908
|
+
end
|
909
|
+
|
872
910
|
class ExportInstanceRequest
|
873
911
|
# @private
|
874
912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -877,18 +915,25 @@ module Google
|
|
877
915
|
end
|
878
916
|
end
|
879
917
|
|
880
|
-
class
|
918
|
+
class FailoverInstanceRequest
|
881
919
|
# @private
|
882
920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
883
|
-
property :
|
921
|
+
property :data_protection_mode, as: 'dataProtectionMode'
|
922
|
+
end
|
923
|
+
end
|
924
|
+
|
925
|
+
class FixedFrequencySchedule
|
926
|
+
# @private
|
927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
928
|
+
property :start_time, as: 'startTime', class: Google::Apis::RedisV1::TimeOfDay, decorator: Google::Apis::RedisV1::TimeOfDay::Representation
|
884
929
|
|
885
930
|
end
|
886
931
|
end
|
887
932
|
|
888
|
-
class
|
933
|
+
class GcsBackupSource
|
889
934
|
# @private
|
890
935
|
class Representation < Google::Apis::Core::JsonRepresentation
|
891
|
-
|
936
|
+
collection :uris, as: 'uris'
|
892
937
|
end
|
893
938
|
end
|
894
939
|
|
@@ -1019,18 +1064,23 @@ module Google
|
|
1019
1064
|
end
|
1020
1065
|
end
|
1021
1066
|
|
1022
|
-
class
|
1067
|
+
class ListBackupCollectionsResponse
|
1068
|
+
# @private
|
1069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1070
|
+
collection :backup_collections, as: 'backupCollections', class: Google::Apis::RedisV1::BackupCollection, decorator: Google::Apis::RedisV1::BackupCollection::Representation
|
1071
|
+
|
1072
|
+
property :next_page_token, as: 'nextPageToken'
|
1073
|
+
collection :unreachable, as: 'unreachable'
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class ListBackupsResponse
|
1023
1078
|
# @private
|
1024
1079
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1025
|
-
|
1080
|
+
collection :backups, as: 'backups', class: Google::Apis::RedisV1::Backup, decorator: Google::Apis::RedisV1::Backup::Representation
|
1026
1081
|
|
1027
|
-
property :
|
1028
|
-
|
1029
|
-
property :zi_region_state, as: 'ziRegionState'
|
1030
|
-
property :zone_isolation, as: 'zoneIsolation'
|
1031
|
-
property :zone_separation, as: 'zoneSeparation'
|
1032
|
-
property :zs_org_policy, as: 'zsOrgPolicy'
|
1033
|
-
property :zs_region_state, as: 'zsRegionState'
|
1082
|
+
property :next_page_token, as: 'nextPageToken'
|
1083
|
+
collection :unreachable, as: 'unreachable'
|
1034
1084
|
end
|
1035
1085
|
end
|
1036
1086
|
|
@@ -1083,38 +1133,13 @@ module Google
|
|
1083
1133
|
end
|
1084
1134
|
end
|
1085
1135
|
|
1086
|
-
class LocationAssignment
|
1087
|
-
# @private
|
1088
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
-
property :location, as: 'location'
|
1090
|
-
property :location_type, as: 'locationType'
|
1091
|
-
end
|
1092
|
-
end
|
1093
|
-
|
1094
|
-
class LocationData
|
1095
|
-
# @private
|
1096
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1097
|
-
property :blobstore_location, as: 'blobstoreLocation', class: Google::Apis::RedisV1::BlobstoreLocation, decorator: Google::Apis::RedisV1::BlobstoreLocation::Representation
|
1098
|
-
|
1099
|
-
property :child_asset_location, as: 'childAssetLocation', class: Google::Apis::RedisV1::CloudAssetComposition, decorator: Google::Apis::RedisV1::CloudAssetComposition::Representation
|
1100
|
-
|
1101
|
-
property :direct_location, as: 'directLocation', class: Google::Apis::RedisV1::DirectLocationAssignment, decorator: Google::Apis::RedisV1::DirectLocationAssignment::Representation
|
1102
|
-
|
1103
|
-
property :gcp_project_proxy, as: 'gcpProjectProxy', class: Google::Apis::RedisV1::TenantProjectProxy, decorator: Google::Apis::RedisV1::TenantProjectProxy::Representation
|
1104
|
-
|
1105
|
-
property :placer_location, as: 'placerLocation', class: Google::Apis::RedisV1::PlacerLocation, decorator: Google::Apis::RedisV1::PlacerLocation::Representation
|
1106
|
-
|
1107
|
-
property :spanner_location, as: 'spannerLocation', class: Google::Apis::RedisV1::SpannerLocation, decorator: Google::Apis::RedisV1::SpannerLocation::Representation
|
1108
|
-
|
1109
|
-
end
|
1110
|
-
end
|
1111
|
-
|
1112
1136
|
class MachineConfiguration
|
1113
1137
|
# @private
|
1114
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1115
1139
|
property :cpu_count, as: 'cpuCount'
|
1116
1140
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
1117
1141
|
property :shard_count, as: 'shardCount'
|
1142
|
+
property :vcpu_count, as: 'vcpuCount'
|
1118
1143
|
end
|
1119
1144
|
end
|
1120
1145
|
|
@@ -1139,6 +1164,13 @@ module Google
|
|
1139
1164
|
end
|
1140
1165
|
end
|
1141
1166
|
|
1167
|
+
class ManagedBackupSource
|
1168
|
+
# @private
|
1169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :backup, as: 'backup'
|
1171
|
+
end
|
1172
|
+
end
|
1173
|
+
|
1142
1174
|
class ManagedCertificateAuthority
|
1143
1175
|
# @private
|
1144
1176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1229,13 +1261,6 @@ module Google
|
|
1229
1261
|
end
|
1230
1262
|
end
|
1231
1263
|
|
1232
|
-
class PlacerLocation
|
1233
|
-
# @private
|
1234
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1235
|
-
property :placer_config, as: 'placerConfig'
|
1236
|
-
end
|
1237
|
-
end
|
1238
|
-
|
1239
1264
|
class Product
|
1240
1265
|
# @private
|
1241
1266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1256,10 +1281,20 @@ module Google
|
|
1256
1281
|
# @private
|
1257
1282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
1283
|
property :address, as: 'address'
|
1284
|
+
property :connection_type, as: 'connectionType'
|
1259
1285
|
property :forwarding_rule, as: 'forwardingRule'
|
1260
1286
|
property :network, as: 'network'
|
1261
1287
|
property :project_id, as: 'projectId'
|
1262
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'
|
1263
1298
|
property :service_attachment, as: 'serviceAttachment'
|
1264
1299
|
end
|
1265
1300
|
end
|
@@ -1280,15 +1315,6 @@ module Google
|
|
1280
1315
|
end
|
1281
1316
|
end
|
1282
1317
|
|
1283
|
-
class RegionalMigDistributionPolicy
|
1284
|
-
# @private
|
1285
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
-
property :target_shape, as: 'targetShape'
|
1287
|
-
collection :zones, as: 'zones', class: Google::Apis::RedisV1::ZoneConfiguration, decorator: Google::Apis::RedisV1::ZoneConfiguration::Representation
|
1288
|
-
|
1289
|
-
end
|
1290
|
-
end
|
1291
|
-
|
1292
1318
|
class RemoteCluster
|
1293
1319
|
# @private
|
1294
1320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1297,14 +1323,6 @@ module Google
|
|
1297
1323
|
end
|
1298
1324
|
end
|
1299
1325
|
|
1300
|
-
class RequirementOverride
|
1301
|
-
# @private
|
1302
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
|
-
property :zi_override, as: 'ziOverride'
|
1304
|
-
property :zs_override, as: 'zsOverride'
|
1305
|
-
end
|
1306
|
-
end
|
1307
|
-
|
1308
1326
|
class RescheduleClusterMaintenanceRequest
|
1309
1327
|
# @private
|
1310
1328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1328,14 +1346,7 @@ module Google
|
|
1328
1346
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
1329
1347
|
property :retention_unit, as: 'retentionUnit'
|
1330
1348
|
property :time_based_retention, as: 'timeBasedRetention'
|
1331
|
-
|
1332
|
-
end
|
1333
|
-
|
1334
|
-
class SpannerLocation
|
1335
|
-
# @private
|
1336
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1337
|
-
collection :backup_name, as: 'backupName'
|
1338
|
-
collection :db_name, as: 'dbName'
|
1349
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
1339
1350
|
end
|
1340
1351
|
end
|
1341
1352
|
|
@@ -1363,13 +1374,6 @@ module Google
|
|
1363
1374
|
end
|
1364
1375
|
end
|
1365
1376
|
|
1366
|
-
class TenantProjectProxy
|
1367
|
-
# @private
|
1368
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
-
collection :project_numbers, as: 'projectNumbers'
|
1370
|
-
end
|
1371
|
-
end
|
1372
|
-
|
1373
1377
|
class TimeOfDay
|
1374
1378
|
# @private
|
1375
1379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1433,13 +1437,6 @@ module Google
|
|
1433
1437
|
end
|
1434
1438
|
end
|
1435
1439
|
|
1436
|
-
class ZoneConfiguration
|
1437
|
-
# @private
|
1438
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1439
|
-
property :zone, as: 'zone'
|
1440
|
-
end
|
1441
|
-
end
|
1442
|
-
|
1443
1440
|
class ZoneDistributionConfig
|
1444
1441
|
# @private
|
1445
1442
|
class Representation < Google::Apis::Core::JsonRepresentation
|