google-cloud-data_fusion-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 792ffe5ae0b04cc0d303fda23c09bd814eecc4c9f2390bf792a4a0ab8aa1313a
|
4
|
+
data.tar.gz: 7e2895713113244de059d815c5f3f90ef263e8ea8aa7fecdccd47f4c3567f0c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c95c82e7e3f745fd10eaa46c784e281a85572196171be6d840ad1ec0a9782caef038a0d49bf51d8cbc6757a26b3be2d87eee18eb186825f7a545bea08d7441ed
|
7
|
+
data.tar.gz: 6816432cb491b596ba1ac98aa63b67234cb4db480a84f2b69d866d4ed64b661552a5b7c1cfd4d9721ac1ece413da118ebaa96be4be0212b4adf049a617272520
|
@@ -322,10 +322,10 @@ module Google
|
|
322
322
|
# @param order_by [::String]
|
323
323
|
# Sort results. Supported values are "name", "name desc", or "" (unsorted).
|
324
324
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
325
|
-
# @yieldparam result [::Google::Cloud::DataFusion::V1::
|
325
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataFusion::V1::Instance>]
|
326
326
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
327
327
|
#
|
328
|
-
# @return [::Google::Cloud::DataFusion::V1::
|
328
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataFusion::V1::Instance>]
|
329
329
|
#
|
330
330
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
331
331
|
#
|
@@ -377,7 +377,9 @@ module Google
|
|
377
377
|
retry_policy: @config.retry_policy
|
378
378
|
|
379
379
|
@data_fusion_stub.list_instances request, options do |result, operation|
|
380
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_fusion_stub, :list_instances, "instances", request, result, options
|
380
381
|
yield result, operation if block_given?
|
382
|
+
throw :response, result
|
381
383
|
end
|
382
384
|
rescue ::Gapic::Rest::Error => e
|
383
385
|
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-data_fusion-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
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
|
-
rubygems_version: 3.6.
|
105
|
+
rubygems_version: 3.6.3
|
106
106
|
specification_version: 4
|
107
107
|
summary: Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration
|
108
108
|
service for quickly building and managing data pipelines. It provides a graphical
|