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: 8ca0c57fd87701277844b0908eaae29077353cfed60a50c01339439983990b05
4
- data.tar.gz: 7e1dc04de92720dd0b054ad5d67ca3cd71b27c8065cffd4de85092bcd51388bb
3
+ metadata.gz: 806ecaefdcb4ae14c2b9d9e8d355ccc0ed128bbb45d83038697c3a72b375cfe9
4
+ data.tar.gz: 95465bbfa409fbec957b8c592db122e2419896cd6dd09ec7e54e10477dc1c45b
5
5
  SHA512:
6
- metadata.gz: dcb2218f45ff17e48f58b88391ec0228b80456df965eaab970fa5caa44a889382ba108e0d73123948db329626f1b17582d1d55e151805cb8c3f27b839935857b
7
- data.tar.gz: 5c95ec570b48810d7fadc1fa9b8ecc508cb771e9b87b6fc8721c35b9d4ba915c298c96da85513164bcd58b7332c073627b61189e8df794f5d5d5c31ece56f93a
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::SearchCatalogResponse]
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::SearchCatalogResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.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-data_catalog-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.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-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
@@ -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.2
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.