google-cloud-redis-cluster 2.0.0 → 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: 7f1e5d992b35e52725884ae938d836d289d8bf80dd45f3c99b296c25a0ad5ca1
4
- data.tar.gz: 97a0ec0427eb38703dfbeac2fdd4198044ea6eb1a1ef9601050eefd5ec83c18f
3
+ metadata.gz: dc3d56193f86658bbd6dcb621f6b0a2a2f1d34fa316664ad9cdd7076b1e808e3
4
+ data.tar.gz: 2d3d040ee4e843576cd97cb5098708ab0987a9edfd3db3745637a0c0013f2842
5
5
  SHA512:
6
- metadata.gz: ad2f1b58733eca650b22f15a7a75d87eba4335cb0f449736be3693e44cfc4c2c80390a53d4040ce0361e0d0bb79427a743785f79103d1b4c76ba617dc9644bad
7
- data.tar.gz: bf771b885511fcf274b89433fc00f6f93511402ebaa03644a2792c2b96c7bf0f804c5432f531de0c4843b6025c184257982a0de25eef1eec378f1165d0618f83
6
+ metadata.gz: 688d5934cb940cf43be5ee4fda95a6a413f364f26092b8e71bde80758e47a5d97f2a5e5bf3aa63f6517770c6a9b9c225635daae9a09ab5b94e07749b80daafa4
7
+ data.tar.gz: ea40b4d2e5e9f7c3003e41dd89e2719c7d0929a840da08d9d2253e0c29a375d7e1474b625373906fd9ea03cd3e89edba7da897a0bd5b07ce2c7164327762429f
data/README.md CHANGED
@@ -6,7 +6,7 @@ Creates and manages Redis instances on the Google Cloud Platform.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-redis-cluster-v*`.
8
8
  The gem `google-cloud-redis-cluster` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -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.0"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.3
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: []