google-apis-redis_v1beta1 0.17.0 → 0.18.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: 957286cae8cb5176d09332206d500d9c2fce552501a7e2cd56e5018899ced8b9
4
- data.tar.gz: d76b04cb6bbe035d1767db4b93ba87524a9c232638c15120cab766ec0c45d182
3
+ metadata.gz: 337be0f2467fb6fe7e6d084a1a59330025805ebfb1703b428a06aa0e1ae032f1
4
+ data.tar.gz: 20ae116c09137492fe3144cbad9d16c98695eca813fb1fdfeff0bd53c884b584
5
5
  SHA512:
6
- metadata.gz: 7418b3c04145ede2a83584cf7a85486b6650d2da47aea3b01935d527d2b0a57b67530dc4c33553c85cfd9f271e494700f4c5f268c1d92921ebd7ea832b7f2aa1
7
- data.tar.gz: 4d2e46151a8d9449b1892e7876add531c5ba9cd363ef86e5e05303edf3c3b5661fd87564c92456db80391a62972a575527d86822f1c36affcb777c07edf3b0a1
6
+ metadata.gz: 809a3be7b2fd8b0c578d3cff78107cc627d7d7bb09e35e9d710b1a8b525709ffb1f04941568a4688aa3ef510752bdb73f54ae8a639b8a55a8dc0a1dd2ad44005
7
+ data.tar.gz: 9d83cb91d71456b54e602e95bee9bf816b306ec2145520d00bc423227c28fc7889ef87012af48b780d9e9fb06058035df10100b01daf88204cbb6fdbfa6a2e1b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.18.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.17.0 (2021-12-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20211202
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/redis_v1beta1"
51
51
  client = Google::Apis::RedisV1beta1::CloudRedisService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module RedisV1beta1
18
18
  # Version of the google-apis-redis_v1beta1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
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.17.0
4
+ version: 0.18.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.17.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.18.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: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.2.17
79
+ rubygems_version: 3.3.4
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1