google-apis-dataplex_v1 0.50.0 → 0.51.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 +4 -0
- data/lib/google/apis/dataplex_v1/classes.rb +1211 -86
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- data/lib/google/apis/dataplex_v1/representations.rb +470 -0
- data/lib/google/apis/dataplex_v1/service.rb +987 -5
- 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.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -82,6 +82,54 @@ module Google
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
+
class GoogleCloudDataplexV1Aspect
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudDataplexV1AspectSource
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudDataplexV1AspectType
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudDataplexV1AspectTypeAuthorization
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplate
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
85
133
|
class GoogleCloudDataplexV1Asset
|
86
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
135
|
|
@@ -190,6 +238,24 @@ module Google
|
|
190
238
|
include Google::Apis::Core::JsonObjectSupport
|
191
239
|
end
|
192
240
|
|
241
|
+
class GoogleCloudDataplexV1DataDocumentationResult
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudDataplexV1DataDocumentationResultQuery
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudDataplexV1DataDocumentationSpec
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
193
259
|
class GoogleCloudDataplexV1DataProfileResult
|
194
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
261
|
|
@@ -550,6 +616,48 @@ module Google
|
|
550
616
|
include Google::Apis::Core::JsonObjectSupport
|
551
617
|
end
|
552
618
|
|
619
|
+
class GoogleCloudDataplexV1Entry
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class GoogleCloudDataplexV1EntryGroup
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudDataplexV1EntrySource
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class GoogleCloudDataplexV1EntrySourceAncestor
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class GoogleCloudDataplexV1EntryType
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class GoogleCloudDataplexV1EntryTypeAspectInfo
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class GoogleCloudDataplexV1EntryTypeAuthorization
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
553
661
|
class GoogleCloudDataplexV1Environment
|
554
662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
663
|
|
@@ -592,6 +700,18 @@ module Google
|
|
592
700
|
include Google::Apis::Core::JsonObjectSupport
|
593
701
|
end
|
594
702
|
|
703
|
+
class GoogleCloudDataplexV1GenerateDataQualityRulesRequest
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class GoogleCloudDataplexV1GenerateDataQualityRulesResponse
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
595
715
|
class GoogleCloudDataplexV1GovernanceEvent
|
596
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
717
|
|
@@ -640,6 +760,12 @@ module Google
|
|
640
760
|
include Google::Apis::Core::JsonObjectSupport
|
641
761
|
end
|
642
762
|
|
763
|
+
class GoogleCloudDataplexV1ListAspectTypesResponse
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
643
769
|
class GoogleCloudDataplexV1ListAssetsResponse
|
644
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
771
|
|
@@ -688,6 +814,24 @@ module Google
|
|
688
814
|
include Google::Apis::Core::JsonObjectSupport
|
689
815
|
end
|
690
816
|
|
817
|
+
class GoogleCloudDataplexV1ListEntriesResponse
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudDataplexV1ListEntryGroupsResponse
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class GoogleCloudDataplexV1ListEntryTypesResponse
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
691
835
|
class GoogleCloudDataplexV1ListEnvironmentsResponse
|
692
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
837
|
|
@@ -802,6 +946,24 @@ module Google
|
|
802
946
|
include Google::Apis::Core::JsonObjectSupport
|
803
947
|
end
|
804
948
|
|
949
|
+
class GoogleCloudDataplexV1SearchEntriesResponse
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
955
|
+
class GoogleCloudDataplexV1SearchEntriesResult
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
961
|
+
class GoogleCloudDataplexV1SearchEntriesResultSnippets
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
|
+
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
805
967
|
class GoogleCloudDataplexV1Session
|
806
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
969
|
|
@@ -1136,6 +1298,104 @@ module Google
|
|
1136
1298
|
end
|
1137
1299
|
end
|
1138
1300
|
|
1301
|
+
class GoogleCloudDataplexV1Aspect
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
property :aspect_source, as: 'aspectSource', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectSource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectSource::Representation
|
1305
|
+
|
1306
|
+
property :aspect_type, as: 'aspectType'
|
1307
|
+
property :create_time, as: 'createTime'
|
1308
|
+
hash :data, as: 'data'
|
1309
|
+
property :path, as: 'path'
|
1310
|
+
property :update_time, as: 'updateTime'
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class GoogleCloudDataplexV1AspectSource
|
1315
|
+
# @private
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1317
|
+
property :create_time, as: 'createTime'
|
1318
|
+
property :update_time, as: 'updateTime'
|
1319
|
+
end
|
1320
|
+
end
|
1321
|
+
|
1322
|
+
class GoogleCloudDataplexV1AspectType
|
1323
|
+
# @private
|
1324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1325
|
+
property :authorization, as: 'authorization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeAuthorization::Representation
|
1326
|
+
|
1327
|
+
property :create_time, as: 'createTime'
|
1328
|
+
property :description, as: 'description'
|
1329
|
+
property :display_name, as: 'displayName'
|
1330
|
+
property :etag, as: 'etag'
|
1331
|
+
hash :labels, as: 'labels'
|
1332
|
+
property :metadata_template, as: 'metadataTemplate', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1333
|
+
|
1334
|
+
property :name, as: 'name'
|
1335
|
+
property :transfer_status, as: 'transferStatus'
|
1336
|
+
property :uid, as: 'uid'
|
1337
|
+
property :update_time, as: 'updateTime'
|
1338
|
+
end
|
1339
|
+
end
|
1340
|
+
|
1341
|
+
class GoogleCloudDataplexV1AspectTypeAuthorization
|
1342
|
+
# @private
|
1343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1344
|
+
property :alternate_use_permission, as: 'alternateUsePermission'
|
1345
|
+
end
|
1346
|
+
end
|
1347
|
+
|
1348
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplate
|
1349
|
+
# @private
|
1350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1351
|
+
property :annotations, as: 'annotations', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations::Representation
|
1352
|
+
|
1353
|
+
property :array_items, as: 'arrayItems', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1354
|
+
|
1355
|
+
property :constraints, as: 'constraints', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints::Representation
|
1356
|
+
|
1357
|
+
collection :enum_values, as: 'enumValues', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue::Representation
|
1358
|
+
|
1359
|
+
property :index, as: 'index'
|
1360
|
+
property :map_items, as: 'mapItems', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1361
|
+
|
1362
|
+
property :name, as: 'name'
|
1363
|
+
collection :record_fields, as: 'recordFields', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectTypeMetadataTemplate::Representation
|
1364
|
+
|
1365
|
+
property :type, as: 'type'
|
1366
|
+
property :type_id, as: 'typeId'
|
1367
|
+
property :type_ref, as: 'typeRef'
|
1368
|
+
end
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateAnnotations
|
1372
|
+
# @private
|
1373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1374
|
+
property :deprecated, as: 'deprecated'
|
1375
|
+
property :description, as: 'description'
|
1376
|
+
property :display_name, as: 'displayName'
|
1377
|
+
property :display_order, as: 'displayOrder'
|
1378
|
+
property :string_type, as: 'stringType'
|
1379
|
+
collection :string_values, as: 'stringValues'
|
1380
|
+
end
|
1381
|
+
end
|
1382
|
+
|
1383
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints
|
1384
|
+
# @private
|
1385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1386
|
+
property :required, as: 'required'
|
1387
|
+
end
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue
|
1391
|
+
# @private
|
1392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
+
property :deprecated, as: 'deprecated'
|
1394
|
+
property :index, as: 'index'
|
1395
|
+
property :name, as: 'name'
|
1396
|
+
end
|
1397
|
+
end
|
1398
|
+
|
1139
1399
|
class GoogleCloudDataplexV1Asset
|
1140
1400
|
# @private
|
1141
1401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1343,6 +1603,28 @@ module Google
|
|
1343
1603
|
end
|
1344
1604
|
end
|
1345
1605
|
|
1606
|
+
class GoogleCloudDataplexV1DataDocumentationResult
|
1607
|
+
# @private
|
1608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1609
|
+
collection :queries, as: 'queries', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultQuery, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultQuery::Representation
|
1610
|
+
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class GoogleCloudDataplexV1DataDocumentationResultQuery
|
1615
|
+
# @private
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1617
|
+
property :description, as: 'description'
|
1618
|
+
property :sql, as: 'sql'
|
1619
|
+
end
|
1620
|
+
end
|
1621
|
+
|
1622
|
+
class GoogleCloudDataplexV1DataDocumentationSpec
|
1623
|
+
# @private
|
1624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1346
1628
|
class GoogleCloudDataplexV1DataProfileResult
|
1347
1629
|
# @private
|
1348
1630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1739,6 +2021,10 @@ module Google
|
|
1739
2021
|
property :create_time, as: 'createTime'
|
1740
2022
|
property :data, as: 'data', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource::Representation
|
1741
2023
|
|
2024
|
+
property :data_documentation_result, as: 'dataDocumentationResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult::Representation
|
2025
|
+
|
2026
|
+
property :data_documentation_spec, as: 'dataDocumentationSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec::Representation
|
2027
|
+
|
1742
2028
|
property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
|
1743
2029
|
|
1744
2030
|
property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::Representation
|
@@ -1861,6 +2147,10 @@ module Google
|
|
1861
2147
|
class GoogleCloudDataplexV1DataScanJob
|
1862
2148
|
# @private
|
1863
2149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2150
|
+
property :data_documentation_result, as: 'dataDocumentationResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult::Representation
|
2151
|
+
|
2152
|
+
property :data_documentation_spec, as: 'dataDocumentationSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec::Representation
|
2153
|
+
|
1864
2154
|
property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
|
1865
2155
|
|
1866
2156
|
property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::Representation
|
@@ -2001,6 +2291,96 @@ module Google
|
|
2001
2291
|
end
|
2002
2292
|
end
|
2003
2293
|
|
2294
|
+
class GoogleCloudDataplexV1Entry
|
2295
|
+
# @private
|
2296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2297
|
+
hash :aspects, as: 'aspects', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect::Representation
|
2298
|
+
|
2299
|
+
property :create_time, as: 'createTime'
|
2300
|
+
property :entry_source, as: 'entrySource', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntrySource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntrySource::Representation
|
2301
|
+
|
2302
|
+
property :entry_type, as: 'entryType'
|
2303
|
+
property :fully_qualified_name, as: 'fullyQualifiedName'
|
2304
|
+
property :name, as: 'name'
|
2305
|
+
property :parent_entry, as: 'parentEntry'
|
2306
|
+
property :update_time, as: 'updateTime'
|
2307
|
+
end
|
2308
|
+
end
|
2309
|
+
|
2310
|
+
class GoogleCloudDataplexV1EntryGroup
|
2311
|
+
# @private
|
2312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2313
|
+
property :create_time, as: 'createTime'
|
2314
|
+
property :description, as: 'description'
|
2315
|
+
property :display_name, as: 'displayName'
|
2316
|
+
property :etag, as: 'etag'
|
2317
|
+
hash :labels, as: 'labels'
|
2318
|
+
property :name, as: 'name'
|
2319
|
+
property :transfer_status, as: 'transferStatus'
|
2320
|
+
property :uid, as: 'uid'
|
2321
|
+
property :update_time, as: 'updateTime'
|
2322
|
+
end
|
2323
|
+
end
|
2324
|
+
|
2325
|
+
class GoogleCloudDataplexV1EntrySource
|
2326
|
+
# @private
|
2327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2328
|
+
collection :ancestors, as: 'ancestors', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntrySourceAncestor, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntrySourceAncestor::Representation
|
2329
|
+
|
2330
|
+
property :create_time, as: 'createTime'
|
2331
|
+
property :description, as: 'description'
|
2332
|
+
property :display_name, as: 'displayName'
|
2333
|
+
hash :labels, as: 'labels'
|
2334
|
+
property :platform, as: 'platform'
|
2335
|
+
property :resource, as: 'resource'
|
2336
|
+
property :system, as: 'system'
|
2337
|
+
property :update_time, as: 'updateTime'
|
2338
|
+
end
|
2339
|
+
end
|
2340
|
+
|
2341
|
+
class GoogleCloudDataplexV1EntrySourceAncestor
|
2342
|
+
# @private
|
2343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2344
|
+
property :name, as: 'name'
|
2345
|
+
property :type, as: 'type'
|
2346
|
+
end
|
2347
|
+
end
|
2348
|
+
|
2349
|
+
class GoogleCloudDataplexV1EntryType
|
2350
|
+
# @private
|
2351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2352
|
+
property :authorization, as: 'authorization', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryTypeAuthorization, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryTypeAuthorization::Representation
|
2353
|
+
|
2354
|
+
property :create_time, as: 'createTime'
|
2355
|
+
property :description, as: 'description'
|
2356
|
+
property :display_name, as: 'displayName'
|
2357
|
+
property :etag, as: 'etag'
|
2358
|
+
hash :labels, as: 'labels'
|
2359
|
+
property :name, as: 'name'
|
2360
|
+
property :platform, as: 'platform'
|
2361
|
+
collection :required_aspects, as: 'requiredAspects', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryTypeAspectInfo, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryTypeAspectInfo::Representation
|
2362
|
+
|
2363
|
+
property :system, as: 'system'
|
2364
|
+
collection :type_aliases, as: 'typeAliases'
|
2365
|
+
property :uid, as: 'uid'
|
2366
|
+
property :update_time, as: 'updateTime'
|
2367
|
+
end
|
2368
|
+
end
|
2369
|
+
|
2370
|
+
class GoogleCloudDataplexV1EntryTypeAspectInfo
|
2371
|
+
# @private
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2373
|
+
property :type, as: 'type'
|
2374
|
+
end
|
2375
|
+
end
|
2376
|
+
|
2377
|
+
class GoogleCloudDataplexV1EntryTypeAuthorization
|
2378
|
+
# @private
|
2379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2380
|
+
property :alternate_use_permission, as: 'alternateUsePermission'
|
2381
|
+
end
|
2382
|
+
end
|
2383
|
+
|
2004
2384
|
class GoogleCloudDataplexV1Environment
|
2005
2385
|
# @private
|
2006
2386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2075,6 +2455,20 @@ module Google
|
|
2075
2455
|
end
|
2076
2456
|
end
|
2077
2457
|
|
2458
|
+
class GoogleCloudDataplexV1GenerateDataQualityRulesRequest
|
2459
|
+
# @private
|
2460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2461
|
+
end
|
2462
|
+
end
|
2463
|
+
|
2464
|
+
class GoogleCloudDataplexV1GenerateDataQualityRulesResponse
|
2465
|
+
# @private
|
2466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2467
|
+
collection :rule, as: 'rule', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule::Representation
|
2468
|
+
|
2469
|
+
end
|
2470
|
+
end
|
2471
|
+
|
2078
2472
|
class GoogleCloudDataplexV1GovernanceEvent
|
2079
2473
|
# @private
|
2080
2474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2175,6 +2569,16 @@ module Google
|
|
2175
2569
|
end
|
2176
2570
|
end
|
2177
2571
|
|
2572
|
+
class GoogleCloudDataplexV1ListAspectTypesResponse
|
2573
|
+
# @private
|
2574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2575
|
+
collection :aspect_types, as: 'aspectTypes', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectType, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1AspectType::Representation
|
2576
|
+
|
2577
|
+
property :next_page_token, as: 'nextPageToken'
|
2578
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
2579
|
+
end
|
2580
|
+
end
|
2581
|
+
|
2178
2582
|
class GoogleCloudDataplexV1ListAssetsResponse
|
2179
2583
|
# @private
|
2180
2584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2251,6 +2655,35 @@ module Google
|
|
2251
2655
|
end
|
2252
2656
|
end
|
2253
2657
|
|
2658
|
+
class GoogleCloudDataplexV1ListEntriesResponse
|
2659
|
+
# @private
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2661
|
+
collection :entries, as: 'entries', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
|
2662
|
+
|
2663
|
+
property :next_page_token, as: 'nextPageToken'
|
2664
|
+
end
|
2665
|
+
end
|
2666
|
+
|
2667
|
+
class GoogleCloudDataplexV1ListEntryGroupsResponse
|
2668
|
+
# @private
|
2669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2670
|
+
collection :entry_groups, as: 'entryGroups', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryGroup, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryGroup::Representation
|
2671
|
+
|
2672
|
+
property :next_page_token, as: 'nextPageToken'
|
2673
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
2674
|
+
end
|
2675
|
+
end
|
2676
|
+
|
2677
|
+
class GoogleCloudDataplexV1ListEntryTypesResponse
|
2678
|
+
# @private
|
2679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2680
|
+
collection :entry_types, as: 'entryTypes', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryType, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryType::Representation
|
2681
|
+
|
2682
|
+
property :next_page_token, as: 'nextPageToken'
|
2683
|
+
collection :unreachable_locations, as: 'unreachableLocations'
|
2684
|
+
end
|
2685
|
+
end
|
2686
|
+
|
2254
2687
|
class GoogleCloudDataplexV1ListEnvironmentsResponse
|
2255
2688
|
# @private
|
2256
2689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2427,6 +2860,43 @@ module Google
|
|
2427
2860
|
end
|
2428
2861
|
end
|
2429
2862
|
|
2863
|
+
class GoogleCloudDataplexV1SearchEntriesResponse
|
2864
|
+
# @private
|
2865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2866
|
+
property :next_page_token, as: 'nextPageToken'
|
2867
|
+
collection :results, as: 'results', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResult::Representation
|
2868
|
+
|
2869
|
+
property :total_size, as: 'totalSize'
|
2870
|
+
collection :unreachable, as: 'unreachable'
|
2871
|
+
end
|
2872
|
+
end
|
2873
|
+
|
2874
|
+
class GoogleCloudDataplexV1SearchEntriesResult
|
2875
|
+
# @private
|
2876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2877
|
+
property :dataplex_entry, as: 'dataplexEntry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
|
2878
|
+
|
2879
|
+
property :description, as: 'description'
|
2880
|
+
property :display_name, as: 'displayName'
|
2881
|
+
property :entry, as: 'entry'
|
2882
|
+
property :entry_type, as: 'entryType'
|
2883
|
+
property :fully_qualified_name, as: 'fullyQualifiedName'
|
2884
|
+
property :linked_resource, as: 'linkedResource'
|
2885
|
+
property :modify_time, as: 'modifyTime'
|
2886
|
+
property :relative_resource, as: 'relativeResource'
|
2887
|
+
property :snippets, as: 'snippets', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets::Representation
|
2888
|
+
|
2889
|
+
end
|
2890
|
+
end
|
2891
|
+
|
2892
|
+
class GoogleCloudDataplexV1SearchEntriesResultSnippets
|
2893
|
+
# @private
|
2894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2895
|
+
property :dataplex_entry, as: 'dataplexEntry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
|
2896
|
+
|
2897
|
+
end
|
2898
|
+
end
|
2899
|
+
|
2430
2900
|
class GoogleCloudDataplexV1Session
|
2431
2901
|
# @private
|
2432
2902
|
class Representation < Google::Apis::Core::JsonRepresentation
|