google-cloud-filestore 1.2.0 → 1.2.1
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/filestore/version.rb +1 -1
- data/lib/google/cloud/filestore.rb +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d13d750d2eac70ee1f50af55386b91859c5c10604423cd96405061aa9138fa0a
|
4
|
+
data.tar.gz: 45c7de939f1913609680d3665c914dda8e43098df91b2dce0b6572e2d15f27db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3773dd8cfc26e18a92dab2089a9e28eb9e7a24f6f80c90bd5f4284d22222c2885fa69006e010ee90d3a8ba8c450211a98e75fd6682091b361dd3101422cbab4c
|
7
|
+
data.tar.gz: f24c0829633d6487482ec0de4913be871f0eec9846f9e213eea23be4af2c23cfa74895bcea1719b489ba33511928409c0f36c4d1aae14de290df04044b322fa5
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-filestore, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-filestore-v1](https://
|
19
|
+
[google-cloud-filestore-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-filestore-v1/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/filestore/)
|
22
22
|
for more usage information.
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# Create a new client object for CloudFilestoreManager.
|
49
49
|
#
|
50
50
|
# By default, this returns an instance of
|
51
|
-
# [Google::Cloud::Filestore::V1::CloudFilestoreManager::Client](https://
|
51
|
+
# [Google::Cloud::Filestore::V1::CloudFilestoreManager::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-filestore-v1/latest/Google-Cloud-Filestore-V1-CloudFilestoreManager-Client)
|
52
52
|
# for a gRPC client for version V1 of the API.
|
53
53
|
# However, you can specify a different API version by passing it in the
|
54
54
|
# `version` parameter. If the CloudFilestoreManager service is
|
@@ -59,23 +59,23 @@ module Google
|
|
59
59
|
#
|
60
60
|
# ## About CloudFilestoreManager
|
61
61
|
#
|
62
|
-
# Configures and manages
|
62
|
+
# Configures and manages Filestore resources.
|
63
63
|
#
|
64
|
-
#
|
64
|
+
# Filestore Manager v1.
|
65
65
|
#
|
66
|
-
# The `file.googleapis.com` service implements the
|
66
|
+
# The `file.googleapis.com` service implements the Filestore API and
|
67
67
|
# defines the following resource model for managing instances:
|
68
68
|
# * The service works with a collection of cloud projects, named: `/projects/*`
|
69
69
|
# * Each project has a collection of available locations, named: `/locations/*`
|
70
70
|
# * Each location has a collection of instances and backups, named:
|
71
71
|
# `/instances/*` and `/backups/*` respectively.
|
72
|
-
# * As such,
|
72
|
+
# * As such, Filestore instances are resources of the form:
|
73
73
|
# `/projects/{project_number}/locations/{location_id}/instances/{instance_id}`
|
74
74
|
# and backups are resources of the form:
|
75
75
|
# `/projects/{project_number}/locations/{location_id}/backup/{backup_id}`
|
76
76
|
#
|
77
|
-
# Note that location_id must be a
|
78
|
-
# `region` for backups; for example:
|
77
|
+
# Note that location_id must be a Google Cloud `zone` for instances, but
|
78
|
+
# a Google Cloud `region` for backups; for example:
|
79
79
|
# * `projects/12345/locations/us-central1-c/instances/my-filestore`
|
80
80
|
# * `projects/12345/locations/us-central1/backups/my-backup`
|
81
81
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-filestore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|