google-cloud-data_catalog-v1 1.4.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: 1d84225399f496cc0d4ea7fca563b3f429f4479936f9a2d4a63f2457dbfb1e29
4
- data.tar.gz: e5093d53b1f72c2190d1eee345e7677bce7f3a6a20968707284b09be76f28de7
3
+ metadata.gz: 60063d672dca261a473c933a4431b0fada7f0766fd7cbe489fa17029c9f861d9
4
+ data.tar.gz: 71327fad2efbcd6c50de4124e3dbb6aab472fae57d94df5ce583e87527900f7d
5
5
  SHA512:
6
- metadata.gz: 9354b735eb05ff7ebe072a0202114c1ff4a2e5aa18bcf243c84e39d45ff52825a31a2beafa0ab835bc02d17c6778688f959bc16e78aab57dbe3fb62737da028a
7
- data.tar.gz: 922b5c43adc904da9b3d2cb5d1005ad67a726ce24eef612fc60cd3d9bf999c44420b495ed4fcf8b31f29b83a5db7a96839cdcf85456e80f5a4f57c128d3ae812
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::SearchCatalogResponse]
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::SearchCatalogResponse]
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)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "1.4.0"
24
+ VERSION = "2.0.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
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-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
@@ -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.2
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.