google-cloud-filestore 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: 1b1bab33624eb7a7cb9d20a6db057a0dd2c30e065e9bad67ab42a4866b426823
4
- data.tar.gz: 31ed373768ea060403512f6aa11bc16b632c17718442dc6eec7d48fa97ac92fb
3
+ metadata.gz: 5106025b7ac3d724abfc1aaa36875ca833d1d4b06eadbaae5830c76767a865a1
4
+ data.tar.gz: 56f0ddd426654b98110a80610b9f4af65bc4864fda1afc89d187337e442cb245
5
5
  SHA512:
6
- metadata.gz: ef8250bedae4475dede8cbde92ea0c94eae27ee238b387adff872e55d5a6aac6d64ee7ea193e31f8b5cdad9e56d0efdc9221768fe7170af6796b012eb00b3d26
7
- data.tar.gz: 79d56501fccd9d6a3bbb211e5e0fc2fd095d88f86b3054176b29a138357f3317af2944e1edf047806a2a0cf694eaf8e0baa9750da168e6581356a5ae099cbbf4
6
+ metadata.gz: 79739c9a68ac8049ecae7088f9e51abfa6819a347fcf435841f9c091ff06473d094ff699c2064fdb9b5c0a74d37e41a915be0bf0d6a1ab32da386ef8273fc21e
7
+ data.tar.gz: fd4d9784a618f481e3f303ee9280f190482e78a436371e9577d65beb0c18d6fa4fc37d874af4b4bb56a8c0db0ea24c921ec05ce11902c8c90b2772eb556230b0
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.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-filestore
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
@@ -63,14 +63,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
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: []