google-cloud-parallelstore 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: 4267c02dbd22513d8a687caa5d5f31af52279b322027b86fc72a5b12ee3b1ba4
4
- data.tar.gz: b5f7530d67f4edc3bfddaa23cd9a66d50ddd844620b6834f96d20c01ed1c40de
3
+ metadata.gz: bfef1564749232e08c42e741af8c338d70eb34d41d236766ddb748bb8aee18a1
4
+ data.tar.gz: 33d1274fc90c77a021bb83d8a76ba734f75c7321adc33355cc0fe501dfc22e91
5
5
  SHA512:
6
- metadata.gz: 3e55d3f4347527f640638b26bfc5ca3a3cd2afcd40b802e1e2faa0e9ece13a1549617606f503f43e2bfbdb40687b70192e35e045d6e096023477ae81f6fddc2a
7
- data.tar.gz: a663a9bbf0714146f505ce6dec2ffbb9e53e334fffc5af433c605a4a5617581f54b202dee7886e21d8395ad17745f89d90fd1189bad6e86f16e67b809997989e
6
+ metadata.gz: 56fc044785276416bcce955a6c189f274e50999515d7dc18ee498da99ce7c5d7cabdbd364a0bf19b548afb87017596beca60c21b499de9c574fb5f95cec6a13d
7
+ data.tar.gz: b65b3d75a32e0816e445f2751f4938d59ee33afaeca355276d4cc0bfe9537dd9214e8f572648934c64adc82951419c1785d20b8eeeba2ffb6a9ba035df80ec14
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/parallelstore.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/parallelstore"
39
+
40
+ client = Google::Cloud::Parallelstore.parallelstore
41
+ request = ::Google::Cloud::Parallelstore::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 Parallelstore
23
- VERSION = "2.0.1"
23
+ VERSION = "2.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-parallelstore
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
@@ -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 Parallelstore API
75
75
  test_files: []