google-cloud-memorystore 1.0.1 → 1.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: 22da5a40cfdc8a95fc4e546f7e5def7cf42bd4c79fc1cbbd983eacc99a5ffb00
4
- data.tar.gz: b593faa456a426c696bc93aad83e4f1ddc5de92e430489fb987f03be440f280b
3
+ metadata.gz: 5c0ec01d1203847b99bb99e815624dbc53ae7e66e5ac195d2aeb699f637dc004
4
+ data.tar.gz: d49b2aa98c22147a2891ab8632f7848452d3bcc6a4d550963ece6c1dff8bce60
5
5
  SHA512:
6
- metadata.gz: 6dc512bde83d3e647723edbedcfae21bb4d48968e75a40c1057ed1df7661197bae0b02d23ee098988a3b9719be256a9ee0aa06c5154a636a68a540988fe27afd
7
- data.tar.gz: 6b5bf2a42c6231c20095ace83937d2122d312c91fa3e39e85594603d0e20d99bdaaf90fc5146c5d682ab2cfcdbf937b9b93d6ffc2134f23ffcfc6b076070f07f
6
+ metadata.gz: 9cf0fe0fc8f4ea02cf2db4deb9f34bd1d49aa587989c8211b637455333f52caf19e60b583f21859dc8d2b80ec80037c02943df72a12edc378e7f22b95242bff7
7
+ data.tar.gz: edde13a2ab269dc8af7944041471af3cd25da738c3f517388ebde23729dfdd9e8388c2e41ee9a89e0f298d7aca535a2af7a4cf306a6724bf6c77ee0eacf77bd0
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/memorystore.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/memorystore"
39
+
40
+ client = Google::Cloud::Memorystore.memorystore
41
+ request = ::Google::Cloud::Memorystore::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 Memorystore
23
- VERSION = "1.0.1"
23
+ VERSION = "1.1.0"
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-memorystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Memorystore API
75
75
  test_files: []