google-cloud-filestore 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: d6a6299e24af01fb95625f293f217d80b3402451f211d697cba73e9098b32f61
4
- data.tar.gz: 6fbcf742d843c83abbfef88de836680609d111757ca561f464c3cda6bef3873c
3
+ metadata.gz: 0563dad07a77730ce571bdfdd50a55f6fc84a56f996d70874b96b248e0495ca5
4
+ data.tar.gz: 73a86f776364c88774d6fc98b6e70cbe4af33c8cda02d7212406236601e84a70
5
5
  SHA512:
6
- metadata.gz: c7af267e53d64663779fa4d46857a57a680dd48f9785e61893ba4d562315a156452f23df92b935f462913e3da7de43c6cda2c7dbfc7136e3bf5734036538808e
7
- data.tar.gz: f375be6db8c6f8ba04fefd8cd4bfd96c2bd864b96ff9170438f9d93603b60aadc7fb3ad12d7c748ed219fe0bcc37138d831b70191c02726d556bacdad8f27f9e
6
+ metadata.gz: 70e8cd58e2ca3a10c4de2bd8db4fbb8e60655903a1ec2024fdbea45b012a48b1f12bfd511a5e895bc41c93eb46bff81c197f266ab71522ff0931e13aada9feaa
7
+ data.tar.gz: 20dcdace80735c2497ecf29c0ab7f495e31f3373029f2ee5849433db11863cc8bdb57366e4824cc2e8662d15ca1a876241bea403143157c16fa0b6e3e6f3f2b6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Filestore instances are fully managed NFS file servers on Google Cloud for use w
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-filestore-v*`.
9
9
  The gem `google-cloud-filestore` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-filestore
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
@@ -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.3
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: []