google-cloud-redis 2.0.1 → 2.0.3

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: 4e1646e611a778c7db4979b2b1b5d1e507504b24698c8d1f11be5bad1c771acf
4
- data.tar.gz: 781d89e72973326def607bf7ba5687da277130daac7344668256c02fee84e000
3
+ metadata.gz: fd4b35881d01a706cf5a76280b2d6d75a13fd7e06d6026ff178d6e7f382fa30a
4
+ data.tar.gz: '08e699e2a249e932b474648e2ce2c1e7f1f6f6528f99eb4189a22a598b767e9b'
5
5
  SHA512:
6
- metadata.gz: 14f563db4ea3b5d2b5e6f3e68e303d5d6c86b275d34dd96110e2c96459537fbc81cf08300d788f90850388f084b817655fc332542e131934b6ba55d2ed3feb3a
7
- data.tar.gz: d5b3de76f7725977f3c450dfe519259c28eca47a976a0578f4b0e380bc228dd0ab8cdf5b10ae756ab32a5aae9bff276d119f73615aed005862f87245773d84a6
6
+ metadata.gz: 0ea0a77a374e698f0a9a692e2a9df2a3785b8486b943425cac5356dddb06d3d4a9e4a7299a4d59921832f2cc97c94b33023fc737e99a5927664d20d28da32d2c
7
+ data.tar.gz: a197836a159cbac98d4dd4fa90515006c7c494b43c093b85e8cee191dbaa655617737abd4d25b62db18829355351c1ec4ba6c85d5217618dd66bc29c01c61b31
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/redis.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/redis"
39
+
40
+ client = Google::Cloud::Redis.cloud_redis
41
+ request = ::Google::Cloud::Redis::V1::ListInstancesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_instances request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Redis
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: API Client library for the Google Cloud Memorystore for Redis API
74
74
  test_files: []