google-apis-dataplex_v1 0.58.0 → 0.60.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/dataplex_v1/classes.rb +520 -133
- data/lib/google/apis/dataplex_v1/gem_version.rb +3 -3
- data/lib/google/apis/dataplex_v1/representations.rb +138 -2
- data/lib/google/apis/dataplex_v1/service.rb +523 -104
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataplexV1
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240722"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -196,6 +196,12 @@ module Google
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
+
class GoogleCloudDataplexV1CancelMetadataJobRequest
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
199
205
|
class GoogleCloudDataplexV1Content
|
200
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
207
|
|
@@ -712,6 +718,12 @@ module Google
|
|
712
718
|
include Google::Apis::Core::JsonObjectSupport
|
713
719
|
end
|
714
720
|
|
721
|
+
class GoogleCloudDataplexV1ImportItem
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
715
727
|
class GoogleCloudDataplexV1Job
|
716
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
729
|
|
@@ -838,6 +850,12 @@ module Google
|
|
838
850
|
include Google::Apis::Core::JsonObjectSupport
|
839
851
|
end
|
840
852
|
|
853
|
+
class GoogleCloudDataplexV1ListMetadataJobsResponse
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
841
859
|
class GoogleCloudDataplexV1ListPartitionsResponse
|
842
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
861
|
|
@@ -862,6 +880,36 @@ module Google
|
|
862
880
|
include Google::Apis::Core::JsonObjectSupport
|
863
881
|
end
|
864
882
|
|
883
|
+
class GoogleCloudDataplexV1MetadataJob
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class GoogleCloudDataplexV1MetadataJobImportJobResult
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class GoogleCloudDataplexV1MetadataJobImportJobSpec
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
901
|
+
class GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
class GoogleCloudDataplexV1MetadataJobStatus
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
865
913
|
class GoogleCloudDataplexV1OperationMetadata
|
866
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
915
|
|
@@ -1320,7 +1368,6 @@ module Google
|
|
1320
1368
|
property :metadata_template, as: 'metadataTemplate', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1321
1369
|
|
1322
1370
|
property :name, as: 'name'
|
1323
|
-
property :transfer_status, as: 'transferStatus'
|
1324
1371
|
property :uid, as: 'uid'
|
1325
1372
|
property :update_time, as: 'updateTime'
|
1326
1373
|
end
|
@@ -1506,6 +1553,12 @@ module Google
|
|
1506
1553
|
end
|
1507
1554
|
end
|
1508
1555
|
|
1556
|
+
class GoogleCloudDataplexV1CancelMetadataJobRequest
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
end
|
1560
|
+
end
|
1561
|
+
|
1509
1562
|
class GoogleCloudDataplexV1Content
|
1510
1563
|
# @private
|
1511
1564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1813,6 +1866,7 @@ module Google
|
|
1813
1866
|
|
1814
1867
|
property :statistic_range_expectation, as: 'statisticRangeExpectation', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation::Representation
|
1815
1868
|
|
1869
|
+
property :suspended, as: 'suspended'
|
1816
1870
|
property :table_condition_expectation, as: 'tableConditionExpectation', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation::Representation
|
1817
1871
|
|
1818
1872
|
property :threshold, as: 'threshold'
|
@@ -2121,6 +2175,7 @@ module Google
|
|
2121
2175
|
class GoogleCloudDataplexV1DataScanJob
|
2122
2176
|
# @private
|
2123
2177
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2178
|
+
property :create_time, as: 'createTime'
|
2124
2179
|
property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
|
2125
2180
|
|
2126
2181
|
property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::Representation
|
@@ -2286,7 +2341,6 @@ module Google
|
|
2286
2341
|
property :etag, as: 'etag'
|
2287
2342
|
hash :labels, as: 'labels'
|
2288
2343
|
property :name, as: 'name'
|
2289
|
-
property :transfer_status, as: 'transferStatus'
|
2290
2344
|
property :uid, as: 'uid'
|
2291
2345
|
property :update_time, as: 'updateTime'
|
2292
2346
|
end
|
@@ -2458,6 +2512,16 @@ module Google
|
|
2458
2512
|
end
|
2459
2513
|
end
|
2460
2514
|
|
2515
|
+
class GoogleCloudDataplexV1ImportItem
|
2516
|
+
# @private
|
2517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2518
|
+
collection :aspect_keys, as: 'aspectKeys'
|
2519
|
+
property :entry, as: 'entry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
|
2520
|
+
|
2521
|
+
property :update_mask, as: 'updateMask'
|
2522
|
+
end
|
2523
|
+
end
|
2524
|
+
|
2461
2525
|
class GoogleCloudDataplexV1Job
|
2462
2526
|
# @private
|
2463
2527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2683,6 +2747,16 @@ module Google
|
|
2683
2747
|
end
|
2684
2748
|
end
|
2685
2749
|
|
2750
|
+
class GoogleCloudDataplexV1ListMetadataJobsResponse
|
2751
|
+
# @private
|
2752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2753
|
+
collection :metadata_jobs, as: 'metadataJobs', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJob, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJob::Representation
|
2754
|
+
|
2755
|
+
property :next_page_token, as: 'nextPageToken'
|
2756
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
2757
|
+
end
|
2758
|
+
end
|
2759
|
+
|
2686
2760
|
class GoogleCloudDataplexV1ListPartitionsResponse
|
2687
2761
|
# @private
|
2688
2762
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2720,6 +2794,68 @@ module Google
|
|
2720
2794
|
end
|
2721
2795
|
end
|
2722
2796
|
|
2797
|
+
class GoogleCloudDataplexV1MetadataJob
|
2798
|
+
# @private
|
2799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2800
|
+
property :create_time, as: 'createTime'
|
2801
|
+
property :import_result, as: 'importResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobResult::Representation
|
2802
|
+
|
2803
|
+
property :import_spec, as: 'importSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobSpec::Representation
|
2804
|
+
|
2805
|
+
hash :labels, as: 'labels'
|
2806
|
+
property :name, as: 'name'
|
2807
|
+
property :status, as: 'status', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobStatus, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobStatus::Representation
|
2808
|
+
|
2809
|
+
property :type, as: 'type'
|
2810
|
+
property :uid, as: 'uid'
|
2811
|
+
property :update_time, as: 'updateTime'
|
2812
|
+
end
|
2813
|
+
end
|
2814
|
+
|
2815
|
+
class GoogleCloudDataplexV1MetadataJobImportJobResult
|
2816
|
+
# @private
|
2817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2818
|
+
property :created_entries, :numeric_string => true, as: 'createdEntries'
|
2819
|
+
property :deleted_entries, :numeric_string => true, as: 'deletedEntries'
|
2820
|
+
property :recreated_entries, :numeric_string => true, as: 'recreatedEntries'
|
2821
|
+
property :unchanged_entries, :numeric_string => true, as: 'unchangedEntries'
|
2822
|
+
property :update_time, as: 'updateTime'
|
2823
|
+
property :updated_entries, :numeric_string => true, as: 'updatedEntries'
|
2824
|
+
end
|
2825
|
+
end
|
2826
|
+
|
2827
|
+
class GoogleCloudDataplexV1MetadataJobImportJobSpec
|
2828
|
+
# @private
|
2829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2830
|
+
property :aspect_sync_mode, as: 'aspectSyncMode'
|
2831
|
+
property :entry_sync_mode, as: 'entrySyncMode'
|
2832
|
+
property :log_level, as: 'logLevel'
|
2833
|
+
property :scope, as: 'scope', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope::Representation
|
2834
|
+
|
2835
|
+
property :source_create_time, as: 'sourceCreateTime'
|
2836
|
+
property :source_storage_uri, as: 'sourceStorageUri'
|
2837
|
+
end
|
2838
|
+
end
|
2839
|
+
|
2840
|
+
class GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope
|
2841
|
+
# @private
|
2842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2843
|
+
collection :aspect_types, as: 'aspectTypes'
|
2844
|
+
collection :entry_groups, as: 'entryGroups'
|
2845
|
+
collection :entry_types, as: 'entryTypes'
|
2846
|
+
end
|
2847
|
+
end
|
2848
|
+
|
2849
|
+
class GoogleCloudDataplexV1MetadataJobStatus
|
2850
|
+
# @private
|
2851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2852
|
+
property :completion_percent, as: 'completionPercent'
|
2853
|
+
property :message, as: 'message'
|
2854
|
+
property :state, as: 'state'
|
2855
|
+
property :update_time, as: 'updateTime'
|
2856
|
+
end
|
2857
|
+
end
|
2858
|
+
|
2723
2859
|
class GoogleCloudDataplexV1OperationMetadata
|
2724
2860
|
# @private
|
2725
2861
|
class Representation < Google::Apis::Core::JsonRepresentation
|