google-apis-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.
@@ -166,6 +166,30 @@ module Google
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
+ class GoogleCloudDataplexV1DataAccessSpec
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleCloudDataplexV1DataAttribute
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudDataplexV1DataAttributeBinding
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleCloudDataplexV1DataAttributeBindingPath
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
169
193
  class GoogleCloudDataplexV1DataProfileResult
170
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
195
 
@@ -346,6 +370,12 @@ module Google
346
370
  include Google::Apis::Core::JsonObjectSupport
347
371
  end
348
372
 
373
+ class GoogleCloudDataplexV1DataTaxonomy
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
349
379
  class GoogleCloudDataplexV1DiscoveryEvent
350
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
381
 
@@ -484,6 +514,18 @@ module Google
484
514
  include Google::Apis::Core::JsonObjectSupport
485
515
  end
486
516
 
517
+ class GoogleCloudDataplexV1ListDataAttributeBindingsResponse
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class GoogleCloudDataplexV1ListDataAttributesResponse
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
487
529
  class GoogleCloudDataplexV1ListDataScanJobsResponse
488
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
531
 
@@ -496,6 +538,12 @@ module Google
496
538
  include Google::Apis::Core::JsonObjectSupport
497
539
  end
498
540
 
541
+ class GoogleCloudDataplexV1ListDataTaxonomiesResponse
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
499
547
  class GoogleCloudDataplexV1ListEntitiesResponse
500
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
549
 
@@ -556,6 +604,12 @@ module Google
556
604
  include Google::Apis::Core::JsonObjectSupport
557
605
  end
558
606
 
607
+ class GoogleCloudDataplexV1ResourceAccessSpec
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
559
613
  class GoogleCloudDataplexV1RunDataScanRequest
560
614
  class Representation < Google::Apis::Core::JsonRepresentation; end
561
615
 
@@ -1097,6 +1151,59 @@ module Google
1097
1151
  end
1098
1152
  end
1099
1153
 
1154
+ class GoogleCloudDataplexV1DataAccessSpec
1155
+ # @private
1156
+ class Representation < Google::Apis::Core::JsonRepresentation
1157
+ collection :readers, as: 'readers'
1158
+ end
1159
+ end
1160
+
1161
+ class GoogleCloudDataplexV1DataAttribute
1162
+ # @private
1163
+ class Representation < Google::Apis::Core::JsonRepresentation
1164
+ property :attribute_count, as: 'attributeCount'
1165
+ property :create_time, as: 'createTime'
1166
+ property :data_access_spec, as: 'dataAccessSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAccessSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAccessSpec::Representation
1167
+
1168
+ property :description, as: 'description'
1169
+ property :display_name, as: 'displayName'
1170
+ property :etag, as: 'etag'
1171
+ hash :labels, as: 'labels'
1172
+ property :name, as: 'name'
1173
+ property :parent_id, as: 'parentId'
1174
+ property :resource_access_spec, as: 'resourceAccessSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ResourceAccessSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1ResourceAccessSpec::Representation
1175
+
1176
+ property :uid, as: 'uid'
1177
+ property :update_time, as: 'updateTime'
1178
+ end
1179
+ end
1180
+
1181
+ class GoogleCloudDataplexV1DataAttributeBinding
1182
+ # @private
1183
+ class Representation < Google::Apis::Core::JsonRepresentation
1184
+ collection :attributes, as: 'attributes'
1185
+ property :create_time, as: 'createTime'
1186
+ property :description, as: 'description'
1187
+ property :display_name, as: 'displayName'
1188
+ property :etag, as: 'etag'
1189
+ hash :labels, as: 'labels'
1190
+ property :name, as: 'name'
1191
+ collection :paths, as: 'paths', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath::Representation
1192
+
1193
+ property :resource, as: 'resource'
1194
+ property :uid, as: 'uid'
1195
+ property :update_time, as: 'updateTime'
1196
+ end
1197
+ end
1198
+
1199
+ class GoogleCloudDataplexV1DataAttributeBindingPath
1200
+ # @private
1201
+ class Representation < Google::Apis::Core::JsonRepresentation
1202
+ collection :attributes, as: 'attributes'
1203
+ property :name, as: 'name'
1204
+ end
1205
+ end
1206
+
1100
1207
  class GoogleCloudDataplexV1DataProfileResult
1101
1208
  # @private
1102
1209
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1428,6 +1535,21 @@ module Google
1428
1535
  end
1429
1536
  end
1430
1537
 
1538
+ class GoogleCloudDataplexV1DataTaxonomy
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :attribute_count, as: 'attributeCount'
1542
+ property :create_time, as: 'createTime'
1543
+ property :description, as: 'description'
1544
+ property :display_name, as: 'displayName'
1545
+ property :etag, as: 'etag'
1546
+ hash :labels, as: 'labels'
1547
+ property :name, as: 'name'
1548
+ property :uid, as: 'uid'
1549
+ property :update_time, as: 'updateTime'
1550
+ end
1551
+ end
1552
+
1431
1553
  class GoogleCloudDataplexV1DiscoveryEvent
1432
1554
  # @private
1433
1555
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1695,6 +1817,26 @@ module Google
1695
1817
  end
1696
1818
  end
1697
1819
 
1820
+ class GoogleCloudDataplexV1ListDataAttributeBindingsResponse
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ collection :data_attribute_bindings, as: 'dataAttributeBindings', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBinding, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBinding::Representation
1824
+
1825
+ property :next_page_token, as: 'nextPageToken'
1826
+ collection :unreachable_locations, as: 'unreachableLocations'
1827
+ end
1828
+ end
1829
+
1830
+ class GoogleCloudDataplexV1ListDataAttributesResponse
1831
+ # @private
1832
+ class Representation < Google::Apis::Core::JsonRepresentation
1833
+ collection :data_attributes, as: 'dataAttributes', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttribute, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttribute::Representation
1834
+
1835
+ property :next_page_token, as: 'nextPageToken'
1836
+ collection :unreachable_locations, as: 'unreachableLocations'
1837
+ end
1838
+ end
1839
+
1698
1840
  class GoogleCloudDataplexV1ListDataScanJobsResponse
1699
1841
  # @private
1700
1842
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1714,6 +1856,16 @@ module Google
1714
1856
  end
1715
1857
  end
1716
1858
 
1859
+ class GoogleCloudDataplexV1ListDataTaxonomiesResponse
1860
+ # @private
1861
+ class Representation < Google::Apis::Core::JsonRepresentation
1862
+ collection :data_taxonomies, as: 'dataTaxonomies', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataTaxonomy, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataTaxonomy::Representation
1863
+
1864
+ property :next_page_token, as: 'nextPageToken'
1865
+ collection :unreachable_locations, as: 'unreachableLocations'
1866
+ end
1867
+ end
1868
+
1717
1869
  class GoogleCloudDataplexV1ListEntitiesResponse
1718
1870
  # @private
1719
1871
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1811,6 +1963,15 @@ module Google
1811
1963
  end
1812
1964
  end
1813
1965
 
1966
+ class GoogleCloudDataplexV1ResourceAccessSpec
1967
+ # @private
1968
+ class Representation < Google::Apis::Core::JsonRepresentation
1969
+ collection :owners, as: 'owners'
1970
+ collection :readers, as: 'readers'
1971
+ collection :writers, as: 'writers'
1972
+ end
1973
+ end
1974
+
1814
1975
  class GoogleCloudDataplexV1RunDataScanRequest
1815
1976
  # @private
1816
1977
  class Representation < Google::Apis::Core::JsonRepresentation