google-cloud-filestore-v1 0.4.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: 9b70ddabe830810fe6853f9cd5a52a19e226e17ddf50e2e74a5f420bca4b9b4a
4
- data.tar.gz: 8ee4a7229904377deaf684c0e69135a149710b6db04fcf051947967a3b5c2cf5
3
+ metadata.gz: 3e66d9efdb82a331068ad07602444b3f1a832a9442cceb8f975294b00175f0c1
4
+ data.tar.gz: 3ad00864d45f3626975ddcffe8145a3fbd012f8f05c64e7ea9e6b45a3e9a0136
5
5
  SHA512:
6
- metadata.gz: b972375e6c5e185d9001f7d2eb4cf80a9e0f7be5aa0724d5371e48591ba0eb705faaf8f16482638f606178611170640760140ea2c292233a453f6b94d9fc2296
7
- data.tar.gz: 8b6100d87e495e113265e912b6ac4f0f5ba24745debeda4a69a7f7b477cbb084eb002163feff3de187f9934ea9262aacc6b8fef10e7ad81ed91af62c816abf7e
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
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Filestore
23
23
  module V1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -209,9 +209,57 @@ module Google
209
209
  # @!attribute [rw] common
210
210
  # @return [::Google::Api::CommonLanguageSettings]
211
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
212
242
  class DotnetSettings
213
243
  include ::Google::Protobuf::MessageExts
214
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
215
263
  end
216
264
 
217
265
  # Settings for Ruby client libraries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-filestore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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-23 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -171,8 +171,9 @@ dependencies:
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0.9'
173
173
  description: Filestore instances are fully managed NFS file servers on Google Cloud
174
- for use with applications running on Compute Engine virtual machines (VMs) instances
175
- or Google Kubernetes Engine clusters. Note that google-cloud-filestore-v1 is a version-specific
174
+ for use with applications running on Compute Engine virtual machine (VM) instances,
175
+ Google Kubernetes Engine clusters, external datastores such as Google Cloud VMware
176
+ Engine, or your on-premises machines. Note that google-cloud-filestore-v1 is a version-specific
176
177
  client library. For most uses, we recommend installing the main client library google-cloud-filestore
177
178
  instead. See the readme for more details.
178
179
  email: googleapis-packages@google.com