google-cloud-filestore-v1 1.2.0 → 2.0.0

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: 7b251264b073aa9b150de37f59187afa80992f26485f9f5d713df554fefcfac8
4
- data.tar.gz: 0e808e6c8927cabb0572453c65fa9a94ff2137f894d7e482fd0bcaa5cf541118
3
+ metadata.gz: 52290d54210a2307f1d3da18df9320f255cff4e43a072bdbbfd623cdbc89f31d
4
+ data.tar.gz: f634086b66511e79e8606a88a0f9fb177fbf32048322cb1ab18fbc4a81f0e389
5
5
  SHA512:
6
- metadata.gz: 22a1d9b738c4499f1c1c75e61a5e1555aa487025632d8ff586b196db948f8301157d901692035fa87d4d19d8d04784835be6429d2cec203654319104d853d010
7
- data.tar.gz: 22fd60af34aba9f37a1d5e0fa73913dd4dc28cbb34ed0525f3c6ef36a1e3ffeed7af7b4bb0773f317aac0fd84413438e5c41d2ff2b28257a1f8a96a5733323f7
6
+ metadata.gz: b4074a3058169406df7f60f316cf5e920838381dd6ca825676c86e6c75cc705cb522e932c573d3cec793cc9c8dc1ecc1f24b07e72b7731495a29f5c7909aa102
7
+ data.tar.gz: 5c5709ae1855027b0a085dd5708a8ef667ee015fdbe52bd63dcd02d468384705bdae73d1f220318827b2484fd56b519b25c7158d9af264772ddb660d0cc0645d
@@ -295,10 +295,10 @@ module Google
295
295
  # @param filter [::String]
296
296
  # List filter.
297
297
  # @yield [result, operation] Access the result along with the TransportOperation object
298
- # @yieldparam result [::Google::Cloud::Filestore::V1::ListInstancesResponse]
298
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Filestore::V1::Instance>]
299
299
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
300
300
  #
301
- # @return [::Google::Cloud::Filestore::V1::ListInstancesResponse]
301
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Filestore::V1::Instance>]
302
302
  #
303
303
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
304
304
  #
@@ -350,7 +350,9 @@ module Google
350
350
  retry_policy: @config.retry_policy
351
351
 
352
352
  @cloud_filestore_manager_stub.list_instances request, options do |result, operation|
353
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_filestore_manager_stub, :list_instances, "instances", request, result, options
353
354
  yield result, operation if block_given?
355
+ throw :response, result
354
356
  end
355
357
  rescue ::Gapic::Rest::Error => e
356
358
  raise ::Google::Cloud::Error.from_error(e)
@@ -1394,10 +1396,10 @@ module Google
1394
1396
  # @param filter [::String]
1395
1397
  # List filter.
1396
1398
  # @yield [result, operation] Access the result along with the TransportOperation object
1397
- # @yieldparam result [::Google::Cloud::Filestore::V1::ListBackupsResponse]
1399
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Filestore::V1::Backup>]
1398
1400
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1399
1401
  #
1400
- # @return [::Google::Cloud::Filestore::V1::ListBackupsResponse]
1402
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Filestore::V1::Backup>]
1401
1403
  #
1402
1404
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1403
1405
  #
@@ -1449,7 +1451,9 @@ module Google
1449
1451
  retry_policy: @config.retry_policy
1450
1452
 
1451
1453
  @cloud_filestore_manager_stub.list_backups request, options do |result, operation|
1454
+ result = ::Gapic::Rest::PagedEnumerable.new @cloud_filestore_manager_stub, :list_backups, "backups", request, result, options
1452
1455
  yield result, operation if block_given?
1456
+ throw :response, result
1453
1457
  end
1454
1458
  rescue ::Gapic::Rest::Error => e
1455
1459
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Filestore
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "2.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -409,6 +409,14 @@ module Google
409
409
  # @return [::Array<::String>]
410
410
  # An allowlist of the fully qualified names of RPCs that should be included
411
411
  # on public client surfaces.
412
+ # @!attribute [rw] generate_omitted_as_internal
413
+ # @return [::Boolean]
414
+ # Setting this to true indicates to the client generators that methods
415
+ # that would be excluded from the generation should instead be generated
416
+ # in a way that indicates these methods should not be consumed by
417
+ # end users. How this is expressed is up to individual language
418
+ # implementations to decide. Some examples may be: added annotations,
419
+ # obfuscated identifiers, or other language idiomatic patterns.
412
420
  class SelectiveGapicGeneration
413
421
  include ::Google::Protobuf::MessageExts
414
422
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-filestore-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  - !ruby/object:Gem::Version
142
142
  version: '0'
143
143
  requirements: []
144
- rubygems_version: 3.6.2
144
+ rubygems_version: 3.6.3
145
145
  specification_version: 4
146
146
  summary: The Cloud Filestore API is used for creating and managing cloud file servers.
147
147
  test_files: []