google-cloud-dataplex-v1 0.20.0 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/dataplex/v1/catalog_pb.rb +1 -1
  3. data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +54 -27
  4. data/lib/google/cloud/dataplex/v1/catalog_service/operations.rb +13 -5
  5. data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +54 -27
  6. data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +11 -4
  7. data/lib/google/cloud/dataplex/v1/content_service/client.rb +19 -8
  8. data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +19 -8
  9. data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +2 -1
  10. data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +21 -9
  11. data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +13 -5
  12. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +21 -9
  13. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +11 -4
  14. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/client.rb +33 -15
  15. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/operations.rb +13 -5
  16. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb +33 -15
  17. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +11 -4
  18. data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +69 -33
  19. data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +13 -5
  20. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +69 -33
  21. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +11 -4
  22. data/lib/google/cloud/dataplex/v1/logs_pb.rb +1 -1
  23. data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +21 -9
  24. data/lib/google/cloud/dataplex/v1/metadata_service/rest/client.rb +21 -9
  25. data/lib/google/cloud/dataplex/v1/version.rb +1 -1
  26. data/proto_docs/google/cloud/dataplex/v1/catalog.rb +13 -36
  27. data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +29 -0
  28. data/proto_docs/google/cloud/dataplex/v1/logs.rb +8 -0
  29. metadata +2 -2
@@ -38,6 +38,9 @@ module Google
38
38
  # systems including Cloud Storage and BigQuery.
39
39
  #
40
40
  class Client
41
+ # @private
42
+ API_VERSION = ""
43
+
41
44
  # @private
42
45
  DEFAULT_ENDPOINT_TEMPLATE = "dataplex.$UNIVERSE_DOMAIN$"
43
46
 
@@ -387,12 +390,13 @@ module Google
387
390
  # Customize the options with defaults
388
391
  call_metadata = @config.rpcs.create_lake.metadata.to_h
389
392
 
390
- # Set x-goog-api-client and x-goog-user-project headers
393
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
391
394
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
392
395
  lib_name: @config.lib_name, lib_version: @config.lib_version,
393
396
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
394
397
  transports_version_send: [:rest]
395
398
 
399
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
396
400
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
397
401
 
398
402
  options.apply_defaults timeout: @config.rpcs.create_lake.timeout,
@@ -479,12 +483,13 @@ module Google
479
483
  # Customize the options with defaults
480
484
  call_metadata = @config.rpcs.update_lake.metadata.to_h
481
485
 
482
- # Set x-goog-api-client and x-goog-user-project headers
486
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
483
487
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
484
488
  lib_name: @config.lib_name, lib_version: @config.lib_version,
485
489
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
486
490
  transports_version_send: [:rest]
487
491
 
492
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
488
493
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
489
494
 
490
495
  options.apply_defaults timeout: @config.rpcs.update_lake.timeout,
@@ -567,12 +572,13 @@ module Google
567
572
  # Customize the options with defaults
568
573
  call_metadata = @config.rpcs.delete_lake.metadata.to_h
569
574
 
570
- # Set x-goog-api-client and x-goog-user-project headers
575
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
571
576
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
572
577
  lib_name: @config.lib_name, lib_version: @config.lib_version,
573
578
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
574
579
  transports_version_send: [:rest]
575
580
 
581
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
576
582
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
577
583
 
578
584
  options.apply_defaults timeout: @config.rpcs.delete_lake.timeout,
@@ -664,12 +670,13 @@ module Google
664
670
  # Customize the options with defaults
665
671
  call_metadata = @config.rpcs.list_lakes.metadata.to_h
666
672
 
667
- # Set x-goog-api-client and x-goog-user-project headers
673
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
668
674
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
669
675
  lib_name: @config.lib_name, lib_version: @config.lib_version,
670
676
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
671
677
  transports_version_send: [:rest]
672
678
 
679
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
673
680
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
674
681
 
675
682
  options.apply_defaults timeout: @config.rpcs.list_lakes.timeout,
@@ -743,12 +750,13 @@ module Google
743
750
  # Customize the options with defaults
744
751
  call_metadata = @config.rpcs.get_lake.metadata.to_h
745
752
 
746
- # Set x-goog-api-client and x-goog-user-project headers
753
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
747
754
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
748
755
  lib_name: @config.lib_name, lib_version: @config.lib_version,
749
756
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
750
757
  transports_version_send: [:rest]
751
758
 
759
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
752
760
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
753
761
 
754
762
  options.apply_defaults timeout: @config.rpcs.get_lake.timeout,
@@ -835,12 +843,13 @@ module Google
835
843
  # Customize the options with defaults
836
844
  call_metadata = @config.rpcs.list_lake_actions.metadata.to_h
837
845
 
838
- # Set x-goog-api-client and x-goog-user-project headers
846
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
839
847
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
840
848
  lib_name: @config.lib_name, lib_version: @config.lib_version,
841
849
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
842
850
  transports_version_send: [:rest]
843
851
 
852
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
844
853
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
845
854
 
846
855
  options.apply_defaults timeout: @config.rpcs.list_lake_actions.timeout,
@@ -937,12 +946,13 @@ module Google
937
946
  # Customize the options with defaults
938
947
  call_metadata = @config.rpcs.create_zone.metadata.to_h
939
948
 
940
- # Set x-goog-api-client and x-goog-user-project headers
949
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
941
950
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
942
951
  lib_name: @config.lib_name, lib_version: @config.lib_version,
943
952
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
944
953
  transports_version_send: [:rest]
945
954
 
955
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
946
956
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
947
957
 
948
958
  options.apply_defaults timeout: @config.rpcs.create_zone.timeout,
@@ -1029,12 +1039,13 @@ module Google
1029
1039
  # Customize the options with defaults
1030
1040
  call_metadata = @config.rpcs.update_zone.metadata.to_h
1031
1041
 
1032
- # Set x-goog-api-client and x-goog-user-project headers
1042
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1033
1043
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1034
1044
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1035
1045
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1036
1046
  transports_version_send: [:rest]
1037
1047
 
1048
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1038
1049
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1039
1050
 
1040
1051
  options.apply_defaults timeout: @config.rpcs.update_zone.timeout,
@@ -1117,12 +1128,13 @@ module Google
1117
1128
  # Customize the options with defaults
1118
1129
  call_metadata = @config.rpcs.delete_zone.metadata.to_h
1119
1130
 
1120
- # Set x-goog-api-client and x-goog-user-project headers
1131
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1121
1132
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1122
1133
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1123
1134
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1124
1135
  transports_version_send: [:rest]
1125
1136
 
1137
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1126
1138
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1127
1139
 
1128
1140
  options.apply_defaults timeout: @config.rpcs.delete_zone.timeout,
@@ -1213,12 +1225,13 @@ module Google
1213
1225
  # Customize the options with defaults
1214
1226
  call_metadata = @config.rpcs.list_zones.metadata.to_h
1215
1227
 
1216
- # Set x-goog-api-client and x-goog-user-project headers
1228
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1217
1229
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1218
1230
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1219
1231
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1220
1232
  transports_version_send: [:rest]
1221
1233
 
1234
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1222
1235
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1223
1236
 
1224
1237
  options.apply_defaults timeout: @config.rpcs.list_zones.timeout,
@@ -1293,12 +1306,13 @@ module Google
1293
1306
  # Customize the options with defaults
1294
1307
  call_metadata = @config.rpcs.get_zone.metadata.to_h
1295
1308
 
1296
- # Set x-goog-api-client and x-goog-user-project headers
1309
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1297
1310
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1298
1311
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1299
1312
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1300
1313
  transports_version_send: [:rest]
1301
1314
 
1315
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1302
1316
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1303
1317
 
1304
1318
  options.apply_defaults timeout: @config.rpcs.get_zone.timeout,
@@ -1385,12 +1399,13 @@ module Google
1385
1399
  # Customize the options with defaults
1386
1400
  call_metadata = @config.rpcs.list_zone_actions.metadata.to_h
1387
1401
 
1388
- # Set x-goog-api-client and x-goog-user-project headers
1402
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1389
1403
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1390
1404
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1391
1405
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1392
1406
  transports_version_send: [:rest]
1393
1407
 
1408
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1394
1409
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1395
1410
 
1396
1411
  options.apply_defaults timeout: @config.rpcs.list_zone_actions.timeout,
@@ -1486,12 +1501,13 @@ module Google
1486
1501
  # Customize the options with defaults
1487
1502
  call_metadata = @config.rpcs.create_asset.metadata.to_h
1488
1503
 
1489
- # Set x-goog-api-client and x-goog-user-project headers
1504
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1490
1505
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1491
1506
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1492
1507
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1493
1508
  transports_version_send: [:rest]
1494
1509
 
1510
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1495
1511
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1496
1512
 
1497
1513
  options.apply_defaults timeout: @config.rpcs.create_asset.timeout,
@@ -1578,12 +1594,13 @@ module Google
1578
1594
  # Customize the options with defaults
1579
1595
  call_metadata = @config.rpcs.update_asset.metadata.to_h
1580
1596
 
1581
- # Set x-goog-api-client and x-goog-user-project headers
1597
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1582
1598
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1583
1599
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1584
1600
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1585
1601
  transports_version_send: [:rest]
1586
1602
 
1603
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1587
1604
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1588
1605
 
1589
1606
  options.apply_defaults timeout: @config.rpcs.update_asset.timeout,
@@ -1666,12 +1683,13 @@ module Google
1666
1683
  # Customize the options with defaults
1667
1684
  call_metadata = @config.rpcs.delete_asset.metadata.to_h
1668
1685
 
1669
- # Set x-goog-api-client and x-goog-user-project headers
1686
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1670
1687
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1671
1688
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1672
1689
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1673
1690
  transports_version_send: [:rest]
1674
1691
 
1692
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1675
1693
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1676
1694
 
1677
1695
  options.apply_defaults timeout: @config.rpcs.delete_asset.timeout,
@@ -1763,12 +1781,13 @@ module Google
1763
1781
  # Customize the options with defaults
1764
1782
  call_metadata = @config.rpcs.list_assets.metadata.to_h
1765
1783
 
1766
- # Set x-goog-api-client and x-goog-user-project headers
1784
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1767
1785
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1768
1786
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1769
1787
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1770
1788
  transports_version_send: [:rest]
1771
1789
 
1790
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1772
1791
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1773
1792
 
1774
1793
  options.apply_defaults timeout: @config.rpcs.list_assets.timeout,
@@ -1843,12 +1862,13 @@ module Google
1843
1862
  # Customize the options with defaults
1844
1863
  call_metadata = @config.rpcs.get_asset.metadata.to_h
1845
1864
 
1846
- # Set x-goog-api-client and x-goog-user-project headers
1865
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1847
1866
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1848
1867
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1849
1868
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1850
1869
  transports_version_send: [:rest]
1851
1870
 
1871
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1852
1872
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1853
1873
 
1854
1874
  options.apply_defaults timeout: @config.rpcs.get_asset.timeout,
@@ -1935,12 +1955,13 @@ module Google
1935
1955
  # Customize the options with defaults
1936
1956
  call_metadata = @config.rpcs.list_asset_actions.metadata.to_h
1937
1957
 
1938
- # Set x-goog-api-client and x-goog-user-project headers
1958
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
1939
1959
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
1940
1960
  lib_name: @config.lib_name, lib_version: @config.lib_version,
1941
1961
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
1942
1962
  transports_version_send: [:rest]
1943
1963
 
1964
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
1944
1965
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
1945
1966
 
1946
1967
  options.apply_defaults timeout: @config.rpcs.list_asset_actions.timeout,
@@ -2029,12 +2050,13 @@ module Google
2029
2050
  # Customize the options with defaults
2030
2051
  call_metadata = @config.rpcs.create_task.metadata.to_h
2031
2052
 
2032
- # Set x-goog-api-client and x-goog-user-project headers
2053
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2033
2054
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2034
2055
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2035
2056
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2036
2057
  transports_version_send: [:rest]
2037
2058
 
2059
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2038
2060
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2039
2061
 
2040
2062
  options.apply_defaults timeout: @config.rpcs.create_task.timeout,
@@ -2121,12 +2143,13 @@ module Google
2121
2143
  # Customize the options with defaults
2122
2144
  call_metadata = @config.rpcs.update_task.metadata.to_h
2123
2145
 
2124
- # Set x-goog-api-client and x-goog-user-project headers
2146
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2125
2147
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2126
2148
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2127
2149
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2128
2150
  transports_version_send: [:rest]
2129
2151
 
2152
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2130
2153
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2131
2154
 
2132
2155
  options.apply_defaults timeout: @config.rpcs.update_task.timeout,
@@ -2208,12 +2231,13 @@ module Google
2208
2231
  # Customize the options with defaults
2209
2232
  call_metadata = @config.rpcs.delete_task.metadata.to_h
2210
2233
 
2211
- # Set x-goog-api-client and x-goog-user-project headers
2234
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2212
2235
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2213
2236
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2214
2237
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2215
2238
  transports_version_send: [:rest]
2216
2239
 
2240
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2217
2241
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2218
2242
 
2219
2243
  options.apply_defaults timeout: @config.rpcs.delete_task.timeout,
@@ -2304,12 +2328,13 @@ module Google
2304
2328
  # Customize the options with defaults
2305
2329
  call_metadata = @config.rpcs.list_tasks.metadata.to_h
2306
2330
 
2307
- # Set x-goog-api-client and x-goog-user-project headers
2331
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2308
2332
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2309
2333
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2310
2334
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2311
2335
  transports_version_send: [:rest]
2312
2336
 
2337
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2313
2338
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2314
2339
 
2315
2340
  options.apply_defaults timeout: @config.rpcs.list_tasks.timeout,
@@ -2383,12 +2408,13 @@ module Google
2383
2408
  # Customize the options with defaults
2384
2409
  call_metadata = @config.rpcs.get_task.metadata.to_h
2385
2410
 
2386
- # Set x-goog-api-client and x-goog-user-project headers
2411
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2387
2412
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2388
2413
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2389
2414
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2390
2415
  transports_version_send: [:rest]
2391
2416
 
2417
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2392
2418
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2393
2419
 
2394
2420
  options.apply_defaults timeout: @config.rpcs.get_task.timeout,
@@ -2475,12 +2501,13 @@ module Google
2475
2501
  # Customize the options with defaults
2476
2502
  call_metadata = @config.rpcs.list_jobs.metadata.to_h
2477
2503
 
2478
- # Set x-goog-api-client and x-goog-user-project headers
2504
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2479
2505
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2480
2506
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2481
2507
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2482
2508
  transports_version_send: [:rest]
2483
2509
 
2510
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2484
2511
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2485
2512
 
2486
2513
  options.apply_defaults timeout: @config.rpcs.list_jobs.timeout,
@@ -2571,12 +2598,13 @@ module Google
2571
2598
  # Customize the options with defaults
2572
2599
  call_metadata = @config.rpcs.run_task.metadata.to_h
2573
2600
 
2574
- # Set x-goog-api-client and x-goog-user-project headers
2601
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2575
2602
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2576
2603
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2577
2604
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2578
2605
  transports_version_send: [:rest]
2579
2606
 
2607
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2580
2608
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2581
2609
 
2582
2610
  options.apply_defaults timeout: @config.rpcs.run_task.timeout,
@@ -2650,12 +2678,13 @@ module Google
2650
2678
  # Customize the options with defaults
2651
2679
  call_metadata = @config.rpcs.get_job.metadata.to_h
2652
2680
 
2653
- # Set x-goog-api-client and x-goog-user-project headers
2681
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2654
2682
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2655
2683
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2656
2684
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2657
2685
  transports_version_send: [:rest]
2658
2686
 
2687
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2659
2688
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2660
2689
 
2661
2690
  options.apply_defaults timeout: @config.rpcs.get_job.timeout,
@@ -2729,12 +2758,13 @@ module Google
2729
2758
  # Customize the options with defaults
2730
2759
  call_metadata = @config.rpcs.cancel_job.metadata.to_h
2731
2760
 
2732
- # Set x-goog-api-client and x-goog-user-project headers
2761
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2733
2762
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2734
2763
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2735
2764
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2736
2765
  transports_version_send: [:rest]
2737
2766
 
2767
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2738
2768
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2739
2769
 
2740
2770
  options.apply_defaults timeout: @config.rpcs.cancel_job.timeout,
@@ -2827,12 +2857,13 @@ module Google
2827
2857
  # Customize the options with defaults
2828
2858
  call_metadata = @config.rpcs.create_environment.metadata.to_h
2829
2859
 
2830
- # Set x-goog-api-client and x-goog-user-project headers
2860
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2831
2861
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2832
2862
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2833
2863
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2834
2864
  transports_version_send: [:rest]
2835
2865
 
2866
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2836
2867
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2837
2868
 
2838
2869
  options.apply_defaults timeout: @config.rpcs.create_environment.timeout,
@@ -2919,12 +2950,13 @@ module Google
2919
2950
  # Customize the options with defaults
2920
2951
  call_metadata = @config.rpcs.update_environment.metadata.to_h
2921
2952
 
2922
- # Set x-goog-api-client and x-goog-user-project headers
2953
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
2923
2954
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
2924
2955
  lib_name: @config.lib_name, lib_version: @config.lib_version,
2925
2956
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
2926
2957
  transports_version_send: [:rest]
2927
2958
 
2959
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
2928
2960
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
2929
2961
 
2930
2962
  options.apply_defaults timeout: @config.rpcs.update_environment.timeout,
@@ -3007,12 +3039,13 @@ module Google
3007
3039
  # Customize the options with defaults
3008
3040
  call_metadata = @config.rpcs.delete_environment.metadata.to_h
3009
3041
 
3010
- # Set x-goog-api-client and x-goog-user-project headers
3042
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3011
3043
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3012
3044
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3013
3045
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
3014
3046
  transports_version_send: [:rest]
3015
3047
 
3048
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3016
3049
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3017
3050
 
3018
3051
  options.apply_defaults timeout: @config.rpcs.delete_environment.timeout,
@@ -3105,12 +3138,13 @@ module Google
3105
3138
  # Customize the options with defaults
3106
3139
  call_metadata = @config.rpcs.list_environments.metadata.to_h
3107
3140
 
3108
- # Set x-goog-api-client and x-goog-user-project headers
3141
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3109
3142
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3110
3143
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3111
3144
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
3112
3145
  transports_version_send: [:rest]
3113
3146
 
3147
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3114
3148
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3115
3149
 
3116
3150
  options.apply_defaults timeout: @config.rpcs.list_environments.timeout,
@@ -3185,12 +3219,13 @@ module Google
3185
3219
  # Customize the options with defaults
3186
3220
  call_metadata = @config.rpcs.get_environment.metadata.to_h
3187
3221
 
3188
- # Set x-goog-api-client and x-goog-user-project headers
3222
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3189
3223
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3190
3224
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3191
3225
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
3192
3226
  transports_version_send: [:rest]
3193
3227
 
3228
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3194
3229
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3195
3230
 
3196
3231
  options.apply_defaults timeout: @config.rpcs.get_environment.timeout,
@@ -3287,12 +3322,13 @@ module Google
3287
3322
  # Customize the options with defaults
3288
3323
  call_metadata = @config.rpcs.list_sessions.metadata.to_h
3289
3324
 
3290
- # Set x-goog-api-client and x-goog-user-project headers
3325
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
3291
3326
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
3292
3327
  lib_name: @config.lib_name, lib_version: @config.lib_version,
3293
3328
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
3294
3329
  transports_version_send: [:rest]
3295
3330
 
3331
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
3296
3332
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
3297
3333
 
3298
3334
  options.apply_defaults timeout: @config.rpcs.list_sessions.timeout,
@@ -26,6 +26,9 @@ module Google
26
26
  module Rest
27
27
  # Service that implements Longrunning Operations API.
28
28
  class Operations
29
+ # @private
30
+ API_VERSION = ""
31
+
29
32
  # @private
30
33
  DEFAULT_ENDPOINT_TEMPLATE = "dataplex.$UNIVERSE_DOMAIN$"
31
34
 
@@ -181,12 +184,13 @@ module Google
181
184
  # Customize the options with defaults
182
185
  call_metadata = @config.rpcs.list_operations.metadata.to_h
183
186
 
184
- # Set x-goog-api-client and x-goog-user-project headers
187
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
185
188
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
186
189
  lib_name: @config.lib_name, lib_version: @config.lib_version,
187
190
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
188
191
  transports_version_send: [:rest]
189
192
 
193
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
190
194
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
191
195
 
192
196
  options.apply_defaults timeout: @config.rpcs.list_operations.timeout,
@@ -269,12 +273,13 @@ module Google
269
273
  # Customize the options with defaults
270
274
  call_metadata = @config.rpcs.get_operation.metadata.to_h
271
275
 
272
- # Set x-goog-api-client and x-goog-user-project headers
276
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
273
277
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
274
278
  lib_name: @config.lib_name, lib_version: @config.lib_version,
275
279
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
276
280
  transports_version_send: [:rest]
277
281
 
282
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
278
283
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
279
284
 
280
285
  options.apply_defaults timeout: @config.rpcs.get_operation.timeout,
@@ -351,12 +356,13 @@ module Google
351
356
  # Customize the options with defaults
352
357
  call_metadata = @config.rpcs.delete_operation.metadata.to_h
353
358
 
354
- # Set x-goog-api-client and x-goog-user-project headers
359
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
355
360
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
356
361
  lib_name: @config.lib_name, lib_version: @config.lib_version,
357
362
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
358
363
  transports_version_send: [:rest]
359
364
 
365
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
360
366
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
361
367
 
362
368
  options.apply_defaults timeout: @config.rpcs.delete_operation.timeout,
@@ -438,12 +444,13 @@ module Google
438
444
  # Customize the options with defaults
439
445
  call_metadata = @config.rpcs.cancel_operation.metadata.to_h
440
446
 
441
- # Set x-goog-api-client and x-goog-user-project headers
447
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
442
448
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
443
449
  lib_name: @config.lib_name, lib_version: @config.lib_version,
444
450
  gapic_version: ::Google::Cloud::Dataplex::V1::VERSION,
445
451
  transports_version_send: [:rest]
446
452
 
453
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
447
454
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
448
455
 
449
456
  options.apply_defaults timeout: @config.rpcs.cancel_operation.timeout,
@@ -10,7 +10,7 @@ require 'google/protobuf/duration_pb'
10
10
  require 'google/protobuf/timestamp_pb'
11
11
 
12
12
 
13
- descriptor_data = "\n#google/cloud/dataplex/v1/logs.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa0\t\n\x0e\x44iscoveryEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0f\n\x07lake_id\x18\x02 \x01(\t\x12\x0f\n\x07zone_id\x18\x03 \x01(\t\x12\x10\n\x08\x61sset_id\x18\x04 \x01(\t\x12\x15\n\rdata_location\x18\x05 \x01(\t\x12@\n\x04type\x18\n \x01(\x0e\x32\x32.google.cloud.dataplex.v1.DiscoveryEvent.EventType\x12H\n\x06\x63onfig\x18\x14 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetailsH\x00\x12H\n\x06\x65ntity\x18\x15 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetailsH\x00\x12N\n\tpartition\x18\x16 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetailsH\x00\x12H\n\x06\x61\x63tion\x18\x17 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetailsH\x00\x1a\x9e\x01\n\rConfigDetails\x12Z\n\nparameters\x18\x01 \x03(\x0b\x32\x46.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails.ParametersEntry\x1a\x31\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x62\n\rEntityDetails\x12\x0e\n\x06\x65ntity\x18\x01 \x01(\t\x12\x41\n\x04type\x18\x02 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.DiscoveryEvent.EntityType\x1a\x98\x01\n\x10PartitionDetails\x12\x11\n\tpartition\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\x12\x41\n\x04type\x18\x03 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.DiscoveryEvent.EntityType\x12\x1e\n\x16sampled_data_locations\x18\x04 \x03(\t\x1a\x1d\n\rActionDetails\x12\x0c\n\x04type\x18\x01 \x01(\t\"\xb4\x01\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x43ONFIG\x10\x01\x12\x12\n\x0e\x45NTITY_CREATED\x10\x02\x12\x12\n\x0e\x45NTITY_UPDATED\x10\x03\x12\x12\n\x0e\x45NTITY_DELETED\x10\x04\x12\x15\n\x11PARTITION_CREATED\x10\x05\x12\x15\n\x11PARTITION_UPDATED\x10\x06\x12\x15\n\x11PARTITION_DELETED\x10\x07\"A\n\nEntityType\x12\x1b\n\x17\x45NTITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\x0b\n\x07\x46ILESET\x10\x02\x42\t\n\x07\x64\x65tails\"\xc5\x05\n\x08JobEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x05state\x18\x05 \x01(\x0e\x32(.google.cloud.dataplex.v1.JobEvent.State\x12\x0f\n\x07retries\x18\x06 \x01(\x05\x12\x35\n\x04type\x18\x07 \x01(\x0e\x32\'.google.cloud.dataplex.v1.JobEvent.Type\x12;\n\x07service\x18\x08 \x01(\x0e\x32*.google.cloud.dataplex.v1.JobEvent.Service\x12\x13\n\x0bservice_job\x18\t \x01(\t\x12N\n\x11\x65xecution_trigger\x18\x0b \x01(\x0e\x32\x33.google.cloud.dataplex.v1.JobEvent.ExecutionTrigger\"5\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05SPARK\x10\x01\x12\x0c\n\x08NOTEBOOK\x10\x02\"U\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\r\n\tCANCELLED\x10\x03\x12\x0b\n\x07\x41\x42ORTED\x10\x04\"0\n\x07Service\x12\x17\n\x13SERVICE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x41TAPROC\x10\x01\"W\n\x10\x45xecutionTrigger\x12!\n\x1d\x45XECUTION_TRIGGER_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTASK_CONFIG\x10\x01\x12\x0f\n\x0bRUN_REQUEST\x10\x02\"\xbd\x05\n\x0cSessionEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x12\n\nsession_id\x18\x03 \x01(\t\x12>\n\x04type\x18\x04 \x01(\x0e\x32\x30.google.cloud.dataplex.v1.SessionEvent.EventType\x12\x43\n\x05query\x18\x05 \x01(\x0b\x32\x32.google.cloud.dataplex.v1.SessionEvent.QueryDetailH\x00\x12\x17\n\x0f\x65vent_succeeded\x18\x06 \x01(\x08\x12\x1c\n\x14\x66\x61st_startup_enabled\x18\x07 \x01(\x08\x12\x36\n\x13unassigned_duration\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\xa3\x02\n\x0bQueryDetail\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12\x12\n\nquery_text\x18\x02 \x01(\t\x12I\n\x06\x65ngine\x18\x03 \x01(\x0e\x32\x39.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine\x12+\n\x08\x64uration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x19\n\x11result_size_bytes\x18\x05 \x01(\x03\x12\x1c\n\x14\x64\x61ta_processed_bytes\x18\x06 \x01(\x03\"=\n\x06\x45ngine\x12\x16\n\x12\x45NGINE_UNSPECIFIED\x10\x00\x12\r\n\tSPARK_SQL\x10\x01\x12\x0c\n\x08\x42IGQUERY\x10\x02\"S\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05START\x10\x01\x12\x08\n\x04STOP\x10\x02\x12\t\n\x05QUERY\x10\x03\x12\n\n\x06\x43REATE\x10\x04\x42\x08\n\x06\x64\x65tail\"\xba\x07\n\x0fGovernanceEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12G\n\nevent_type\x18\x02 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.GovernanceEvent.EventType\x12\x45\n\x06\x65ntity\x18\x03 \x01(\x0b\x32\x30.google.cloud.dataplex.v1.GovernanceEvent.EntityH\x00\x88\x01\x01\x1a\xd2\x01\n\x06\x45ntity\x12\x33\n\x06\x65ntity\x18\x01 \x01(\tB#\xfa\x41 \n\x1e\x64\x61taplex.googleapis.com/Entity\x12P\n\x0b\x65ntity_type\x18\x02 \x01(\x0e\x32;.google.cloud.dataplex.v1.GovernanceEvent.Entity.EntityType\"A\n\nEntityType\x12\x1b\n\x17\x45NTITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\x0b\n\x07\x46ILESET\x10\x02\"\xa5\x04\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aRESOURCE_IAM_POLICY_UPDATE\x10\x01\x12\x19\n\x15\x42IGQUERY_TABLE_CREATE\x10\x02\x12\x19\n\x15\x42IGQUERY_TABLE_UPDATE\x10\x03\x12\x19\n\x15\x42IGQUERY_TABLE_DELETE\x10\x04\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_CREATE\x10\x05\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_UPDATE\x10\x06\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_DELETE\x10\x07\x12\x1c\n\x18\x42IGQUERY_TAXONOMY_CREATE\x10\n\x12\x1e\n\x1a\x42IGQUERY_POLICY_TAG_CREATE\x10\x0b\x12\x1e\n\x1a\x42IGQUERY_POLICY_TAG_DELETE\x10\x0c\x12&\n\"BIGQUERY_POLICY_TAG_SET_IAM_POLICY\x10\r\x12\x18\n\x14\x41\x43\x43\x45SS_POLICY_UPDATE\x10\x0e\x12%\n!GOVERNANCE_RULE_MATCHED_RESOURCES\x10\x0f\x12(\n$GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS\x10\x10\x12\x1a\n\x16GOVERNANCE_RULE_ERRORS\x10\x11\x12\x1e\n\x1aGOVERNANCE_RULE_PROCESSING\x10\x12\x42\t\n\x07_entity\"\xf3\x12\n\rDataScanEvent\x12\x13\n\x0b\x64\x61ta_source\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x04type\x18\x05 \x01(\x0e\x32\x30.google.cloud.dataplex.v1.DataScanEvent.ScanType\x12<\n\x05state\x18\x06 \x01(\x0e\x32-.google.cloud.dataplex.v1.DataScanEvent.State\x12\x0f\n\x07message\x18\x07 \x01(\t\x12\x14\n\x0cspec_version\x18\x08 \x01(\t\x12@\n\x07trigger\x18\t \x01(\x0e\x32/.google.cloud.dataplex.v1.DataScanEvent.Trigger\x12<\n\x05scope\x18\n \x01(\x0e\x32-.google.cloud.dataplex.v1.DataScanEvent.Scope\x12Q\n\x0c\x64\x61ta_profile\x18\x65 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataScanEvent.DataProfileResultH\x00\x12Q\n\x0c\x64\x61ta_quality\x18\x66 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataScanEvent.DataQualityResultH\x00\x12\x62\n\x14\x64\x61ta_profile_configs\x18\xc9\x01 \x01(\x0b\x32\x41.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigsH\x01\x12\x62\n\x14\x64\x61ta_quality_configs\x18\xca\x01 \x01(\x0b\x32\x41.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigsH\x01\x12_\n\x18post_scan_actions_result\x18\x0b \x01(\x0b\x32=.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult\x1a&\n\x11\x44\x61taProfileResult\x12\x11\n\trow_count\x18\x01 \x01(\x03\x1a\x9c\x04\n\x11\x44\x61taQualityResult\x12\x11\n\trow_count\x18\x01 \x01(\x03\x12\x0e\n\x06passed\x18\x02 \x01(\x08\x12h\n\x10\x64imension_passed\x18\x03 \x03(\x0b\x32N.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.DimensionPassedEntry\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x66\n\x0f\x64imension_score\x18\x05 \x03(\x0b\x32M.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.DimensionScoreEntry\x12`\n\x0c\x63olumn_score\x18\x06 \x03(\x0b\x32J.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.ColumnScoreEntry\x1a\x36\n\x14\x44imensionPassedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01\x1a\x35\n\x13\x44imensionScoreEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a\x32\n\x10\x43olumnScoreEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1ap\n\x19\x44\x61taProfileAppliedConfigs\x12\x18\n\x10sampling_percent\x18\x01 \x01(\x02\x12\x1a\n\x12row_filter_applied\x18\x02 \x01(\x08\x12\x1d\n\x15\x63olumn_filter_applied\x18\x03 \x01(\x08\x1aQ\n\x19\x44\x61taQualityAppliedConfigs\x12\x18\n\x10sampling_percent\x18\x01 \x01(\x02\x12\x1a\n\x12row_filter_applied\x18\x02 \x01(\x08\x1a\xe6\x02\n\x15PostScanActionsResult\x12r\n\x16\x62igquery_export_result\x18\x01 \x01(\x0b\x32R.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult\x1a\xd8\x01\n\x14\x42igQueryExportResult\x12g\n\x05state\x18\x01 \x01(\x0e\x32X.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult.State\x12\x0f\n\x07message\x18\x02 \x01(\t\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\x0b\n\x07SKIPPED\x10\x03\"I\n\x08ScanType\x12\x19\n\x15SCAN_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x44\x41TA_PROFILE\x10\x01\x12\x10\n\x0c\x44\x41TA_QUALITY\x10\x02\"b\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07STARTED\x10\x01\x12\r\n\tSUCCEEDED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\r\n\tCANCELLED\x10\x04\x12\x0b\n\x07\x43REATED\x10\x05\"?\n\x07Trigger\x12\x17\n\x13TRIGGER_UNSPECIFIED\x10\x00\x12\r\n\tON_DEMAND\x10\x01\x12\x0c\n\x08SCHEDULE\x10\x02\"9\n\x05Scope\x12\x15\n\x11SCOPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x12\x0f\n\x0bINCREMENTAL\x10\x02\x42\x08\n\x06resultB\x10\n\x0e\x61ppliedConfigs\"\xe9\x06\n\x19\x44\x61taQualityScanRuleResult\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x61ta_source\x18\x02 \x01(\t\x12\x0e\n\x06\x63olumn\x18\x03 \x01(\t\x12\x11\n\trule_name\x18\x04 \x01(\t\x12O\n\trule_type\x18\x05 \x01(\x0e\x32<.google.cloud.dataplex.v1.DataQualityScanRuleResult.RuleType\x12Z\n\x0e\x65valution_type\x18\x06 \x01(\x0e\x32\x42.google.cloud.dataplex.v1.DataQualityScanRuleResult.EvaluationType\x12\x16\n\x0erule_dimension\x18\x07 \x01(\t\x12\x19\n\x11threshold_percent\x18\x08 \x01(\x01\x12J\n\x06result\x18\t \x01(\x0e\x32:.google.cloud.dataplex.v1.DataQualityScanRuleResult.Result\x12\x1b\n\x13\x65valuated_row_count\x18\n \x01(\x03\x12\x18\n\x10passed_row_count\x18\x0b \x01(\x03\x12\x16\n\x0enull_row_count\x18\x0c \x01(\x03\"\xff\x01\n\x08RuleType\x12\x19\n\x15RULE_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14NON_NULL_EXPECTATION\x10\x01\x12\x15\n\x11RANGE_EXPECTATION\x10\x02\x12\x15\n\x11REGEX_EXPECTATION\x10\x03\x12\x1d\n\x19ROW_CONDITION_EXPECTATION\x10\x04\x12\x13\n\x0fSET_EXPECTATION\x10\x05\x12\x1f\n\x1bSTATISTIC_RANGE_EXPECTATION\x10\x06\x12\x1f\n\x1bTABLE_CONDITION_EXPECTATION\x10\x07\x12\x1a\n\x16UNIQUENESS_EXPECTATION\x10\x08\"M\n\x0e\x45valuationType\x12\x1f\n\x1b\x45VALUATION_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PER_ROW\x10\x01\x12\r\n\tAGGREGATE\x10\x02\"8\n\x06Result\x12\x16\n\x12RESULT_UNSPECIFIED\x10\x00\x12\n\n\x06PASSED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x42\x65\n\x1c\x63om.google.cloud.dataplex.v1B\tLogsProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
13
+ descriptor_data = "\n#google/cloud/dataplex/v1/logs.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa0\t\n\x0e\x44iscoveryEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0f\n\x07lake_id\x18\x02 \x01(\t\x12\x0f\n\x07zone_id\x18\x03 \x01(\t\x12\x10\n\x08\x61sset_id\x18\x04 \x01(\t\x12\x15\n\rdata_location\x18\x05 \x01(\t\x12@\n\x04type\x18\n \x01(\x0e\x32\x32.google.cloud.dataplex.v1.DiscoveryEvent.EventType\x12H\n\x06\x63onfig\x18\x14 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetailsH\x00\x12H\n\x06\x65ntity\x18\x15 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetailsH\x00\x12N\n\tpartition\x18\x16 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetailsH\x00\x12H\n\x06\x61\x63tion\x18\x17 \x01(\x0b\x32\x36.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetailsH\x00\x1a\x9e\x01\n\rConfigDetails\x12Z\n\nparameters\x18\x01 \x03(\x0b\x32\x46.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails.ParametersEntry\x1a\x31\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x62\n\rEntityDetails\x12\x0e\n\x06\x65ntity\x18\x01 \x01(\t\x12\x41\n\x04type\x18\x02 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.DiscoveryEvent.EntityType\x1a\x98\x01\n\x10PartitionDetails\x12\x11\n\tpartition\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\x12\x41\n\x04type\x18\x03 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.DiscoveryEvent.EntityType\x12\x1e\n\x16sampled_data_locations\x18\x04 \x03(\t\x1a\x1d\n\rActionDetails\x12\x0c\n\x04type\x18\x01 \x01(\t\"\xb4\x01\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x43ONFIG\x10\x01\x12\x12\n\x0e\x45NTITY_CREATED\x10\x02\x12\x12\n\x0e\x45NTITY_UPDATED\x10\x03\x12\x12\n\x0e\x45NTITY_DELETED\x10\x04\x12\x15\n\x11PARTITION_CREATED\x10\x05\x12\x15\n\x11PARTITION_UPDATED\x10\x06\x12\x15\n\x11PARTITION_DELETED\x10\x07\"A\n\nEntityType\x12\x1b\n\x17\x45NTITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\x0b\n\x07\x46ILESET\x10\x02\x42\t\n\x07\x64\x65tails\"\xc5\x05\n\x08JobEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x05state\x18\x05 \x01(\x0e\x32(.google.cloud.dataplex.v1.JobEvent.State\x12\x0f\n\x07retries\x18\x06 \x01(\x05\x12\x35\n\x04type\x18\x07 \x01(\x0e\x32\'.google.cloud.dataplex.v1.JobEvent.Type\x12;\n\x07service\x18\x08 \x01(\x0e\x32*.google.cloud.dataplex.v1.JobEvent.Service\x12\x13\n\x0bservice_job\x18\t \x01(\t\x12N\n\x11\x65xecution_trigger\x18\x0b \x01(\x0e\x32\x33.google.cloud.dataplex.v1.JobEvent.ExecutionTrigger\"5\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05SPARK\x10\x01\x12\x0c\n\x08NOTEBOOK\x10\x02\"U\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\r\n\tCANCELLED\x10\x03\x12\x0b\n\x07\x41\x42ORTED\x10\x04\"0\n\x07Service\x12\x17\n\x13SERVICE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x41TAPROC\x10\x01\"W\n\x10\x45xecutionTrigger\x12!\n\x1d\x45XECUTION_TRIGGER_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTASK_CONFIG\x10\x01\x12\x0f\n\x0bRUN_REQUEST\x10\x02\"\xbd\x05\n\x0cSessionEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0f\n\x07user_id\x18\x02 \x01(\t\x12\x12\n\nsession_id\x18\x03 \x01(\t\x12>\n\x04type\x18\x04 \x01(\x0e\x32\x30.google.cloud.dataplex.v1.SessionEvent.EventType\x12\x43\n\x05query\x18\x05 \x01(\x0b\x32\x32.google.cloud.dataplex.v1.SessionEvent.QueryDetailH\x00\x12\x17\n\x0f\x65vent_succeeded\x18\x06 \x01(\x08\x12\x1c\n\x14\x66\x61st_startup_enabled\x18\x07 \x01(\x08\x12\x36\n\x13unassigned_duration\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x1a\xa3\x02\n\x0bQueryDetail\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12\x12\n\nquery_text\x18\x02 \x01(\t\x12I\n\x06\x65ngine\x18\x03 \x01(\x0e\x32\x39.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine\x12+\n\x08\x64uration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x19\n\x11result_size_bytes\x18\x05 \x01(\x03\x12\x1c\n\x14\x64\x61ta_processed_bytes\x18\x06 \x01(\x03\"=\n\x06\x45ngine\x12\x16\n\x12\x45NGINE_UNSPECIFIED\x10\x00\x12\r\n\tSPARK_SQL\x10\x01\x12\x0c\n\x08\x42IGQUERY\x10\x02\"S\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05START\x10\x01\x12\x08\n\x04STOP\x10\x02\x12\t\n\x05QUERY\x10\x03\x12\n\n\x06\x43REATE\x10\x04\x42\x08\n\x06\x64\x65tail\"\xba\x07\n\x0fGovernanceEvent\x12\x0f\n\x07message\x18\x01 \x01(\t\x12G\n\nevent_type\x18\x02 \x01(\x0e\x32\x33.google.cloud.dataplex.v1.GovernanceEvent.EventType\x12\x45\n\x06\x65ntity\x18\x03 \x01(\x0b\x32\x30.google.cloud.dataplex.v1.GovernanceEvent.EntityH\x00\x88\x01\x01\x1a\xd2\x01\n\x06\x45ntity\x12\x33\n\x06\x65ntity\x18\x01 \x01(\tB#\xfa\x41 \n\x1e\x64\x61taplex.googleapis.com/Entity\x12P\n\x0b\x65ntity_type\x18\x02 \x01(\x0e\x32;.google.cloud.dataplex.v1.GovernanceEvent.Entity.EntityType\"A\n\nEntityType\x12\x1b\n\x17\x45NTITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05TABLE\x10\x01\x12\x0b\n\x07\x46ILESET\x10\x02\"\xa5\x04\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aRESOURCE_IAM_POLICY_UPDATE\x10\x01\x12\x19\n\x15\x42IGQUERY_TABLE_CREATE\x10\x02\x12\x19\n\x15\x42IGQUERY_TABLE_UPDATE\x10\x03\x12\x19\n\x15\x42IGQUERY_TABLE_DELETE\x10\x04\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_CREATE\x10\x05\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_UPDATE\x10\x06\x12\x1e\n\x1a\x42IGQUERY_CONNECTION_DELETE\x10\x07\x12\x1c\n\x18\x42IGQUERY_TAXONOMY_CREATE\x10\n\x12\x1e\n\x1a\x42IGQUERY_POLICY_TAG_CREATE\x10\x0b\x12\x1e\n\x1a\x42IGQUERY_POLICY_TAG_DELETE\x10\x0c\x12&\n\"BIGQUERY_POLICY_TAG_SET_IAM_POLICY\x10\r\x12\x18\n\x14\x41\x43\x43\x45SS_POLICY_UPDATE\x10\x0e\x12%\n!GOVERNANCE_RULE_MATCHED_RESOURCES\x10\x0f\x12(\n$GOVERNANCE_RULE_SEARCH_LIMIT_EXCEEDS\x10\x10\x12\x1a\n\x16GOVERNANCE_RULE_ERRORS\x10\x11\x12\x1e\n\x1aGOVERNANCE_RULE_PROCESSING\x10\x12\x42\t\n\x07_entity\"\xf3\x12\n\rDataScanEvent\x12\x13\n\x0b\x64\x61ta_source\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12>\n\x04type\x18\x05 \x01(\x0e\x32\x30.google.cloud.dataplex.v1.DataScanEvent.ScanType\x12<\n\x05state\x18\x06 \x01(\x0e\x32-.google.cloud.dataplex.v1.DataScanEvent.State\x12\x0f\n\x07message\x18\x07 \x01(\t\x12\x14\n\x0cspec_version\x18\x08 \x01(\t\x12@\n\x07trigger\x18\t \x01(\x0e\x32/.google.cloud.dataplex.v1.DataScanEvent.Trigger\x12<\n\x05scope\x18\n \x01(\x0e\x32-.google.cloud.dataplex.v1.DataScanEvent.Scope\x12Q\n\x0c\x64\x61ta_profile\x18\x65 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataScanEvent.DataProfileResultH\x00\x12Q\n\x0c\x64\x61ta_quality\x18\x66 \x01(\x0b\x32\x39.google.cloud.dataplex.v1.DataScanEvent.DataQualityResultH\x00\x12\x62\n\x14\x64\x61ta_profile_configs\x18\xc9\x01 \x01(\x0b\x32\x41.google.cloud.dataplex.v1.DataScanEvent.DataProfileAppliedConfigsH\x01\x12\x62\n\x14\x64\x61ta_quality_configs\x18\xca\x01 \x01(\x0b\x32\x41.google.cloud.dataplex.v1.DataScanEvent.DataQualityAppliedConfigsH\x01\x12_\n\x18post_scan_actions_result\x18\x0b \x01(\x0b\x32=.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult\x1a&\n\x11\x44\x61taProfileResult\x12\x11\n\trow_count\x18\x01 \x01(\x03\x1a\x9c\x04\n\x11\x44\x61taQualityResult\x12\x11\n\trow_count\x18\x01 \x01(\x03\x12\x0e\n\x06passed\x18\x02 \x01(\x08\x12h\n\x10\x64imension_passed\x18\x03 \x03(\x0b\x32N.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.DimensionPassedEntry\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x66\n\x0f\x64imension_score\x18\x05 \x03(\x0b\x32M.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.DimensionScoreEntry\x12`\n\x0c\x63olumn_score\x18\x06 \x03(\x0b\x32J.google.cloud.dataplex.v1.DataScanEvent.DataQualityResult.ColumnScoreEntry\x1a\x36\n\x14\x44imensionPassedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x08:\x02\x38\x01\x1a\x35\n\x13\x44imensionScoreEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a\x32\n\x10\x43olumnScoreEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1ap\n\x19\x44\x61taProfileAppliedConfigs\x12\x18\n\x10sampling_percent\x18\x01 \x01(\x02\x12\x1a\n\x12row_filter_applied\x18\x02 \x01(\x08\x12\x1d\n\x15\x63olumn_filter_applied\x18\x03 \x01(\x08\x1aQ\n\x19\x44\x61taQualityAppliedConfigs\x12\x18\n\x10sampling_percent\x18\x01 \x01(\x02\x12\x1a\n\x12row_filter_applied\x18\x02 \x01(\x08\x1a\xe6\x02\n\x15PostScanActionsResult\x12r\n\x16\x62igquery_export_result\x18\x01 \x01(\x0b\x32R.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult\x1a\xd8\x01\n\x14\x42igQueryExportResult\x12g\n\x05state\x18\x01 \x01(\x0e\x32X.google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult.State\x12\x0f\n\x07message\x18\x02 \x01(\t\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\x0b\n\x07SKIPPED\x10\x03\"I\n\x08ScanType\x12\x19\n\x15SCAN_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x44\x41TA_PROFILE\x10\x01\x12\x10\n\x0c\x44\x41TA_QUALITY\x10\x02\"b\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07STARTED\x10\x01\x12\r\n\tSUCCEEDED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\r\n\tCANCELLED\x10\x04\x12\x0b\n\x07\x43REATED\x10\x05\"?\n\x07Trigger\x12\x17\n\x13TRIGGER_UNSPECIFIED\x10\x00\x12\r\n\tON_DEMAND\x10\x01\x12\x0c\n\x08SCHEDULE\x10\x02\"9\n\x05Scope\x12\x15\n\x11SCOPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x12\x0f\n\x0bINCREMENTAL\x10\x02\x42\x08\n\x06resultB\x10\n\x0e\x61ppliedConfigs\"\x99\x07\n\x19\x44\x61taQualityScanRuleResult\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x61ta_source\x18\x02 \x01(\t\x12\x0e\n\x06\x63olumn\x18\x03 \x01(\t\x12\x11\n\trule_name\x18\x04 \x01(\t\x12O\n\trule_type\x18\x05 \x01(\x0e\x32<.google.cloud.dataplex.v1.DataQualityScanRuleResult.RuleType\x12Z\n\x0e\x65valution_type\x18\x06 \x01(\x0e\x32\x42.google.cloud.dataplex.v1.DataQualityScanRuleResult.EvaluationType\x12\x16\n\x0erule_dimension\x18\x07 \x01(\t\x12\x19\n\x11threshold_percent\x18\x08 \x01(\x01\x12J\n\x06result\x18\t \x01(\x0e\x32:.google.cloud.dataplex.v1.DataQualityScanRuleResult.Result\x12\x1b\n\x13\x65valuated_row_count\x18\n \x01(\x03\x12\x18\n\x10passed_row_count\x18\x0b \x01(\x03\x12\x16\n\x0enull_row_count\x18\x0c \x01(\x03\x12\x1b\n\x13\x61ssertion_row_count\x18\r \x01(\x03\"\x92\x02\n\x08RuleType\x12\x19\n\x15RULE_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14NON_NULL_EXPECTATION\x10\x01\x12\x15\n\x11RANGE_EXPECTATION\x10\x02\x12\x15\n\x11REGEX_EXPECTATION\x10\x03\x12\x1d\n\x19ROW_CONDITION_EXPECTATION\x10\x04\x12\x13\n\x0fSET_EXPECTATION\x10\x05\x12\x1f\n\x1bSTATISTIC_RANGE_EXPECTATION\x10\x06\x12\x1f\n\x1bTABLE_CONDITION_EXPECTATION\x10\x07\x12\x1a\n\x16UNIQUENESS_EXPECTATION\x10\x08\x12\x11\n\rSQL_ASSERTION\x10\t\"M\n\x0e\x45valuationType\x12\x1f\n\x1b\x45VALUATION_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PER_ROW\x10\x01\x12\r\n\tAGGREGATE\x10\x02\"8\n\x06Result\x12\x16\n\x12RESULT_UNSPECIFIED\x10\x00\x12\n\n\x06PASSED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x42\x65\n\x1c\x63om.google.cloud.dataplex.v1B\tLogsProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
14
14
 
15
15
  pool = Google::Protobuf::DescriptorPool.generated_pool
16
16