google-apis-redis_v1beta1 0.56.0 → 0.58.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c4d5adbe359941b423ef05d3d85c3906f1801d4518ea1682070512164f0cf2e
|
4
|
+
data.tar.gz: 0c5862de68910593cd4faf3c70047979ded1df8735289bac651a5a42ac23b482
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6921c1c7337d26cfc36193f62e74a0f9b9f4ffd5cae9bdc98b5521e924729d231baded4a01ccf28bffe6f645ec3bd10ab22fe670682e403ea30301643d160d02
|
7
|
+
data.tar.gz: 984e58f9919f2a4ddaa8eb8a3729de625dc9dec84eff83e0a879fe0a903b27f15d45180ea8fa370faad70076c560bdc307cf1bc4e4b13fbed8fb87cca7b21671
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.58.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250213
|
6
|
+
|
7
|
+
### v0.57.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250104
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.56.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241203
|
@@ -158,6 +158,11 @@ module Google
|
|
158
158
|
# @return [String]
|
159
159
|
attr_accessor :create_time
|
160
160
|
|
161
|
+
# EncryptionInfo describes the encryption information of a cluster or a backup.
|
162
|
+
# Corresponds to the JSON property `encryptionInfo`
|
163
|
+
# @return [Google::Apis::RedisV1beta1::EncryptionInfo]
|
164
|
+
attr_accessor :encryption_info
|
165
|
+
|
161
166
|
# Output only. redis-7.2, valkey-7.5
|
162
167
|
# Corresponds to the JSON property `engineVersion`
|
163
168
|
# @return [String]
|
@@ -216,6 +221,7 @@ module Google
|
|
216
221
|
@cluster = args[:cluster] if args.key?(:cluster)
|
217
222
|
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
|
218
223
|
@create_time = args[:create_time] if args.key?(:create_time)
|
224
|
+
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
219
225
|
@engine_version = args[:engine_version] if args.key?(:engine_version)
|
220
226
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
221
227
|
@name = args[:name] if args.key?(:name)
|
@@ -270,6 +276,17 @@ module Google
|
|
270
276
|
# @return [String]
|
271
277
|
attr_accessor :cluster_uid
|
272
278
|
|
279
|
+
# Output only. The time when the backup collection was created.
|
280
|
+
# Corresponds to the JSON property `createTime`
|
281
|
+
# @return [String]
|
282
|
+
attr_accessor :create_time
|
283
|
+
|
284
|
+
# Output only. The KMS key used to encrypt the backups under this backup
|
285
|
+
# collection.
|
286
|
+
# Corresponds to the JSON property `kmsKey`
|
287
|
+
# @return [String]
|
288
|
+
attr_accessor :kms_key
|
289
|
+
|
273
290
|
# Identifier. Full resource path of the backup collection.
|
274
291
|
# Corresponds to the JSON property `name`
|
275
292
|
# @return [String]
|
@@ -288,6 +305,8 @@ module Google
|
|
288
305
|
def update!(**args)
|
289
306
|
@cluster = args[:cluster] if args.key?(:cluster)
|
290
307
|
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
|
308
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
309
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
291
310
|
@name = args[:name] if args.key?(:name)
|
292
311
|
@uid = args[:uid] if args.key?(:uid)
|
293
312
|
end
|
@@ -446,6 +465,15 @@ module Google
|
|
446
465
|
class Cluster
|
447
466
|
include Google::Apis::Core::Hashable
|
448
467
|
|
468
|
+
# Optional. If true, cluster endpoints that are created and registered by
|
469
|
+
# customers can be deleted asynchronously. That is, such a cluster endpoint can
|
470
|
+
# be de-registered before the forwarding rules in the cluster endpoint are
|
471
|
+
# deleted.
|
472
|
+
# Corresponds to the JSON property `asyncClusterEndpointsDeletionEnabled`
|
473
|
+
# @return [Boolean]
|
474
|
+
attr_accessor :async_cluster_endpoints_deletion_enabled
|
475
|
+
alias_method :async_cluster_endpoints_deletion_enabled?, :async_cluster_endpoints_deletion_enabled
|
476
|
+
|
449
477
|
# Optional. The authorization mode of the Redis cluster. If not provided, auth
|
450
478
|
# feature is disabled for the cluster.
|
451
479
|
# Corresponds to the JSON property `authorizationMode`
|
@@ -463,7 +491,7 @@ module Google
|
|
463
491
|
# @return [String]
|
464
492
|
attr_accessor :backup_collection
|
465
493
|
|
466
|
-
# Optional. A list of cluster
|
494
|
+
# Optional. A list of cluster endpoints.
|
467
495
|
# Corresponds to the JSON property `clusterEndpoints`
|
468
496
|
# @return [Array<Google::Apis::RedisV1beta1::ClusterEndpoint>]
|
469
497
|
attr_accessor :cluster_endpoints
|
@@ -490,18 +518,28 @@ module Google
|
|
490
518
|
# @return [Array<Google::Apis::RedisV1beta1::DiscoveryEndpoint>]
|
491
519
|
attr_accessor :discovery_endpoints
|
492
520
|
|
521
|
+
# EncryptionInfo describes the encryption information of a cluster or a backup.
|
522
|
+
# Corresponds to the JSON property `encryptionInfo`
|
523
|
+
# @return [Google::Apis::RedisV1beta1::EncryptionInfo]
|
524
|
+
attr_accessor :encryption_info
|
525
|
+
|
493
526
|
# Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be
|
494
527
|
# the same region as the clusters.
|
495
528
|
# Corresponds to the JSON property `gcsSource`
|
496
529
|
# @return [Google::Apis::RedisV1beta1::GcsBackupSource]
|
497
530
|
attr_accessor :gcs_source
|
498
531
|
|
532
|
+
# Optional. The KMS key used to encrypt the at-rest data of the cluster.
|
533
|
+
# Corresponds to the JSON property `kmsKey`
|
534
|
+
# @return [String]
|
535
|
+
attr_accessor :kms_key
|
536
|
+
|
499
537
|
# Maintenance policy per cluster.
|
500
538
|
# Corresponds to the JSON property `maintenancePolicy`
|
501
539
|
# @return [Google::Apis::RedisV1beta1::ClusterMaintenancePolicy]
|
502
540
|
attr_accessor :maintenance_policy
|
503
541
|
|
504
|
-
# Upcoming
|
542
|
+
# Upcoming maintenance schedule.
|
505
543
|
# Corresponds to the JSON property `maintenanceSchedule`
|
506
544
|
# @return [Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule]
|
507
545
|
attr_accessor :maintenance_schedule
|
@@ -606,6 +644,7 @@ module Google
|
|
606
644
|
|
607
645
|
# Update properties of this object
|
608
646
|
def update!(**args)
|
647
|
+
@async_cluster_endpoints_deletion_enabled = args[:async_cluster_endpoints_deletion_enabled] if args.key?(:async_cluster_endpoints_deletion_enabled)
|
609
648
|
@authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
|
610
649
|
@automated_backup_config = args[:automated_backup_config] if args.key?(:automated_backup_config)
|
611
650
|
@backup_collection = args[:backup_collection] if args.key?(:backup_collection)
|
@@ -614,7 +653,9 @@ module Google
|
|
614
653
|
@cross_cluster_replication_config = args[:cross_cluster_replication_config] if args.key?(:cross_cluster_replication_config)
|
615
654
|
@deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
|
616
655
|
@discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
|
656
|
+
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
617
657
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
658
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
618
659
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
619
660
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
620
661
|
@managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
|
@@ -643,8 +684,8 @@ module Google
|
|
643
684
|
class ClusterEndpoint
|
644
685
|
include Google::Apis::Core::Hashable
|
645
686
|
|
646
|
-
# A group of PSC connections. They are created in the same VPC network,
|
647
|
-
# each service attachment in the cluster.
|
687
|
+
# Required. A group of PSC connections. They are created in the same VPC network,
|
688
|
+
# one for each service attachment in the cluster.
|
648
689
|
# Corresponds to the JSON property `connections`
|
649
690
|
# @return [Array<Google::Apis::RedisV1beta1::ConnectionDetail>]
|
650
691
|
attr_accessor :connections
|
@@ -694,7 +735,7 @@ module Google
|
|
694
735
|
end
|
695
736
|
end
|
696
737
|
|
697
|
-
# Upcoming
|
738
|
+
# Upcoming maintenance schedule.
|
698
739
|
class ClusterMaintenanceSchedule
|
699
740
|
include Google::Apis::Core::Hashable
|
700
741
|
|
@@ -934,7 +975,7 @@ module Google
|
|
934
975
|
# @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
|
935
976
|
attr_accessor :resource_id
|
936
977
|
|
937
|
-
# Common model for database resource instance metadata. Next ID:
|
978
|
+
# Common model for database resource instance metadata. Next ID: 25
|
938
979
|
# Corresponds to the JSON property `resourceMetadata`
|
939
980
|
# @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
|
940
981
|
attr_accessor :resource_metadata
|
@@ -1109,7 +1150,7 @@ module Google
|
|
1109
1150
|
end
|
1110
1151
|
end
|
1111
1152
|
|
1112
|
-
# Common model for database resource instance metadata. Next ID:
|
1153
|
+
# Common model for database resource instance metadata. Next ID: 25
|
1113
1154
|
class DatabaseResourceMetadata
|
1114
1155
|
include Google::Apis::Core::Hashable
|
1115
1156
|
|
@@ -1165,6 +1206,11 @@ module Google
|
|
1165
1206
|
# @return [String]
|
1166
1207
|
attr_accessor :expected_state
|
1167
1208
|
|
1209
|
+
# GCBDR Configuration for the resource.
|
1210
|
+
# Corresponds to the JSON property `gcbdrConfiguration`
|
1211
|
+
# @return [Google::Apis::RedisV1beta1::GcbdrConfiguration]
|
1212
|
+
attr_accessor :gcbdr_configuration
|
1213
|
+
|
1168
1214
|
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
1169
1215
|
# Corresponds to the JSON property `id`
|
1170
1216
|
# @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
|
@@ -1218,6 +1264,11 @@ module Google
|
|
1218
1264
|
# @return [String]
|
1219
1265
|
attr_accessor :resource_name
|
1220
1266
|
|
1267
|
+
# Optional. Suspension reason for the resource.
|
1268
|
+
# Corresponds to the JSON property `suspensionReason`
|
1269
|
+
# @return [String]
|
1270
|
+
attr_accessor :suspension_reason
|
1271
|
+
|
1221
1272
|
# Message type for storing tags. Tags provide a way to create annotations for
|
1222
1273
|
# resources, and in some cases conditionally allow or deny policies based on
|
1223
1274
|
# whether a resource has a specific tag.
|
@@ -1252,6 +1303,7 @@ module Google
|
|
1252
1303
|
@edition = args[:edition] if args.key?(:edition)
|
1253
1304
|
@entitlements = args[:entitlements] if args.key?(:entitlements)
|
1254
1305
|
@expected_state = args[:expected_state] if args.key?(:expected_state)
|
1306
|
+
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
1255
1307
|
@id = args[:id] if args.key?(:id)
|
1256
1308
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
1257
1309
|
@location = args[:location] if args.key?(:location)
|
@@ -1261,6 +1313,7 @@ module Google
|
|
1261
1313
|
@product = args[:product] if args.key?(:product)
|
1262
1314
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
1263
1315
|
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
1316
|
+
@suspension_reason = args[:suspension_reason] if args.key?(:suspension_reason)
|
1264
1317
|
@tags_set = args[:tags_set] if args.key?(:tags_set)
|
1265
1318
|
@updation_time = args[:updation_time] if args.key?(:updation_time)
|
1266
1319
|
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
@@ -1389,6 +1442,44 @@ module Google
|
|
1389
1442
|
end
|
1390
1443
|
end
|
1391
1444
|
|
1445
|
+
# EncryptionInfo describes the encryption information of a cluster or a backup.
|
1446
|
+
class EncryptionInfo
|
1447
|
+
include Google::Apis::Core::Hashable
|
1448
|
+
|
1449
|
+
# Output only. Type of encryption.
|
1450
|
+
# Corresponds to the JSON property `encryptionType`
|
1451
|
+
# @return [String]
|
1452
|
+
attr_accessor :encryption_type
|
1453
|
+
|
1454
|
+
# Output only. The state of the primary version of the KMS key perceived by the
|
1455
|
+
# system. This field is not populated in backups.
|
1456
|
+
# Corresponds to the JSON property `kmsKeyPrimaryState`
|
1457
|
+
# @return [String]
|
1458
|
+
attr_accessor :kms_key_primary_state
|
1459
|
+
|
1460
|
+
# Output only. KMS key versions that are being used to protect the data at-rest.
|
1461
|
+
# Corresponds to the JSON property `kmsKeyVersions`
|
1462
|
+
# @return [Array<String>]
|
1463
|
+
attr_accessor :kms_key_versions
|
1464
|
+
|
1465
|
+
# Output only. The most recent time when the encryption info was updated.
|
1466
|
+
# Corresponds to the JSON property `lastUpdateTime`
|
1467
|
+
# @return [String]
|
1468
|
+
attr_accessor :last_update_time
|
1469
|
+
|
1470
|
+
def initialize(**args)
|
1471
|
+
update!(**args)
|
1472
|
+
end
|
1473
|
+
|
1474
|
+
# Update properties of this object
|
1475
|
+
def update!(**args)
|
1476
|
+
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
1477
|
+
@kms_key_primary_state = args[:kms_key_primary_state] if args.key?(:kms_key_primary_state)
|
1478
|
+
@kms_key_versions = args[:kms_key_versions] if args.key?(:kms_key_versions)
|
1479
|
+
@last_update_time = args[:last_update_time] if args.key?(:last_update_time)
|
1480
|
+
end
|
1481
|
+
end
|
1482
|
+
|
1392
1483
|
# Proto representing the access that a user has to a specific feature/service.
|
1393
1484
|
# NextId: 3.
|
1394
1485
|
class Entitlement
|
@@ -1495,13 +1586,33 @@ module Google
|
|
1495
1586
|
end
|
1496
1587
|
end
|
1497
1588
|
|
1589
|
+
# GCBDR Configuration for the resource.
|
1590
|
+
class GcbdrConfiguration
|
1591
|
+
include Google::Apis::Core::Hashable
|
1592
|
+
|
1593
|
+
# Whether the resource is managed by GCBDR.
|
1594
|
+
# Corresponds to the JSON property `gcbdrManaged`
|
1595
|
+
# @return [Boolean]
|
1596
|
+
attr_accessor :gcbdr_managed
|
1597
|
+
alias_method :gcbdr_managed?, :gcbdr_managed
|
1598
|
+
|
1599
|
+
def initialize(**args)
|
1600
|
+
update!(**args)
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
# Update properties of this object
|
1604
|
+
def update!(**args)
|
1605
|
+
@gcbdr_managed = args[:gcbdr_managed] if args.key?(:gcbdr_managed)
|
1606
|
+
end
|
1607
|
+
end
|
1608
|
+
|
1498
1609
|
# Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be
|
1499
1610
|
# the same region as the clusters.
|
1500
1611
|
class GcsBackupSource
|
1501
1612
|
include Google::Apis::Core::Hashable
|
1502
1613
|
|
1503
|
-
# Optional. URIs of the
|
1504
|
-
#
|
1614
|
+
# Optional. URIs of the Cloud Storage objects to import. Example: gs://bucket1/
|
1615
|
+
# object1, gs://bucket2/folder2/object2
|
1505
1616
|
# Corresponds to the JSON property `uris`
|
1506
1617
|
# @return [Array<String>]
|
1507
1618
|
attr_accessor :uris
|
@@ -2019,6 +2130,12 @@ module Google
|
|
2019
2130
|
# @return [Google::Apis::RedisV1beta1::BackupRun]
|
2020
2131
|
attr_accessor :backup_run
|
2021
2132
|
|
2133
|
+
# Whether deletion protection is enabled for this internal resource.
|
2134
|
+
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
2135
|
+
# @return [Boolean]
|
2136
|
+
attr_accessor :is_deletion_protection_enabled
|
2137
|
+
alias_method :is_deletion_protection_enabled?, :is_deletion_protection_enabled
|
2138
|
+
|
2022
2139
|
# Product specification for Condor resources.
|
2023
2140
|
# Corresponds to the JSON property `product`
|
2024
2141
|
# @return [Google::Apis::RedisV1beta1::Product]
|
@@ -2043,6 +2160,7 @@ module Google
|
|
2043
2160
|
def update!(**args)
|
2044
2161
|
@backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
|
2045
2162
|
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
2163
|
+
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
2046
2164
|
@product = args[:product] if args.key?(:product)
|
2047
2165
|
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
2048
2166
|
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
@@ -2302,8 +2420,8 @@ module Google
|
|
2302
2420
|
class MachineConfiguration
|
2303
2421
|
include Google::Apis::Core::Hashable
|
2304
2422
|
|
2305
|
-
# The number of CPUs. TODO(b/342344482, b/
|
2306
|
-
# after bug fix.
|
2423
|
+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/
|
2424
|
+
# 342346271) add proto validations again after bug fix.
|
2307
2425
|
# Corresponds to the JSON property `cpuCount`
|
2308
2426
|
# @return [Fixnum]
|
2309
2427
|
attr_accessor :cpu_count
|
@@ -2929,6 +3047,11 @@ module Google
|
|
2929
3047
|
# @return [String]
|
2930
3048
|
attr_accessor :network
|
2931
3049
|
|
3050
|
+
# Output only. The port number of the exposed discovery endpoint.
|
3051
|
+
# Corresponds to the JSON property `port`
|
3052
|
+
# @return [Fixnum]
|
3053
|
+
attr_accessor :port
|
3054
|
+
|
2932
3055
|
# Optional. Project ID of the consumer project where the forwarding rule is
|
2933
3056
|
# created in.
|
2934
3057
|
# Corresponds to the JSON property `projectId`
|
@@ -2966,6 +3089,7 @@ module Google
|
|
2966
3089
|
@connection_type = args[:connection_type] if args.key?(:connection_type)
|
2967
3090
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
2968
3091
|
@network = args[:network] if args.key?(:network)
|
3092
|
+
@port = args[:port] if args.key?(:port)
|
2969
3093
|
@project_id = args[:project_id] if args.key?(:project_id)
|
2970
3094
|
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
2971
3095
|
@psc_connection_status = args[:psc_connection_status] if args.key?(:psc_connection_status)
|
@@ -3391,6 +3515,11 @@ module Google
|
|
3391
3515
|
class UpdateInfo
|
3392
3516
|
include Google::Apis::Core::Hashable
|
3393
3517
|
|
3518
|
+
# Target node type for redis cluster.
|
3519
|
+
# Corresponds to the JSON property `targetNodeType`
|
3520
|
+
# @return [String]
|
3521
|
+
attr_accessor :target_node_type
|
3522
|
+
|
3394
3523
|
# Target number of replica nodes per shard.
|
3395
3524
|
# Corresponds to the JSON property `targetReplicaCount`
|
3396
3525
|
# @return [Fixnum]
|
@@ -3407,6 +3536,7 @@ module Google
|
|
3407
3536
|
|
3408
3537
|
# Update properties of this object
|
3409
3538
|
def update!(**args)
|
3539
|
+
@target_node_type = args[:target_node_type] if args.key?(:target_node_type)
|
3410
3540
|
@target_replica_count = args[:target_replica_count] if args.key?(:target_replica_count)
|
3411
3541
|
@target_shard_count = args[:target_shard_count] if args.key?(:target_shard_count)
|
3412
3542
|
end
|
@@ -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.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class EncryptionInfo
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class Entitlement
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -220,6 +226,12 @@ module Google
|
|
220
226
|
include Google::Apis::Core::JsonObjectSupport
|
221
227
|
end
|
222
228
|
|
229
|
+
class GcbdrConfiguration
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
223
235
|
class GcsBackupSource
|
224
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
237
|
|
@@ -575,6 +587,8 @@ module Google
|
|
575
587
|
property :cluster, as: 'cluster'
|
576
588
|
property :cluster_uid, as: 'clusterUid'
|
577
589
|
property :create_time, as: 'createTime'
|
590
|
+
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::RedisV1beta1::EncryptionInfo, decorator: Google::Apis::RedisV1beta1::EncryptionInfo::Representation
|
591
|
+
|
578
592
|
property :engine_version, as: 'engineVersion'
|
579
593
|
property :expire_time, as: 'expireTime'
|
580
594
|
property :name, as: 'name'
|
@@ -600,6 +614,8 @@ module Google
|
|
600
614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
601
615
|
property :cluster, as: 'cluster'
|
602
616
|
property :cluster_uid, as: 'clusterUid'
|
617
|
+
property :create_time, as: 'createTime'
|
618
|
+
property :kms_key, as: 'kmsKey'
|
603
619
|
property :name, as: 'name'
|
604
620
|
property :uid, as: 'uid'
|
605
621
|
end
|
@@ -654,6 +670,7 @@ module Google
|
|
654
670
|
class Cluster
|
655
671
|
# @private
|
656
672
|
class Representation < Google::Apis::Core::JsonRepresentation
|
673
|
+
property :async_cluster_endpoints_deletion_enabled, as: 'asyncClusterEndpointsDeletionEnabled'
|
657
674
|
property :authorization_mode, as: 'authorizationMode'
|
658
675
|
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
|
659
676
|
|
@@ -666,8 +683,11 @@ module Google
|
|
666
683
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
667
684
|
collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
|
668
685
|
|
686
|
+
property :encryption_info, as: 'encryptionInfo', class: Google::Apis::RedisV1beta1::EncryptionInfo, decorator: Google::Apis::RedisV1beta1::EncryptionInfo::Representation
|
687
|
+
|
669
688
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::GcsBackupSource::Representation
|
670
689
|
|
690
|
+
property :kms_key, as: 'kmsKey'
|
671
691
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy::Representation
|
672
692
|
|
673
693
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
|
@@ -851,6 +871,8 @@ module Google
|
|
851
871
|
collection :entitlements, as: 'entitlements', class: Google::Apis::RedisV1beta1::Entitlement, decorator: Google::Apis::RedisV1beta1::Entitlement::Representation
|
852
872
|
|
853
873
|
property :expected_state, as: 'expectedState'
|
874
|
+
property :gcbdr_configuration, as: 'gcbdrConfiguration', class: Google::Apis::RedisV1beta1::GcbdrConfiguration, decorator: Google::Apis::RedisV1beta1::GcbdrConfiguration::Representation
|
875
|
+
|
854
876
|
property :id, as: 'id', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
855
877
|
|
856
878
|
property :instance_type, as: 'instanceType'
|
@@ -864,6 +886,7 @@ module Google
|
|
864
886
|
|
865
887
|
property :resource_container, as: 'resourceContainer'
|
866
888
|
property :resource_name, as: 'resourceName'
|
889
|
+
property :suspension_reason, as: 'suspensionReason'
|
867
890
|
property :tags_set, as: 'tagsSet', class: Google::Apis::RedisV1beta1::Tags, decorator: Google::Apis::RedisV1beta1::Tags::Representation
|
868
891
|
|
869
892
|
property :updation_time, as: 'updationTime'
|
@@ -902,6 +925,16 @@ module Google
|
|
902
925
|
end
|
903
926
|
end
|
904
927
|
|
928
|
+
class EncryptionInfo
|
929
|
+
# @private
|
930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
931
|
+
property :encryption_type, as: 'encryptionType'
|
932
|
+
property :kms_key_primary_state, as: 'kmsKeyPrimaryState'
|
933
|
+
collection :kms_key_versions, as: 'kmsKeyVersions'
|
934
|
+
property :last_update_time, as: 'lastUpdateTime'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
905
938
|
class Entitlement
|
906
939
|
# @private
|
907
940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -940,6 +973,13 @@ module Google
|
|
940
973
|
end
|
941
974
|
end
|
942
975
|
|
976
|
+
class GcbdrConfiguration
|
977
|
+
# @private
|
978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
979
|
+
property :gcbdr_managed, as: 'gcbdrManaged'
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
943
983
|
class GcsBackupSource
|
944
984
|
# @private
|
945
985
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1066,6 +1106,7 @@ module Google
|
|
1066
1106
|
|
1067
1107
|
property :backup_run, as: 'backupRun', class: Google::Apis::RedisV1beta1::BackupRun, decorator: Google::Apis::RedisV1beta1::BackupRun::Representation
|
1068
1108
|
|
1109
|
+
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
1069
1110
|
property :product, as: 'product', class: Google::Apis::RedisV1beta1::Product, decorator: Google::Apis::RedisV1beta1::Product::Representation
|
1070
1111
|
|
1071
1112
|
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
@@ -1308,6 +1349,7 @@ module Google
|
|
1308
1349
|
property :connection_type, as: 'connectionType'
|
1309
1350
|
property :forwarding_rule, as: 'forwardingRule'
|
1310
1351
|
property :network, as: 'network'
|
1352
|
+
property :port, as: 'port'
|
1311
1353
|
property :project_id, as: 'projectId'
|
1312
1354
|
property :psc_connection_id, as: 'pscConnectionId'
|
1313
1355
|
property :psc_connection_status, as: 'pscConnectionStatus'
|
@@ -1432,6 +1474,7 @@ module Google
|
|
1432
1474
|
class UpdateInfo
|
1433
1475
|
# @private
|
1434
1476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1477
|
+
property :target_node_type, as: 'targetNodeType'
|
1435
1478
|
property :target_replica_count, as: 'targetReplicaCount'
|
1436
1479
|
property :target_shard_count, as: 'targetShardCount'
|
1437
1480
|
end
|
@@ -409,7 +409,7 @@ module Google
|
|
409
409
|
# Must end with a number or a letter. * Must be unique within the customer
|
410
410
|
# project / location
|
411
411
|
# @param [String] request_id
|
412
|
-
# Idempotent request UUID.
|
412
|
+
# Optional. Idempotent request UUID.
|
413
413
|
# @param [String] fields
|
414
414
|
# Selector specifying which fields to include in a partial response.
|
415
415
|
# @param [String] quota_user
|
@@ -447,7 +447,7 @@ module Google
|
|
447
447
|
# locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
|
448
448
|
# GCP region.
|
449
449
|
# @param [String] request_id
|
450
|
-
# Idempotent request UUID.
|
450
|
+
# Optional. Idempotent request UUID.
|
451
451
|
# @param [String] fields
|
452
452
|
# Selector specifying which fields to include in a partial response.
|
453
453
|
# @param [String] quota_user
|
@@ -596,11 +596,11 @@ module Google
|
|
596
596
|
# location_id`/clusters/`cluster_id``
|
597
597
|
# @param [Google::Apis::RedisV1beta1::Cluster] cluster_object
|
598
598
|
# @param [String] request_id
|
599
|
-
# Idempotent request UUID.
|
599
|
+
# Optional. Idempotent request UUID.
|
600
600
|
# @param [String] update_mask
|
601
601
|
# Required. Mask of fields to update. At least one path must be supplied in this
|
602
602
|
# field. The elements of the repeated paths field may only include these fields
|
603
|
-
# from Cluster: * `size_gb` * `replica_count`
|
603
|
+
# from Cluster: * `size_gb` * `replica_count` * `cluster_endpoints`
|
604
604
|
# @param [String] fields
|
605
605
|
# Selector specifying which fields to include in a partial response.
|
606
606
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -59,9 +58,8 @@ licenses:
|
|
59
58
|
metadata:
|
60
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.58.0
|
63
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
|
-
post_install_message:
|
65
63
|
rdoc_options: []
|
66
64
|
require_paths:
|
67
65
|
- lib
|
@@ -76,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
74
|
- !ruby/object:Gem::Version
|
77
75
|
version: '0'
|
78
76
|
requirements: []
|
79
|
-
rubygems_version: 3.5
|
80
|
-
signing_key:
|
77
|
+
rubygems_version: 3.6.5
|
81
78
|
specification_version: 4
|
82
79
|
summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1
|
83
80
|
test_files: []
|