google-cloud-filestore 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: 1b1bab33624eb7a7cb9d20a6db057a0dd2c30e065e9bad67ab42a4866b426823
4
- data.tar.gz: 31ed373768ea060403512f6aa11bc16b632c17718442dc6eec7d48fa97ac92fb
3
+ metadata.gz: 0563dad07a77730ce571bdfdd50a55f6fc84a56f996d70874b96b248e0495ca5
4
+ data.tar.gz: 73a86f776364c88774d6fc98b6e70cbe4af33c8cda02d7212406236601e84a70
5
5
  SHA512:
6
- metadata.gz: ef8250bedae4475dede8cbde92ea0c94eae27ee238b387adff872e55d5a6aac6d64ee7ea193e31f8b5cdad9e56d0efdc9221768fe7170af6796b012eb00b3d26
7
- data.tar.gz: 79d56501fccd9d6a3bbb211e5e0fc2fd095d88f86b3054176b29a138357f3317af2944e1edf047806a2a0cf694eaf8e0baa9750da168e6581356a5ae099cbbf4
6
+ metadata.gz: 70e8cd58e2ca3a10c4de2bd8db4fbb8e60655903a1ec2024fdbea45b012a48b1f12bfd511a5e895bc41c93eb46bff81c197f266ab71522ff0931e13aada9feaa
7
+ data.tar.gz: 20dcdace80735c2497ecf29c0ab7f495e31f3373029f2ee5849433db11863cc8bdb57366e4824cc2e8662d15ca1a876241bea403143157c16fa0b6e3e6f3f2b6
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/file.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/filestore"
39
+
40
+ client = Google::Cloud::Filestore.cloud_filestore_manager
41
+ request = ::Google::Cloud::Filestore::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 Filestore
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
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-filestore
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
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Filestore API
76
76
  test_files: []