google-cloud-redis-cluster 2.0.1 → 2.1.0

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: bcaa21aa7efa3187a723f97d3fb0088ca8013edd00879f5dc7a9db1f93bc77b6
4
+ data.tar.gz: b6ba812cfba759e83259b41b3a0194308d214902a0764ce86e5e005f956fab5f
5
5
  SHA512:
6
- metadata.gz: edc820c743837d0927f87bc4559fe0100007053e7c0c97cc492bbc9edca251966a110a04c32d5604aba54ee6a8cf6d4ca12e079aba4fe02d41273a5d586854f7
7
- data.tar.gz: 53df503ed574617ed260aafcecbeca1a3ddcb066dfb2c12eb25c1b916054c5edaed2c2835108fc6a26b65347d36755992394a1b0250bf32390ed3abb95be0476
6
+ metadata.gz: a9e9c9e0e9496231d924f2ad3d7b713291a6ec97821a0b776c355e5a8dad5a9889f4ead29e6a3d5bf1399f7b7325691bc775a139b60943f959f7aa7420161d22
7
+ data.tar.gz: 94ff19938f3c61996361ee23025d669d586850f13e3d4f03e463fe7d7996c80194d3170d0e00f99b0bb43ce8e2660fdc239faa1a4d2a09229479a7c083e674d8
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.1.0"
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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
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: []