google-cloud-redis-v1beta1 0.2.2 → 0.2.3

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: 5f32a8f6016cb71493359421b0c0142362dafec5004de8dcdc028d60557b5bd7
4
- data.tar.gz: 526d8b2666abc1c375ec6b37360c629b791f981aa3dc4faee3b2b588c5f2d69b
3
+ metadata.gz: 369b412e774f884d8016624301aa16835fa9a69043e6e0f7010e66dd75ce2054
4
+ data.tar.gz: d5106f448903d14247920d86ba71a5d7bb25db6a96c0da41565517df61b88026
5
5
  SHA512:
6
- metadata.gz: 4c4b0a380cf5503a43ce1787e97238a26e76f12930a3bc573ee849c58b7c734c39b75cecd46c13ad19e4e8232ba1fc910ea3d19a17accb824f6521cc4eb5c6cf
7
- data.tar.gz: a10b9be9302b78337f9d5f4fb59e4d6372db20cb3561825ece1d1b1eccb5dd2684bb71b1d04f8fcd5bda8a633d1dfb262b0b208740abb88946efaebe904dead6
6
+ metadata.gz: c50c66876ddfb2e4fc5d205f9495a544438bc5862d2b0ad82b5e285c16d64fa0d4677195f8ade66051bfb28321505a8dc80d62f2f399528b2e395adb8a3f8b19
7
+ data.tar.gz: f9d5b8df39966c10b5bd23233793009663aab2efd95e5182d198b04dbbb1aa5269ca5a3b7d40d926da0c7d661fb846bbef66f1b5b5fe0648314a1f3591d7dd45
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/redis.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_instances request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-redis-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/memorystore/docs/redis)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module V1beta1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common