google-cloud-filestore-v1 1.2.0 → 2.0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52290d54210a2307f1d3da18df9320f255cff4e43a072bdbbfd623cdbc89f31d
|
4
|
+
data.tar.gz: f634086b66511e79e8606a88a0f9fb177fbf32048322cb1ab18fbc4a81f0e389
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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::
|
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::
|
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::
|
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::
|
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)
|
@@ -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:
|
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-
|
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.
|
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: []
|