google-cloud-filestore 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8907fc123da24c2710708fee8ac4ce58401c485c6352bd86274aa353d9a354f9
4
- data.tar.gz: 10e5199c9a17a90fb1acf478a0d3852cffda86baf56265d59f889e523877dae6
3
+ metadata.gz: d13d750d2eac70ee1f50af55386b91859c5c10604423cd96405061aa9138fa0a
4
+ data.tar.gz: 45c7de939f1913609680d3665c914dda8e43098df91b2dce0b6572e2d15f27db
5
5
  SHA512:
6
- metadata.gz: ec3a26614518677feb11f669fb7eab1d284bc54b1da49bf537b58db9fa9a820b0204eeb3b5dedde1311d657be901984cb333bc3630de598680eff06ea642b57f
7
- data.tar.gz: 7a3ae532fc01feaa5042d1561c971311a60ff7eeff5ce54a51c186a698021c067fb8eb0ab9c5be95c2d87bc528b3e5906fca3ea6e2d7442f5b832eb651bf6a32
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://googleapis.dev/ruby/google-cloud-filestore-v1/latest).
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.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Filestore
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.1"
24
24
  end
25
25
  end
26
26
  end
@@ -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://googleapis.dev/ruby/google-cloud-filestore-v1/latest/Google/Cloud/Filestore/V1/CloudFilestoreManager/Client.html)
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 Cloud Filestore resources.
62
+ # Configures and manages Filestore resources.
63
63
  #
64
- # Cloud Filestore Manager v1.
64
+ # Filestore Manager v1.
65
65
  #
66
- # The `file.googleapis.com` service implements the Cloud Filestore API and
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, Cloud Filestore instances are resources of the form:
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 GCP `zone` for instances and but to a GCP
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.0
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-09 00:00:00.000000000 Z
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