google-cloud-filestore-v1 0.1.0 → 0.1.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/lib/google/cloud/filestore/v1/cloud_filestore_manager/client.rb +12 -12
- data/lib/google/cloud/filestore/v1/cloud_filestore_service_pb.rb +3 -2
- data/lib/google/cloud/filestore/v1/cloud_filestore_service_services_pb.rb +1 -1
- data/lib/google/cloud/filestore/v1/version.rb +1 -1
- data/proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb +19 -19
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dda529b13b339aab951e233f494c412e31546bc2f5e8d81ac44a006defddb9a
|
4
|
+
data.tar.gz: 5ddd5c42d945d468fb210ec8755bfb6b63e006f02786b083c5074ba9e5b0572a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b8a9aef1de0303cda8d0271ac33f9abf50f7613b207e8b38868ea3d4f0bc3d4b3a78ef6a00699855a7cd7b78f3f3678c4ec567a87928b6971c4f574db75d35e
|
7
|
+
data.tar.gz: 2fe764ad69c6ef2f1ef7d945f8ac19acafd5f37298f5ced429e21d0069512f3e00c70578c271aefb965db2a35e8781ca73206867a03136f4604e1c719d14cda9
|
@@ -228,9 +228,9 @@ module Google
|
|
228
228
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
229
229
|
#
|
230
230
|
# @param parent [::String]
|
231
|
-
# Required. The project and location for which to retrieve instance
|
232
|
-
# in the format `projects/{project_id}/locations/{location}`. In
|
233
|
-
# Filestore, locations map to GCP zones, for example **us-west1-b**. To
|
231
|
+
# Required. The project and location for which to retrieve instance
|
232
|
+
# information, in the format `projects/{project_id}/locations/{location}`. In
|
233
|
+
# Cloud Filestore, locations map to GCP zones, for example **us-west1-b**. To
|
234
234
|
# retrieve instance information for all locations, use "-" for the
|
235
235
|
# `{location}` value.
|
236
236
|
# @param page_size [::Integer]
|
@@ -542,8 +542,8 @@ module Google
|
|
542
542
|
# Required. The resource name of the instance, in the format
|
543
543
|
# `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
|
544
544
|
# @param file_share [::String]
|
545
|
-
# Required. Name of the file share in the Cloud Filestore instance that the
|
546
|
-
# is being restored to.
|
545
|
+
# Required. Name of the file share in the Cloud Filestore instance that the
|
546
|
+
# backup is being restored to.
|
547
547
|
# @param source_backup [::String]
|
548
548
|
# The resource name of the backup, in the format
|
549
549
|
# `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
|
@@ -686,11 +686,11 @@ module Google
|
|
686
686
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
687
687
|
#
|
688
688
|
# @param parent [::String]
|
689
|
-
# Required. The project and location for which to retrieve backup
|
690
|
-
# in the format
|
691
|
-
# In Cloud Filestore,
|
692
|
-
# for example **us-west1**.
|
693
|
-
#
|
689
|
+
# Required. The project and location for which to retrieve backup
|
690
|
+
# information, in the format
|
691
|
+
# `projects/{project_number}/locations/{location}`. In Cloud Filestore,
|
692
|
+
# backup locations map to GCP regions, for example **us-west1**. To retrieve
|
693
|
+
# backup information for all locations, use "-" for the
|
694
694
|
# `{location}` value.
|
695
695
|
# @param page_size [::Integer]
|
696
696
|
# The maximum number of items to return.
|
@@ -991,8 +991,8 @@ module Google
|
|
991
991
|
# @param backup [::Google::Cloud::Filestore::V1::Backup, ::Hash]
|
992
992
|
# Required. A {::Google::Cloud::Filestore::V1::Backup backup resource}
|
993
993
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
994
|
-
# Required. Mask of fields to update. At least one path must be supplied in
|
995
|
-
# field.
|
994
|
+
# Required. Mask of fields to update. At least one path must be supplied in
|
995
|
+
# this field.
|
996
996
|
#
|
997
997
|
# @yield [response, operation] Access the result along with the RPC operation
|
998
998
|
# @yieldparam response [::Gapic::Operation]
|
@@ -1,16 +1,17 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/filestore/v1/cloud_filestore_service.proto
|
3
3
|
|
4
|
-
require 'google/protobuf'
|
5
|
-
|
6
4
|
require 'google/api/annotations_pb'
|
7
5
|
require 'google/api/client_pb'
|
8
6
|
require 'google/api/field_behavior_pb'
|
9
7
|
require 'google/api/resource_pb'
|
8
|
+
require 'google/cloud/common/operation_metadata_pb'
|
10
9
|
require 'google/longrunning/operations_pb'
|
11
10
|
require 'google/protobuf/field_mask_pb'
|
12
11
|
require 'google/protobuf/timestamp_pb'
|
13
12
|
require 'google/protobuf/wrappers_pb'
|
13
|
+
require 'google/protobuf'
|
14
|
+
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
15
16
|
add_file("google/cloud/filestore/v1/cloud_filestore_service.proto", :syntax => :proto3) do
|
16
17
|
add_message "google.cloud.filestore.v1.NetworkConfig" do
|
@@ -304,8 +304,8 @@ module Google
|
|
304
304
|
# `projects/{project_number}/locations/{location_id}/instances/{instance_id}`.
|
305
305
|
# @!attribute [rw] file_share
|
306
306
|
# @return [::String]
|
307
|
-
# Required. Name of the file share in the Cloud Filestore instance that the
|
308
|
-
# is being restored to.
|
307
|
+
# Required. Name of the file share in the Cloud Filestore instance that the
|
308
|
+
# backup is being restored to.
|
309
309
|
# @!attribute [rw] source_backup
|
310
310
|
# @return [::String]
|
311
311
|
# The resource name of the backup, in the format
|
@@ -328,9 +328,9 @@ module Google
|
|
328
328
|
# ListInstancesRequest lists instances.
|
329
329
|
# @!attribute [rw] parent
|
330
330
|
# @return [::String]
|
331
|
-
# Required. The project and location for which to retrieve instance
|
332
|
-
# in the format `projects/{project_id}/locations/{location}`. In
|
333
|
-
# Filestore, locations map to GCP zones, for example **us-west1-b**. To
|
331
|
+
# Required. The project and location for which to retrieve instance
|
332
|
+
# information, in the format `projects/{project_id}/locations/{location}`. In
|
333
|
+
# Cloud Filestore, locations map to GCP zones, for example **us-west1-b**. To
|
334
334
|
# retrieve instance information for all locations, use "-" for the
|
335
335
|
# `{location}` value.
|
336
336
|
# @!attribute [rw] page_size
|
@@ -395,8 +395,8 @@ module Google
|
|
395
395
|
# Output only. Capacity of the source file share when the backup was created.
|
396
396
|
# @!attribute [r] storage_bytes
|
397
397
|
# @return [::Integer]
|
398
|
-
# Output only. The size of the storage used by the backup. As backups share
|
399
|
-
# this number is expected to change with backup creation/deletion.
|
398
|
+
# Output only. The size of the storage used by the backup. As backups share
|
399
|
+
# storage, this number is expected to change with backup creation/deletion.
|
400
400
|
# @!attribute [rw] source_instance
|
401
401
|
# @return [::String]
|
402
402
|
# The resource name of the source Cloud Filestore instance, in the format
|
@@ -408,13 +408,13 @@ module Google
|
|
408
408
|
# backup is created from.
|
409
409
|
# @!attribute [r] source_instance_tier
|
410
410
|
# @return [::Google::Cloud::Filestore::V1::Instance::Tier]
|
411
|
-
# Output only. The service tier of the source Cloud Filestore instance that
|
412
|
-
# is created from.
|
411
|
+
# Output only. The service tier of the source Cloud Filestore instance that
|
412
|
+
# this backup is created from.
|
413
413
|
# @!attribute [r] download_bytes
|
414
414
|
# @return [::Integer]
|
415
|
-
# Output only. Amount of bytes that will be downloaded if the backup is
|
416
|
-
# may be different than storage bytes, since sequential
|
417
|
-
# disk will share storage.
|
415
|
+
# Output only. Amount of bytes that will be downloaded if the backup is
|
416
|
+
# restored. This may be different than storage bytes, since sequential
|
417
|
+
# backups of the same disk will share storage.
|
418
418
|
# @!attribute [r] satisfies_pzs
|
419
419
|
# @return [::Google::Protobuf::BoolValue]
|
420
420
|
# Output only. Reserved for future use.
|
@@ -490,8 +490,8 @@ module Google
|
|
490
490
|
# Required. A {::Google::Cloud::Filestore::V1::Backup backup resource}
|
491
491
|
# @!attribute [rw] update_mask
|
492
492
|
# @return [::Google::Protobuf::FieldMask]
|
493
|
-
# Required. Mask of fields to update. At least one path must be supplied in
|
494
|
-
# field.
|
493
|
+
# Required. Mask of fields to update. At least one path must be supplied in
|
494
|
+
# this field.
|
495
495
|
class UpdateBackupRequest
|
496
496
|
include ::Google::Protobuf::MessageExts
|
497
497
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -510,11 +510,11 @@ module Google
|
|
510
510
|
# ListBackupsRequest lists backups.
|
511
511
|
# @!attribute [rw] parent
|
512
512
|
# @return [::String]
|
513
|
-
# Required. The project and location for which to retrieve backup
|
514
|
-
# in the format
|
515
|
-
# In Cloud Filestore,
|
516
|
-
# for example **us-west1**.
|
517
|
-
#
|
513
|
+
# Required. The project and location for which to retrieve backup
|
514
|
+
# information, in the format
|
515
|
+
# `projects/{project_number}/locations/{location}`. In Cloud Filestore,
|
516
|
+
# backup locations map to GCP regions, for example **us-west1**. To retrieve
|
517
|
+
# backup information for all locations, use "-" for the
|
518
518
|
# `{location}` value.
|
519
519
|
# @!attribute [rw] page_size
|
520
520
|
# @return [::Integer]
|
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.1.
|
4
|
+
version: 0.1.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: 2021-
|
11
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -30,6 +30,20 @@ dependencies:
|
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: google-cloud-common
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.0'
|
33
47
|
- !ruby/object:Gem::Dependency
|
34
48
|
name: google-cloud-errors
|
35
49
|
requirement: !ruby/object:Gem::Requirement
|