google-apis-redis_v1beta1 0.69.0 → 0.70.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: d028cef02fae464d2116ff5a55e8a9f99b21d38f47d571117af1c6f15fbc7488
|
4
|
+
data.tar.gz: c4c64f0c9ce511e515e19d8c87618e7e2a2deb9de17d96f4990f527d1910d418
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65327c8f0011c3011924a63967a01112b4a77716c4473dd95757215fd48954731a842685319073d04ae96df4d938ef326c64bbbea6d84cf1d03188f3daf882f6
|
7
|
+
data.tar.gz: 7f5b22dc65b19a0e2994cc3c350733d1ef1fa996c8448c3a5cee51febc3bc49f23f1c59e6acc7730e30cb49f870b5ca208feb8072aaac042cdb55b53c98bd3f4
|
data/CHANGELOG.md
CHANGED
@@ -630,6 +630,11 @@ module Google
|
|
630
630
|
# @return [String]
|
631
631
|
attr_accessor :kms_key
|
632
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
|
+
|
633
638
|
# Maintenance policy per cluster.
|
634
639
|
# Corresponds to the JSON property `maintenancePolicy`
|
635
640
|
# @return [Google::Apis::RedisV1beta1::ClusterMaintenancePolicy]
|
@@ -778,6 +783,7 @@ module Google
|
|
778
783
|
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
779
784
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
780
785
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
786
|
+
@labels = args[:labels] if args.key?(:labels)
|
781
787
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
782
788
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
783
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 RedisV1beta1
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.70.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::RedisV1beta1::GcsBackupSource, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1beta1::ClusterMaintenancePolicy::Representation
|
737
738
|
|
738
739
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::ClusterMaintenanceSchedule::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.70.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
63
63
|
rdoc_options: []
|
64
64
|
require_paths:
|