google-cloud-filestore-v1 0.1.0 → 0.1.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: 5754b280d8761b684907f108cfc411a00921ff5cfccf0e8cfbe334ffe8fa0738
4
- data.tar.gz: 946dd58eb1563a3fc07a01167d75ca62242690325c8812b7e269eed91acf3097
3
+ metadata.gz: 0dda529b13b339aab951e233f494c412e31546bc2f5e8d81ac44a006defddb9a
4
+ data.tar.gz: 5ddd5c42d945d468fb210ec8755bfb6b63e006f02786b083c5074ba9e5b0572a
5
5
  SHA512:
6
- metadata.gz: 8d6bc54e8e4ca0d5658eedffea054f275dd15d9b483fb2b2d1ba2fa4912cc076d83108d37b2ff33a38c28b7c66f20f85111bf5b9a70f651157eb91363ed05aa0
7
- data.tar.gz: de774776cc57c44e52d85fd3d2281fef8f4be11b6859d34f18c2a10cb5a5142f98f6f4d156f1070e9c4b23a521871f812c595f491b92103a7120e34453565fa3
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 information,
232
- # in the format `projects/{project_id}/locations/{location}`. In Cloud
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 backup
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 information,
690
- # in the format `projects/{project_number}/locations/{location}`.
691
- # In Cloud Filestore, backup locations map to GCP regions,
692
- # for example **us-west1**.
693
- # To retrieve backup information for all locations, use "-" for the
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 this
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
@@ -45,7 +45,7 @@ module Google
45
45
  # * `projects/12345/locations/us-central1/backups/my-backup`
46
46
  class Service
47
47
 
48
- include GRPC::GenericService
48
+ include ::GRPC::GenericService
49
49
 
50
50
  self.marshal_class_method = :encode
51
51
  self.unmarshal_class_method = :decode
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Filestore
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 backup
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 information,
332
- # in the format `projects/{project_id}/locations/{location}`. In Cloud
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 storage,
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 this backup
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 restored. This
416
- # may be different than storage bytes, since sequential backups of the same
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 this
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 information,
514
- # in the format `projects/{project_number}/locations/{location}`.
515
- # In Cloud Filestore, backup locations map to GCP regions,
516
- # for example **us-west1**.
517
- # To retrieve backup information for all locations, use "-" for the
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.0
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-08-17 00:00:00.000000000 Z
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