google-cloud-filestore-v1 0.6.0 → 0.8.0
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/AUTHENTICATION.md +72 -99
- data/lib/google/cloud/filestore/v1/bindings_override.rb +102 -0
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/client.rb +153 -8
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/operations.rb +28 -6
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest/client.rb +156 -7
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest/operations.rb +33 -8
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest/service_stub.rb +74 -2
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest.rb +1 -0
- data/lib/google/cloud/filestore/v1/cloud_filestore_service_pb.rb +2 -1
- data/lib/google/cloud/filestore/v1/cloud_filestore_service_services_pb.rb +2 -0
- data/lib/google/cloud/filestore/v1/rest.rb +1 -0
- data/lib/google/cloud/filestore/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb +42 -1
- metadata +26 -5
@@ -21,6 +21,7 @@ module Google
|
|
21
21
|
module Api
|
22
22
|
# Required information for every language.
|
23
23
|
# @!attribute [rw] reference_docs_uri
|
24
|
+
# @deprecated This field is deprecated and may be removed in the next major version update.
|
24
25
|
# @return [::String]
|
25
26
|
# Link to automatically generated reference documentation. Example:
|
26
27
|
# https://cloud.google.com/nodejs/docs/reference/asset/latest
|
@@ -304,6 +305,19 @@ module Google
|
|
304
305
|
# seconds: 360 # 6 minutes
|
305
306
|
# total_poll_timeout:
|
306
307
|
# seconds: 54000 # 90 minutes
|
308
|
+
# @!attribute [rw] auto_populated_fields
|
309
|
+
# @return [::Array<::String>]
|
310
|
+
# List of top-level fields of the request message, that should be
|
311
|
+
# automatically populated by the client libraries based on their
|
312
|
+
# (google.api.field_info).format. Currently supported format: UUID4.
|
313
|
+
#
|
314
|
+
# Example of a YAML configuration:
|
315
|
+
#
|
316
|
+
# publishing:
|
317
|
+
# method_settings:
|
318
|
+
# - selector: google.example.v1.ExampleService.CreateExample
|
319
|
+
# auto_populated_fields:
|
320
|
+
# - request_id
|
307
321
|
class MethodSettings
|
308
322
|
include ::Google::Protobuf::MessageExts
|
309
323
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -92,7 +92,10 @@ module Google
|
|
92
92
|
# File share configuration for the instance.
|
93
93
|
# @!attribute [rw] name
|
94
94
|
# @return [::String]
|
95
|
-
# The name of the file share
|
95
|
+
# Required. The name of the file share. Must use 1-16 characters for the
|
96
|
+
# basic service tier and 1-63 characters for all other service tiers.
|
97
|
+
# Must use lowercase letters, numbers, or underscores `[a-z0-9_]`. Must
|
98
|
+
# start with a letter. Immutable.
|
96
99
|
# @!attribute [rw] capacity_gb
|
97
100
|
# @return [::Integer]
|
98
101
|
# File share capacity in gigabytes (GB).
|
@@ -211,6 +214,9 @@ module Google
|
|
211
214
|
# @!attribute [r] satisfies_pzs
|
212
215
|
# @return [::Google::Protobuf::BoolValue]
|
213
216
|
# Output only. Reserved for future use.
|
217
|
+
# @!attribute [r] satisfies_pzi
|
218
|
+
# @return [::Boolean]
|
219
|
+
# Output only. Reserved for future use.
|
214
220
|
# @!attribute [rw] kms_key_name
|
215
221
|
# @return [::String]
|
216
222
|
# KMS key name used for data encryption.
|
@@ -267,6 +273,9 @@ module Google
|
|
267
273
|
|
268
274
|
# The instance is in the process of becoming active.
|
269
275
|
RESUMING = 10
|
276
|
+
|
277
|
+
# The instance is reverting to a snapshot.
|
278
|
+
REVERTING = 12
|
270
279
|
end
|
271
280
|
|
272
281
|
# Available service tiers.
|
@@ -297,6 +306,14 @@ module Google
|
|
297
306
|
# ENTERPRISE instances offer the features and availability needed for
|
298
307
|
# mission-critical workloads.
|
299
308
|
ENTERPRISE = 6
|
309
|
+
|
310
|
+
# ZONAL instances offer expanded capacity and performance scaling
|
311
|
+
# capabilities.
|
312
|
+
ZONAL = 7
|
313
|
+
|
314
|
+
# REGIONAL instances offer the features and availability needed for
|
315
|
+
# mission-critical workloads.
|
316
|
+
REGIONAL = 8
|
300
317
|
end
|
301
318
|
|
302
319
|
# SuspensionReason contains the possible reasons for a suspension.
|
@@ -374,6 +391,23 @@ module Google
|
|
374
391
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
375
392
|
end
|
376
393
|
|
394
|
+
# RevertInstanceRequest reverts the given instance's file share to the
|
395
|
+
# specified snapshot.
|
396
|
+
# @!attribute [rw] name
|
397
|
+
# @return [::String]
|
398
|
+
# Required.
|
399
|
+
# `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
|
400
|
+
# The resource name of the instance, in the format
|
401
|
+
# @!attribute [rw] target_snapshot_id
|
402
|
+
# @return [::String]
|
403
|
+
# Required. The snapshot resource ID, in the format 'my-snapshot', where the
|
404
|
+
# specified ID is the \\{snapshot_id} of the fully qualified name like
|
405
|
+
# `projects/{project_id}/locations/{location_id}/instances/{instance_id}/snapshots/{snapshot_id}`
|
406
|
+
class RevertInstanceRequest
|
407
|
+
include ::Google::Protobuf::MessageExts
|
408
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
409
|
+
end
|
410
|
+
|
377
411
|
# DeleteInstanceRequest deletes an instance.
|
378
412
|
# @!attribute [rw] name
|
379
413
|
# @return [::String]
|
@@ -623,6 +657,9 @@ module Google
|
|
623
657
|
# @!attribute [r] satisfies_pzs
|
624
658
|
# @return [::Google::Protobuf::BoolValue]
|
625
659
|
# Output only. Reserved for future use.
|
660
|
+
# @!attribute [r] satisfies_pzi
|
661
|
+
# @return [::Boolean]
|
662
|
+
# Output only. Reserved for future use.
|
626
663
|
# @!attribute [rw] kms_key
|
627
664
|
# @return [::String]
|
628
665
|
# Immutable. KMS key name used for data encryption.
|
@@ -656,6 +693,10 @@ module Google
|
|
656
693
|
|
657
694
|
# Backup is being deleted.
|
658
695
|
DELETING = 4
|
696
|
+
|
697
|
+
# Backup is not valid and cannot be used for creating new instances or
|
698
|
+
# restoring existing instances.
|
699
|
+
INVALID = 5
|
659
700
|
end
|
660
701
|
end
|
661
702
|
|
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
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.21.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.21.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,6 +58,26 @@ dependencies:
|
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '1.0'
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: google-cloud-location
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '0.7'
|
68
|
+
- - "<"
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: 2.a
|
71
|
+
type: :runtime
|
72
|
+
prerelease: false
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0.7'
|
78
|
+
- - "<"
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: 2.a
|
61
81
|
- !ruby/object:Gem::Dependency
|
62
82
|
name: google-style
|
63
83
|
requirement: !ruby/object:Gem::Requirement
|
@@ -187,6 +207,7 @@ files:
|
|
187
207
|
- README.md
|
188
208
|
- lib/google-cloud-filestore-v1.rb
|
189
209
|
- lib/google/cloud/filestore/v1.rb
|
210
|
+
- lib/google/cloud/filestore/v1/bindings_override.rb
|
190
211
|
- lib/google/cloud/filestore/v1/cloud_filestore_manager.rb
|
191
212
|
- lib/google/cloud/filestore/v1/cloud_filestore_manager/client.rb
|
192
213
|
- lib/google/cloud/filestore/v1/cloud_filestore_manager/credentials.rb
|
@@ -234,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
234
255
|
- !ruby/object:Gem::Version
|
235
256
|
version: '0'
|
236
257
|
requirements: []
|
237
|
-
rubygems_version: 3.
|
258
|
+
rubygems_version: 3.5.3
|
238
259
|
signing_key:
|
239
260
|
specification_version: 4
|
240
261
|
summary: The Cloud Filestore API is used for creating and managing cloud file servers.
|