google-apis-redis_v1 0.76.0 → 0.78.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: 8ad05067420e3ebc7227a2de7e25c64718f7dc4bb42305553c304fd63ad4e066
|
4
|
+
data.tar.gz: 4ba28959a85f9ee059d8c1535567c3a2e8e65685cea21766e844d18c90e4e63f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 272b6a23cde3d84d0a44e86fd772890b2564623cbd17f61f1b8a7f49fdfcf11096bb42e7f42182a1a89a16fda395f5c0fd8248116e2761f27c35a316860a602b
|
7
|
+
data.tar.gz: 2006d9c700136aef72ee85816b65555a9a1cca5e1224c5430dbf987107405b627198760b985a5659f08b239b0db5d321b12089a69f833876acf099e625490f20
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.78.0 (2025-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250902
|
6
|
+
|
7
|
+
### v0.77.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250825
|
10
|
+
|
3
11
|
### v0.76.0 (2025-08-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250819
|
@@ -555,10 +555,7 @@ module Google
|
|
555
555
|
class Cluster
|
556
556
|
include Google::Apis::Core::Hashable
|
557
557
|
|
558
|
-
# Optional. Immutable.
|
559
|
-
# deploying a multi-zone cluster in less than 3 zones. Once set, if there is a
|
560
|
-
# zonal outage during the cluster creation, the cluster will only be deployed in
|
561
|
-
# 2 zones, and stay within the 2 zones for its lifecycle.
|
558
|
+
# Optional. Immutable. Deprecated, do not use.
|
562
559
|
# Corresponds to the JSON property `allowFewerZonesDeployment`
|
563
560
|
# @return [Boolean]
|
564
561
|
attr_accessor :allow_fewer_zones_deployment
|
@@ -633,6 +630,11 @@ module Google
|
|
633
630
|
# @return [String]
|
634
631
|
attr_accessor :kms_key
|
635
632
|
|
633
|
+
# Optional. Labels to represent user-provided metadata.
|
634
|
+
# Corresponds to the JSON property `labels`
|
635
|
+
# @return [Hash<String,String>]
|
636
|
+
attr_accessor :labels
|
637
|
+
|
636
638
|
# Maintenance policy per cluster.
|
637
639
|
# Corresponds to the JSON property `maintenancePolicy`
|
638
640
|
# @return [Google::Apis::RedisV1::ClusterMaintenancePolicy]
|
@@ -781,6 +783,7 @@ module Google
|
|
781
783
|
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
782
784
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
783
785
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
786
|
+
@labels = args[:labels] if args.key?(:labels)
|
784
787
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
785
788
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
786
789
|
@managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1
|
18
18
|
# Version of the google-apis-redis_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250902"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -733,6 +733,7 @@ module Google
|
|
733
733
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1::GcsBackupSource, decorator: Google::Apis::RedisV1::GcsBackupSource::Representation
|
734
734
|
|
735
735
|
property :kms_key, as: 'kmsKey'
|
736
|
+
hash :labels, as: 'labels'
|
736
737
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1::ClusterMaintenancePolicy::Representation
|
737
738
|
|
738
739
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1::ClusterMaintenanceSchedule::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.78.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.78.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|