google-cloud-filestore-v1 0.3.0 → 0.4.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: 25d5ec39faa328c7d9a69abc71d387d19548ba79fac38c8e07d07a523f2d5873
4
- data.tar.gz: 786349cd3101f9e5603cf53f3a2bdce91fd477fdb04ff709efbabe5c94a93401
3
+ metadata.gz: 3e66d9efdb82a331068ad07602444b3f1a832a9442cceb8f975294b00175f0c1
4
+ data.tar.gz: 3ad00864d45f3626975ddcffe8145a3fbd012f8f05c64e7ea9e6b45a3e9a0136
5
5
  SHA512:
6
- metadata.gz: 2547df1a5b51a9f2c67c8e18f5d374d1a1c1d0358e70a25eb2f49f69d13daaaac01582f2665c76ceb16832eb6b5ab6a25b28e8105abe88cf7eb2c5b9a1b148bb
7
- data.tar.gz: 983f013897094356a78916d0fe296067d6b4b6939f2294282ffca167c89dbfa3352bff087f2bfbf25eca2c3e7431682356fa5b728c2bd9811f8d3fbc396109f6
6
+ metadata.gz: 8ba7ac43b2bd4afb2f2422df690374099b77eba7667a7f24b478b3043a7c4791af2357801343ddee8ef9f0e179c9b390999c415577939c11ae46d5f7c0025584
7
+ data.tar.gz: 0c7253ff084efbe4f5c967164a6b63d5212f4f083a2f6a0d255888aef83f57d6af1005251ff07627a526140a8a0c684f7683a865f7856b302a8446ed024a161d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Cloud Filestore API is used for creating and managing cloud file servers.
4
4
 
5
- Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters.
5
+ Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machine (VM) instances, Google Kubernetes Engine clusters, external datastores such as Google Cloud VMware Engine, or your on-premises machines.
6
6
 
7
7
  https://github.com/googleapis/google-cloud-ruby
8
8
 
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53