google-apis-redis_v1beta1 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d5a4c25b9740c9872e0a94ef31b463c8e020e43c4fa63f056644ec44888aca5
4
- data.tar.gz: 4fc2612fe2d18d435be3783921503b3c140b35a16162495548c1c24805ded344
3
+ metadata.gz: 56859bf5e683f2349928a90469efbb9fb011b9e412578ef89dfc144c958c7f3d
4
+ data.tar.gz: 992c64aa8d550207ad54ecb51ad3364ab97165881a8c5bdbf773d80635693319
5
5
  SHA512:
6
- metadata.gz: 609a8f29a19c885704d54f70793034e151d4252c6b3c3f98f20aee71621c1f9b5042d1b9614cd161aec4029889124bed910c48d86d0893a4a78e2dc89093d60a
7
- data.tar.gz: 1cda5fbd1e1225099f0d15256aa65cfd25ad493cc576ef5bd8a67b3099d814253be39e310c5790336dd78b768e658932a65021438ef6a13e6394a2e8f84a4d12
6
+ metadata.gz: 41dd890079209afd422583d0b1903170938aa1b13883503e815a7b72f27cc8f2da8ab44378361e6b66ea8314be47c948dea09d197e4678786a60eeeb567b558a
7
+ data.tar.gz: 10f8f48c835e19e3c9749e178ef2d8c9ba256e1473eef1769c3341e6e8de076963a5cc13387cce01e575da93c43cd3be68152a98fdda889562aecd84ccea6417
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-05-28)
4
+
5
+ * Regenerated from discovery document revision 20210525
6
+
3
7
  ### v0.6.0 (2021-05-19)
4
8
 
5
9
  * Unspecified changes
@@ -374,7 +374,8 @@ module Google
374
374
  # Optional. The version of Redis software. If not provided, latest supported
375
375
  # version will be used. Currently, the supported values are: * `REDIS_3_2` for
376
376
  # Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `
377
- # REDIS_5_0` for Redis 5.0 compatibility
377
+ # REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x
378
+ # compatibility
378
379
  # Corresponds to the JSON property `redisVersion`
379
380
  # @return [String]
380
381
  attr_accessor :redis_version
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210511"
25
+ REVISION = "20210525"
26
26
  end
27
27
  end
28
28
  end
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.6.0
4
+ version: 0.7.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -53,7 +53,7 @@ licenses:
53
53
  metadata:
54
54
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
55
55
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1/CHANGELOG.md
56
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.6.0
56
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.7.0
57
57
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1
58
58
  post_install_message:
59
59
  rdoc_options: []