google-cloud-data_catalog-v1 1.4.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: 60063d672dca261a473c933a4431b0fada7f0766fd7cbe489fa17029c9f861d9
|
4
|
+
data.tar.gz: 71327fad2efbcd6c50de4124e3dbb6aab472fae57d94df5ce583e87527900f7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec9057ea9201ed5cf715c92c2edc5eada7f59a2c4239cfb95c46f534c6a16d7a27f1e9704329d3bd63ee05abdc6f3c94cf1ecd00537641e88ac766c9b3dc1416
|
7
|
+
data.tar.gz: feb0de60673f8209f32cc9f343ef0e6d6df59061c37b0a9ca1b0ac03c9531a3fdbbc73862df905af98f5867c3b6da60b240a26252091a37a1ffcf180a4f6e337
|
@@ -302,10 +302,10 @@ module Google
|
|
302
302
|
# The only allowed `order_by` criteria for admin_search mode is `default`.
|
303
303
|
# Using this flags guarantees a full recall of the search results.
|
304
304
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
305
|
-
# @yieldparam result [::Google::Cloud::DataCatalog::V1::
|
305
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>]
|
306
306
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
307
307
|
#
|
308
|
-
# @return [::Google::Cloud::DataCatalog::V1::
|
308
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>]
|
309
309
|
#
|
310
310
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
311
311
|
#
|
@@ -357,7 +357,9 @@ module Google
|
|
357
357
|
retry_policy: @config.retry_policy
|
358
358
|
|
359
359
|
@data_catalog_stub.search_catalog request, options do |result, operation|
|
360
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_catalog_stub, :search_catalog, "results", request, result, options
|
360
361
|
yield result, operation if block_given?
|
362
|
+
throw :response, result
|
361
363
|
end
|
362
364
|
rescue ::Gapic::Rest::Error => e
|
363
365
|
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_catalog-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
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: '0'
|
173
173
|
requirements: []
|
174
|
-
rubygems_version: 3.6.
|
174
|
+
rubygems_version: 3.6.3
|
175
175
|
specification_version: 4
|
176
176
|
summary: A fully managed and highly scalable data discovery and metadata management
|
177
177
|
service.
|