google-cloud-redis-cluster 2.0.1 → 2.0.2

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: e0c35c6bb12e1608e5765a7514faa0d4e40d655eaed2e92dda48e0230cf32489
4
- data.tar.gz: 473208bf7ed71342cbc882a74c3c7d7c967cef40067b64dbb3ce78d8aa481357
3
+ metadata.gz: dc3d56193f86658bbd6dcb621f6b0a2a2f1d34fa316664ad9cdd7076b1e808e3
4
+ data.tar.gz: 2d3d040ee4e843576cd97cb5098708ab0987a9edfd3db3745637a0c0013f2842
5
5
  SHA512:
6
- metadata.gz: edc820c743837d0927f87bc4559fe0100007053e7c0c97cc492bbc9edca251966a110a04c32d5604aba54ee6a8cf6d4ca12e079aba4fe02d41273a5d586854f7
7
- data.tar.gz: 53df503ed574617ed260aafcecbeca1a3ddcb066dfb2c12eb25c1b916054c5edaed2c2835108fc6a26b65347d36755992394a1b0250bf32390ed3abb95be0476
6
+ metadata.gz: 688d5934cb940cf43be5ee4fda95a6a413f364f26092b8e71bde80758e47a5d97f2a5e5bf3aa63f6517770c6a9b9c225635daae9a09ab5b94e07749b80daafa4
7
+ data.tar.gz: ea40b4d2e5e9f7c3003e41dd89e2719c7d0929a840da08d9d2253e0c29a375d7e1474b625373906fd9ea03cd3e89edba7da897a0bd5b07ce2c7164327762429f
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/redis.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/redis/cluster"
38
+
39
+ client = Google::Cloud::Redis::Cluster.cloud_redis_cluster
40
+ request = ::Google::Cloud::Redis::Cluster::V1::ListClustersRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_clusters request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module Cluster
24
- VERSION = "2.0.1"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
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: Creates and manages Redis instances on the Google Cloud Platform.
74
74
  test_files: []