google-cloud-dataplex-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: 12402db1549a34d4a9680c87aed0e37cb4f0e0600a7195bcdc0f75551c5585c8
4
- data.tar.gz: 4dd022eb1843bcbf40b1fe79317c88ce485e9f07eb7e24b0d9f736cd6c38de65
3
+ metadata.gz: 190cb27a6c83ecb3050343962515fd5d7687c3f42f361a76340cda9956d6b76d
4
+ data.tar.gz: fac5ea80a6f3bc6c6f68ccc0443ded8deec405bd59fb9c266b0327a0b26beb8e
5
5
  SHA512:
6
- metadata.gz: 1faa06096f157643219e4a7d6ddb9212127e955fcd46a37adfc47eb422e5f8348e3c675697c3eb47dcfe32507d4750f31588855ffb7370590b00387970bc8d90
7
- data.tar.gz: 9a22c2442af4abe1fc1db80f670113c72be2a4a442def98b30ac7bf772712c3005e093aa55b1b53e70cbbb417a81c37b22bdbf2e403a60589d3be49ac5e7b9a0
6
+ metadata.gz: 8b786bb147897d8634874dfbdcfa5f836a046a3451142847fc71b68a7e4f621ae636aecf4c8f61b08cfd57161ffa5f8763bba5617eb334dc1dc380424b9d31d9
7
+ data.tar.gz: '08baf1267b0ed0ad456fc49a279d18ce89de9dd9094d16a431f5cace58769a898bd3ec5f0e79ebc6b0282d0435a31407017d77710bb6d841c2056e7b06b6ea6a'
@@ -629,10 +629,10 @@ module Google
629
629
  # Optional. Orders the result by `name` or `create_time` fields.
630
630
  # If not specified, the ordering is undefined.
631
631
  # @yield [result, operation] Access the result along with the TransportOperation object
632
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListEntryTypesResponse]
632
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryType>]
633
633
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
634
634
  #
635
- # @return [::Google::Cloud::Dataplex::V1::ListEntryTypesResponse]
635
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryType>]
636
636
  #
637
637
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
638
638
  #
@@ -684,7 +684,9 @@ module Google
684
684
  retry_policy: @config.retry_policy
685
685
 
686
686
  @catalog_service_stub.list_entry_types request, options do |result, operation|
687
+ result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_entry_types, "entry_types", request, result, options
687
688
  yield result, operation if block_given?
689
+ throw :response, result
688
690
  end
689
691
  rescue ::Gapic::Rest::Error => e
690
692
  raise ::Google::Cloud::Error.from_error(e)
@@ -1094,10 +1096,10 @@ module Google
1094
1096
  # Optional. Orders the result by `name` or `create_time` fields.
1095
1097
  # If not specified, the ordering is undefined.
1096
1098
  # @yield [result, operation] Access the result along with the TransportOperation object
1097
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListAspectTypesResponse]
1099
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::AspectType>]
1098
1100
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1099
1101
  #
1100
- # @return [::Google::Cloud::Dataplex::V1::ListAspectTypesResponse]
1102
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::AspectType>]
1101
1103
  #
1102
1104
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1103
1105
  #
@@ -1149,7 +1151,9 @@ module Google
1149
1151
  retry_policy: @config.retry_policy
1150
1152
 
1151
1153
  @catalog_service_stub.list_aspect_types request, options do |result, operation|
1154
+ result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_aspect_types, "aspect_types", request, result, options
1152
1155
  yield result, operation if block_given?
1156
+ throw :response, result
1153
1157
  end
1154
1158
  rescue ::Gapic::Rest::Error => e
1155
1159
  raise ::Google::Cloud::Error.from_error(e)
@@ -1551,10 +1555,10 @@ module Google
1551
1555
  # @param order_by [::String]
1552
1556
  # Optional. Order by fields for the result.
1553
1557
  # @yield [result, operation] Access the result along with the TransportOperation object
1554
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListEntryGroupsResponse]
1558
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryGroup>]
1555
1559
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1556
1560
  #
1557
- # @return [::Google::Cloud::Dataplex::V1::ListEntryGroupsResponse]
1561
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryGroup>]
1558
1562
  #
1559
1563
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1560
1564
  #
@@ -1606,7 +1610,9 @@ module Google
1606
1610
  retry_policy: @config.retry_policy
1607
1611
 
1608
1612
  @catalog_service_stub.list_entry_groups request, options do |result, operation|
1613
+ result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_entry_groups, "entry_groups", request, result, options
1609
1614
  yield result, operation if block_given?
1615
+ throw :response, result
1610
1616
  end
1611
1617
  rescue ::Gapic::Rest::Error => e
1612
1618
  raise ::Google::Cloud::Error.from_error(e)
@@ -2330,10 +2336,10 @@ module Google
2330
2336
  # unspecified, it defaults to the organization where the project provided in
2331
2337
  # `name` is located.
2332
2338
  # @yield [result, operation] Access the result along with the TransportOperation object
2333
- # @yieldparam result [::Google::Cloud::Dataplex::V1::SearchEntriesResponse]
2339
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::SearchEntriesResult>]
2334
2340
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
2335
2341
  #
2336
- # @return [::Google::Cloud::Dataplex::V1::SearchEntriesResponse]
2342
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::SearchEntriesResult>]
2337
2343
  #
2338
2344
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
2339
2345
  #
@@ -2385,7 +2391,9 @@ module Google
2385
2391
  retry_policy: @config.retry_policy
2386
2392
 
2387
2393
  @catalog_service_stub.search_entries request, options do |result, operation|
2394
+ result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :search_entries, "results", request, result, options
2388
2395
  yield result, operation if block_given?
2396
+ throw :response, result
2389
2397
  end
2390
2398
  rescue ::Gapic::Rest::Error => e
2391
2399
  raise ::Google::Cloud::Error.from_error(e)
@@ -2611,10 +2619,10 @@ module Google
2611
2619
  # Optional. The field to sort the results by, either `name` or `create_time`.
2612
2620
  # If not specified, the ordering is undefined.
2613
2621
  # @yield [result, operation] Access the result along with the TransportOperation object
2614
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListMetadataJobsResponse]
2622
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::MetadataJob>]
2615
2623
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
2616
2624
  #
2617
- # @return [::Google::Cloud::Dataplex::V1::ListMetadataJobsResponse]
2625
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::MetadataJob>]
2618
2626
  #
2619
2627
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
2620
2628
  #
@@ -2666,7 +2674,9 @@ module Google
2666
2674
  retry_policy: @config.retry_policy
2667
2675
 
2668
2676
  @catalog_service_stub.list_metadata_jobs request, options do |result, operation|
2677
+ result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_metadata_jobs, "metadata_jobs", request, result, options
2669
2678
  yield result, operation if block_given?
2679
+ throw :response, result
2670
2680
  end
2671
2681
  rescue ::Gapic::Rest::Error => e
2672
2682
  raise ::Google::Cloud::Error.from_error(e)
@@ -638,10 +638,10 @@ module Google
638
638
  # Optional. Order by fields (`name` or `create_time`) for the result.
639
639
  # If not specified, the ordering is undefined.
640
640
  # @yield [result, operation] Access the result along with the TransportOperation object
641
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListDataScansResponse]
641
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataScan>]
642
642
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
643
643
  #
644
- # @return [::Google::Cloud::Dataplex::V1::ListDataScansResponse]
644
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataScan>]
645
645
  #
646
646
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
647
647
  #
@@ -693,7 +693,9 @@ module Google
693
693
  retry_policy: @config.retry_policy
694
694
 
695
695
  @data_scan_service_stub.list_data_scans request, options do |result, operation|
696
+ result = ::Gapic::Rest::PagedEnumerable.new @data_scan_service_stub, :list_data_scans, "data_scans", request, result, options
696
697
  yield result, operation if block_given?
698
+ throw :response, result
697
699
  end
698
700
  rescue ::Gapic::Rest::Error => e
699
701
  raise ::Google::Cloud::Error.from_error(e)
@@ -547,10 +547,10 @@ module Google
547
547
  # @param order_by [::String]
548
548
  # Optional. Order by fields for the result.
549
549
  # @yield [result, operation] Access the result along with the TransportOperation object
550
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse]
550
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataTaxonomy>]
551
551
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
552
552
  #
553
- # @return [::Google::Cloud::Dataplex::V1::ListDataTaxonomiesResponse]
553
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataTaxonomy>]
554
554
  #
555
555
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
556
556
  #
@@ -602,7 +602,9 @@ module Google
602
602
  retry_policy: @config.retry_policy
603
603
 
604
604
  @data_taxonomy_service_stub.list_data_taxonomies request, options do |result, operation|
605
+ result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_taxonomies, "data_taxonomies", request, result, options
605
606
  yield result, operation if block_given?
607
+ throw :response, result
606
608
  end
607
609
  rescue ::Gapic::Rest::Error => e
608
610
  raise ::Google::Cloud::Error.from_error(e)
@@ -1014,10 +1016,10 @@ module Google
1014
1016
  # @param order_by [::String]
1015
1017
  # Optional. Order by fields for the result.
1016
1018
  # @yield [result, operation] Access the result along with the TransportOperation object
1017
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListDataAttributeBindingsResponse]
1019
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttributeBinding>]
1018
1020
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1019
1021
  #
1020
- # @return [::Google::Cloud::Dataplex::V1::ListDataAttributeBindingsResponse]
1022
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttributeBinding>]
1021
1023
  #
1022
1024
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1023
1025
  #
@@ -1069,7 +1071,9 @@ module Google
1069
1071
  retry_policy: @config.retry_policy
1070
1072
 
1071
1073
  @data_taxonomy_service_stub.list_data_attribute_bindings request, options do |result, operation|
1074
+ result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_attribute_bindings, "data_attribute_bindings", request, result, options
1072
1075
  yield result, operation if block_given?
1076
+ throw :response, result
1073
1077
  end
1074
1078
  rescue ::Gapic::Rest::Error => e
1075
1079
  raise ::Google::Cloud::Error.from_error(e)
@@ -1473,10 +1477,10 @@ module Google
1473
1477
  # @param order_by [::String]
1474
1478
  # Optional. Order by fields for the result.
1475
1479
  # @yield [result, operation] Access the result along with the TransportOperation object
1476
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListDataAttributesResponse]
1480
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttribute>]
1477
1481
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
1478
1482
  #
1479
- # @return [::Google::Cloud::Dataplex::V1::ListDataAttributesResponse]
1483
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttribute>]
1480
1484
  #
1481
1485
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
1482
1486
  #
@@ -1528,7 +1532,9 @@ module Google
1528
1532
  retry_policy: @config.retry_policy
1529
1533
 
1530
1534
  @data_taxonomy_service_stub.list_data_attributes request, options do |result, operation|
1535
+ result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_attributes, "data_attributes", request, result, options
1531
1536
  yield result, operation if block_given?
1537
+ throw :response, result
1532
1538
  end
1533
1539
  rescue ::Gapic::Rest::Error => e
1534
1540
  raise ::Google::Cloud::Error.from_error(e)
@@ -655,10 +655,10 @@ module Google
655
655
  # @param order_by [::String]
656
656
  # Optional. Order by fields for the result.
657
657
  # @yield [result, operation] Access the result along with the TransportOperation object
658
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListLakesResponse]
658
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Lake>]
659
659
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
660
660
  #
661
- # @return [::Google::Cloud::Dataplex::V1::ListLakesResponse]
661
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Lake>]
662
662
  #
663
663
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
664
664
  #
@@ -710,7 +710,9 @@ module Google
710
710
  retry_policy: @config.retry_policy
711
711
 
712
712
  @dataplex_service_stub.list_lakes request, options do |result, operation|
713
+ result = ::Gapic::Rest::PagedEnumerable.new @dataplex_service_stub, :list_lakes, "lakes", request, result, options
713
714
  yield result, operation if block_given?
715
+ throw :response, result
714
716
  end
715
717
  rescue ::Gapic::Rest::Error => e
716
718
  raise ::Google::Cloud::Error.from_error(e)
@@ -2309,10 +2311,10 @@ module Google
2309
2311
  # @param order_by [::String]
2310
2312
  # Optional. Order by fields for the result.
2311
2313
  # @yield [result, operation] Access the result along with the TransportOperation object
2312
- # @yieldparam result [::Google::Cloud::Dataplex::V1::ListTasksResponse]
2314
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Task>]
2313
2315
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
2314
2316
  #
2315
- # @return [::Google::Cloud::Dataplex::V1::ListTasksResponse]
2317
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Task>]
2316
2318
  #
2317
2319
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
2318
2320
  #
@@ -2364,7 +2366,9 @@ module Google
2364
2366
  retry_policy: @config.retry_policy
2365
2367
 
2366
2368
  @dataplex_service_stub.list_tasks request, options do |result, operation|
2369
+ result = ::Gapic::Rest::PagedEnumerable.new @dataplex_service_stub, :list_tasks, "tasks", request, result, options
2367
2370
  yield result, operation if block_given?
2371
+ throw :response, result
2368
2372
  end
2369
2373
  rescue ::Gapic::Rest::Error => e
2370
2374
  raise ::Google::Cloud::Error.from_error(e)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataplex
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-dataplex-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
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
222
  - !ruby/object:Gem::Version
223
223
  version: '0'
224
224
  requirements: []
225
- rubygems_version: 3.6.2
225
+ rubygems_version: 3.6.3
226
226
  specification_version: 4
227
227
  summary: Dataplex API is used to manage the lifecycle of data lakes.
228
228
  test_files: []