google-apis-redis_v1 0.26.0 → 0.27.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: e628dfee000c03442de6c5347ea84d8b6fcb74f64f7dba002e4e6e0d49e7840c
|
|
4
|
+
data.tar.gz: 81a4f0a69722137e5dccc5f31f36de999a9f8d78074a7f45379ddf84a0527ce6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b37265461b8dadf8967e342ce09d6f2f6e8f6dd8d181b223573dafb078e0adf356a6a1a9d0eb6defde156001701ba139eec45dfde5852dd5b41ee034ef3f364b
|
|
7
|
+
data.tar.gz: '08b17cbab88a18e29f7af6712e34e03089e425156909efb8312487c83ee7ac98b11160b2c4750a52b0ea4b5772668afaff0a44807b5ebb990035c9194259cb8e'
|
data/CHANGELOG.md
CHANGED
|
@@ -330,6 +330,12 @@ module Google
|
|
|
330
330
|
# @return [Google::Apis::RedisV1::MaintenanceSchedule]
|
|
331
331
|
attr_accessor :maintenance_schedule
|
|
332
332
|
|
|
333
|
+
# Optional. The self service update maintenance version. The version is date
|
|
334
|
+
# based such as "20210712_00_00".
|
|
335
|
+
# Corresponds to the JSON property `maintenanceVersion`
|
|
336
|
+
# @return [String]
|
|
337
|
+
attr_accessor :maintenance_version
|
|
338
|
+
|
|
333
339
|
# Required. Redis memory size in GiB.
|
|
334
340
|
# Corresponds to the JSON property `memorySizeGb`
|
|
335
341
|
# @return [Fixnum]
|
|
@@ -480,6 +486,7 @@ module Google
|
|
|
480
486
|
@location_id = args[:location_id] if args.key?(:location_id)
|
|
481
487
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
|
482
488
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
489
|
+
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
483
490
|
@memory_size_gb = args[:memory_size_gb] if args.key?(:memory_size_gb)
|
|
484
491
|
@name = args[:name] if args.key?(:name)
|
|
485
492
|
@nodes = args[:nodes] if args.key?(:nodes)
|
|
@@ -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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220503"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -285,6 +285,7 @@ module Google
|
|
|
285
285
|
|
|
286
286
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1::MaintenanceSchedule, decorator: Google::Apis::RedisV1::MaintenanceSchedule::Representation
|
|
287
287
|
|
|
288
|
+
property :maintenance_version, as: 'maintenanceVersion'
|
|
288
289
|
property :memory_size_gb, as: 'memorySizeGb'
|
|
289
290
|
property :name, as: 'name'
|
|
290
291
|
collection :nodes, as: 'nodes', class: Google::Apis::RedisV1::NodeInfo, decorator: Google::Apis::RedisV1::NodeInfo::Representation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|