google-cloud-data_catalog-v1beta1 0.7.0 → 0.8.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: 806ecaefdcb4ae14c2b9d9e8d355ccc0ed128bbb45d83038697c3a72b375cfe9
|
4
|
+
data.tar.gz: 95465bbfa409fbec957b8c592db122e2419896cd6dd09ec7e54e10477dc1c45b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 134b1915954f9e469c68d7147f91ec945382f1601ec373c1ddf957e5e3552f8a5a61fc54b646961866f5f369133dbde1136b7122b7682ef0e364882276537040
|
7
|
+
data.tar.gz: 8c57b67e26069fa7c5b8d72e305d858779aa17a246acf74c155efe56811bdf6031229e06618a0ccbdf4d992dec90e33c1ddf733eac252081f50e815a2a8b3e21
|
@@ -270,10 +270,10 @@ module Google
|
|
270
270
|
#
|
271
271
|
# If not specified, defaults to `relevance` descending.
|
272
272
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
273
|
-
# @yieldparam result [::Google::Cloud::DataCatalog::V1beta1::
|
273
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>]
|
274
274
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
275
275
|
#
|
276
|
-
# @return [::Google::Cloud::DataCatalog::V1beta1::
|
276
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>]
|
277
277
|
#
|
278
278
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
279
279
|
#
|
@@ -325,7 +325,9 @@ module Google
|
|
325
325
|
retry_policy: @config.retry_policy
|
326
326
|
|
327
327
|
@data_catalog_stub.search_catalog request, options do |result, operation|
|
328
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_catalog_stub, :search_catalog, "results", request, result, options
|
328
329
|
yield result, operation if block_given?
|
330
|
+
throw :response, result
|
329
331
|
end
|
330
332
|
rescue ::Gapic::Rest::Error => e
|
331
333
|
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-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
|
-
rubygems_version: 3.6.
|
159
|
+
rubygems_version: 3.6.3
|
160
160
|
specification_version: 4
|
161
161
|
summary: A fully managed and highly scalable data discovery and metadata management
|
162
162
|
service.
|