google-apis-redis_v1beta1 0.22.0 → 0.25.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: 2fefdaae74a38c8221b24b64de1ed7cea11f45e4f6ba56eca20e259dc0e08333
|
4
|
+
data.tar.gz: a85d9aae46dcbd10bc774298cc2d7a647f1047c297c317871e36ab3ff43c1877
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8ba269ed718275f5da547fb84686e94e1bac8773f24f51db48aa84dcab6cdd3dcc3c340270ed86264bb10c914224b118cb233355ae9fabf9d8dcc1a27817a59
|
7
|
+
data.tar.gz: 02b98a08e77388501d5522c58db39f20c9a825cb8a55fae3481894fabb5c7eb82c59799685df47a44c124d0f15b46723a746a669aec9678078b7622ba970189a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-05-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220503
|
6
|
+
|
7
|
+
### v0.24.0 (2022-04-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220331
|
10
|
+
|
11
|
+
### v0.23.0 (2022-04-03)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220325
|
14
|
+
|
3
15
|
### v0.22.0 (2022-03-07)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220301
|
@@ -25,8 +25,7 @@ module Google
|
|
25
25
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
26
26
|
# messages in your APIs. A typical example is to use it as the request or the
|
27
27
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
28
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
29
|
-
# `Empty` is empty JSON object ````.
|
28
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
30
29
|
class Empty
|
31
30
|
include Google::Apis::Core::Hashable
|
32
31
|
|
@@ -334,6 +333,12 @@ module Google
|
|
334
333
|
# @return [Google::Apis::RedisV1beta1::MaintenanceSchedule]
|
335
334
|
attr_accessor :maintenance_schedule
|
336
335
|
|
336
|
+
# Optional. The self service update maintenance version. The version is date
|
337
|
+
# based such as "20210712_00_00".
|
338
|
+
# Corresponds to the JSON property `maintenanceVersion`
|
339
|
+
# @return [String]
|
340
|
+
attr_accessor :maintenance_version
|
341
|
+
|
337
342
|
# Required. Redis memory size in GiB.
|
338
343
|
# Corresponds to the JSON property `memorySizeGb`
|
339
344
|
# @return [Fixnum]
|
@@ -484,6 +489,7 @@ module Google
|
|
484
489
|
@location_id = args[:location_id] if args.key?(:location_id)
|
485
490
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
486
491
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
492
|
+
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
487
493
|
@memory_size_gb = args[:memory_size_gb] if args.key?(:memory_size_gb)
|
488
494
|
@name = args[:name] if args.key?(:name)
|
489
495
|
@nodes = args[:nodes] if args.key?(:nodes)
|
@@ -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.25.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::RedisV1beta1::MaintenanceSchedule, decorator: Google::Apis::RedisV1beta1::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::RedisV1beta1::NodeInfo, decorator: Google::Apis::RedisV1beta1::NodeInfo::Representation
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.25.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
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.25.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|