google-apis-datacatalog_v1beta1 0.50.0 → 0.52.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4439a00ac05bd81122f90ae492a2fbbc82cd3a18d955f272e1c5fe891ccb374
|
|
4
|
+
data.tar.gz: 76f873fc18b1425388614e9abf843cacf9ea8f4a757f7deeec9565e4dd9f397a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e60afce32186e0926daa558cfb848b4f4f7d46753a902e542f4c9b048cb5f3364bb8e50eeb151873e1eda8e308ed721531575ddb80d705df6000d189a974101a
|
|
7
|
+
data.tar.gz: 37c3283cba2a869618b0e6efb8438b27b15ba99f3fb4d8984b63888933d2a1e33ba66bca526178f4f339b6b9e3c7a670c55a850feb352c48d97090b2c9597880
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-datacatalog_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.52.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251112
|
|
6
|
+
|
|
7
|
+
### v0.51.0 (2025-06-15)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250609
|
|
10
|
+
* Regenerated using generator version 0.18.0
|
|
11
|
+
|
|
3
12
|
### v0.50.0 (2025-05-18)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20250502
|
|
@@ -757,7 +757,7 @@ module Google
|
|
|
757
757
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
|
|
758
758
|
attr_accessor :database_view_spec
|
|
759
759
|
|
|
760
|
-
# Entry specification for a Dataplex table.
|
|
760
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
|
761
761
|
# Corresponds to the JSON property `dataplexTable`
|
|
762
762
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexTableSpec]
|
|
763
763
|
attr_accessor :dataplex_table
|
|
@@ -810,11 +810,12 @@ module Google
|
|
|
810
810
|
end
|
|
811
811
|
end
|
|
812
812
|
|
|
813
|
-
# External table registered by Dataplex. Dataplex
|
|
814
|
-
# an asset into multiple other systems (
|
|
815
|
-
# call them "external tables". External
|
|
816
|
-
# Catalog. This message contains pointers
|
|
817
|
-
# qualified name, resource name et cetera)
|
|
813
|
+
# External table registered by Dataplex Universal Catalog. Dataplex Universal
|
|
814
|
+
# Catalog publishes data discovered from an asset into multiple other systems (
|
|
815
|
+
# BigQuery, DPMS) in form of tables. We call them "external tables". External
|
|
816
|
+
# tables are also synced into the Data Catalog. This message contains pointers
|
|
817
|
+
# to those external tables (fully qualified name, resource name et cetera)
|
|
818
|
+
# within the Data Catalog.
|
|
818
819
|
class GoogleCloudDatacatalogV1DataplexExternalTable
|
|
819
820
|
include Google::Apis::Core::Hashable
|
|
820
821
|
|
|
@@ -851,11 +852,11 @@ module Google
|
|
|
851
852
|
end
|
|
852
853
|
end
|
|
853
854
|
|
|
854
|
-
# Entry
|
|
855
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
|
855
856
|
class GoogleCloudDatacatalogV1DataplexFilesetSpec
|
|
856
857
|
include Google::Apis::Core::Hashable
|
|
857
858
|
|
|
858
|
-
# Common Dataplex fields.
|
|
859
|
+
# Common Dataplex Universal Catalog fields.
|
|
859
860
|
# Corresponds to the JSON property `dataplexSpec`
|
|
860
861
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
|
|
861
862
|
attr_accessor :dataplex_spec
|
|
@@ -870,13 +871,13 @@ module Google
|
|
|
870
871
|
end
|
|
871
872
|
end
|
|
872
873
|
|
|
873
|
-
# Common Dataplex fields.
|
|
874
|
+
# Common Dataplex Universal Catalog fields.
|
|
874
875
|
class GoogleCloudDatacatalogV1DataplexSpec
|
|
875
876
|
include Google::Apis::Core::Hashable
|
|
876
877
|
|
|
877
|
-
# Fully qualified resource name of an asset in Dataplex, to
|
|
878
|
-
# data source (Cloud Storage bucket or BigQuery dataset) of
|
|
879
|
-
# attached.
|
|
878
|
+
# Fully qualified resource name of an asset in Dataplex Universal Catalog, to
|
|
879
|
+
# which the underlying data source (Cloud Storage bucket or BigQuery dataset) of
|
|
880
|
+
# the entity is attached.
|
|
880
881
|
# Corresponds to the JSON property `asset`
|
|
881
882
|
# @return [String]
|
|
882
883
|
attr_accessor :asset
|
|
@@ -893,8 +894,8 @@ module Google
|
|
|
893
894
|
attr_accessor :data_format
|
|
894
895
|
|
|
895
896
|
# Project ID of the underlying Cloud Storage or BigQuery data. Note that this
|
|
896
|
-
# may not be the same project as the
|
|
897
|
-
# asset.
|
|
897
|
+
# may not be the same project as the corresponding Dataplex Universal Catalog
|
|
898
|
+
# lake / zone / asset.
|
|
898
899
|
# Corresponds to the JSON property `projectId`
|
|
899
900
|
# @return [String]
|
|
900
901
|
attr_accessor :project_id
|
|
@@ -912,18 +913,18 @@ module Google
|
|
|
912
913
|
end
|
|
913
914
|
end
|
|
914
915
|
|
|
915
|
-
# Entry specification for a Dataplex table.
|
|
916
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
|
916
917
|
class GoogleCloudDatacatalogV1DataplexTableSpec
|
|
917
918
|
include Google::Apis::Core::Hashable
|
|
918
919
|
|
|
919
|
-
# Common Dataplex fields.
|
|
920
|
+
# Common Dataplex Universal Catalog fields.
|
|
920
921
|
# Corresponds to the JSON property `dataplexSpec`
|
|
921
922
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
|
|
922
923
|
attr_accessor :dataplex_spec
|
|
923
924
|
|
|
924
|
-
# List of external tables registered by Dataplex in other
|
|
925
|
-
# same underlying data. External tables allow to query this
|
|
926
|
-
# systems.
|
|
925
|
+
# List of external tables registered by Dataplex Universal Catalog in other
|
|
926
|
+
# systems based on the same underlying data. External tables allow to query this
|
|
927
|
+
# data in those systems.
|
|
927
928
|
# Corresponds to the JSON property `externalTables`
|
|
928
929
|
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexExternalTable>]
|
|
929
930
|
attr_accessor :external_tables
|
|
@@ -1082,6 +1083,11 @@ module Google
|
|
|
1082
1083
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GcsFilesetSpec]
|
|
1083
1084
|
attr_accessor :gcs_fileset_spec
|
|
1084
1085
|
|
|
1086
|
+
# Specification that applies to a graph.
|
|
1087
|
+
# Corresponds to the JSON property `graphSpec`
|
|
1088
|
+
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpec]
|
|
1089
|
+
attr_accessor :graph_spec
|
|
1090
|
+
|
|
1085
1091
|
# Output only. Indicates the entry's source system that Data Catalog integrates
|
|
1086
1092
|
# with, such as BigQuery, Pub/Sub, or Dataproc Metastore.
|
|
1087
1093
|
# Corresponds to the JSON property `integratedSystem`
|
|
@@ -1214,6 +1220,7 @@ module Google
|
|
|
1214
1220
|
@fileset_spec = args[:fileset_spec] if args.key?(:fileset_spec)
|
|
1215
1221
|
@fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
|
|
1216
1222
|
@gcs_fileset_spec = args[:gcs_fileset_spec] if args.key?(:gcs_fileset_spec)
|
|
1223
|
+
@graph_spec = args[:graph_spec] if args.key?(:graph_spec)
|
|
1217
1224
|
@integrated_system = args[:integrated_system] if args.key?(:integrated_system)
|
|
1218
1225
|
@labels = args[:labels] if args.key?(:labels)
|
|
1219
1226
|
@linked_resource = args[:linked_resource] if args.key?(:linked_resource)
|
|
@@ -1279,7 +1286,7 @@ module Google
|
|
|
1279
1286
|
class GoogleCloudDatacatalogV1FilesetSpec
|
|
1280
1287
|
include Google::Apis::Core::Hashable
|
|
1281
1288
|
|
|
1282
|
-
# Entry
|
|
1289
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
|
1283
1290
|
# Corresponds to the JSON property `dataplexFileset`
|
|
1284
1291
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
|
|
1285
1292
|
attr_accessor :dataplex_fileset
|
|
@@ -1365,6 +1372,169 @@ module Google
|
|
|
1365
1372
|
end
|
|
1366
1373
|
end
|
|
1367
1374
|
|
|
1375
|
+
# Specification that applies to a graph.
|
|
1376
|
+
class GoogleCloudDatacatalogV1GraphSpec
|
|
1377
|
+
include Google::Apis::Core::Hashable
|
|
1378
|
+
|
|
1379
|
+
# Optional. Edge tables of the graph.
|
|
1380
|
+
# Corresponds to the JSON property `edgeTables`
|
|
1381
|
+
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable>]
|
|
1382
|
+
attr_accessor :edge_tables
|
|
1383
|
+
|
|
1384
|
+
# Output only. Fully qualified graph name. e.g. `named_catalog.MyGraph`
|
|
1385
|
+
# Corresponds to the JSON property `name`
|
|
1386
|
+
# @return [String]
|
|
1387
|
+
attr_accessor :name
|
|
1388
|
+
|
|
1389
|
+
# Required. Node tables of the graph.
|
|
1390
|
+
# Corresponds to the JSON property `nodeTables`
|
|
1391
|
+
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable>]
|
|
1392
|
+
attr_accessor :node_tables
|
|
1393
|
+
|
|
1394
|
+
def initialize(**args)
|
|
1395
|
+
update!(**args)
|
|
1396
|
+
end
|
|
1397
|
+
|
|
1398
|
+
# Update properties of this object
|
|
1399
|
+
def update!(**args)
|
|
1400
|
+
@edge_tables = args[:edge_tables] if args.key?(:edge_tables)
|
|
1401
|
+
@name = args[:name] if args.key?(:name)
|
|
1402
|
+
@node_tables = args[:node_tables] if args.key?(:node_tables)
|
|
1403
|
+
end
|
|
1404
|
+
end
|
|
1405
|
+
|
|
1406
|
+
# Element table definition.
|
|
1407
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTable
|
|
1408
|
+
include Google::Apis::Core::Hashable
|
|
1409
|
+
|
|
1410
|
+
# Required. The alias name of the graph element.
|
|
1411
|
+
# Corresponds to the JSON property `alias`
|
|
1412
|
+
# @return [String]
|
|
1413
|
+
attr_accessor :alias
|
|
1414
|
+
|
|
1415
|
+
# Required. The name of the data source. This is either a table name or a view
|
|
1416
|
+
# name that is used for graph element input source. E.g. `Person` table or `
|
|
1417
|
+
# PersonView` view.
|
|
1418
|
+
# Corresponds to the JSON property `dataSource`
|
|
1419
|
+
# @return [String]
|
|
1420
|
+
attr_accessor :data_source
|
|
1421
|
+
|
|
1422
|
+
# Optional. Only applies to `kind = EDGE`.
|
|
1423
|
+
# Corresponds to the JSON property `destinationNodeReference`
|
|
1424
|
+
# @return [String]
|
|
1425
|
+
attr_accessor :destination_node_reference
|
|
1426
|
+
|
|
1427
|
+
# Optional. If true, the graph element has a dynamic label in schemaless model.
|
|
1428
|
+
# Corresponds to the JSON property `dynamicLabelEnabled`
|
|
1429
|
+
# @return [Boolean]
|
|
1430
|
+
attr_accessor :dynamic_label_enabled
|
|
1431
|
+
alias_method :dynamic_label_enabled?, :dynamic_label_enabled
|
|
1432
|
+
|
|
1433
|
+
# Optional. If true, the graph element has dynamic properties in schemaless
|
|
1434
|
+
# model.
|
|
1435
|
+
# Corresponds to the JSON property `dynamicPropertiesEnabled`
|
|
1436
|
+
# @return [Boolean]
|
|
1437
|
+
attr_accessor :dynamic_properties_enabled
|
|
1438
|
+
alias_method :dynamic_properties_enabled?, :dynamic_properties_enabled
|
|
1439
|
+
|
|
1440
|
+
# Required. The name of the keys of the elements in the table.
|
|
1441
|
+
# Corresponds to the JSON property `elementKeys`
|
|
1442
|
+
# @return [Array<String>]
|
|
1443
|
+
attr_accessor :element_keys
|
|
1444
|
+
|
|
1445
|
+
# Required. The input source of the graph element.
|
|
1446
|
+
# Corresponds to the JSON property `inputSource`
|
|
1447
|
+
# @return [String]
|
|
1448
|
+
attr_accessor :input_source
|
|
1449
|
+
|
|
1450
|
+
# Required. The kind of the graph element.
|
|
1451
|
+
# Corresponds to the JSON property `kind`
|
|
1452
|
+
# @return [String]
|
|
1453
|
+
attr_accessor :kind
|
|
1454
|
+
|
|
1455
|
+
# Required. The labels and their properties for the graph element.
|
|
1456
|
+
# Corresponds to the JSON property `labelAndProperties`
|
|
1457
|
+
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties>]
|
|
1458
|
+
attr_accessor :label_and_properties
|
|
1459
|
+
|
|
1460
|
+
# Optional. Only applies to `kind = EDGE`. The reference to the source node of
|
|
1461
|
+
# the edge. This name must be a valid `alias` of a node element in the same
|
|
1462
|
+
# graph. Example, `Person` node can be a source node of an edge element `
|
|
1463
|
+
# Person_to_Address`. Similar rule applies to `destination_node_reference`.
|
|
1464
|
+
# Corresponds to the JSON property `sourceNodeReference`
|
|
1465
|
+
# @return [String]
|
|
1466
|
+
attr_accessor :source_node_reference
|
|
1467
|
+
|
|
1468
|
+
def initialize(**args)
|
|
1469
|
+
update!(**args)
|
|
1470
|
+
end
|
|
1471
|
+
|
|
1472
|
+
# Update properties of this object
|
|
1473
|
+
def update!(**args)
|
|
1474
|
+
@alias = args[:alias] if args.key?(:alias)
|
|
1475
|
+
@data_source = args[:data_source] if args.key?(:data_source)
|
|
1476
|
+
@destination_node_reference = args[:destination_node_reference] if args.key?(:destination_node_reference)
|
|
1477
|
+
@dynamic_label_enabled = args[:dynamic_label_enabled] if args.key?(:dynamic_label_enabled)
|
|
1478
|
+
@dynamic_properties_enabled = args[:dynamic_properties_enabled] if args.key?(:dynamic_properties_enabled)
|
|
1479
|
+
@element_keys = args[:element_keys] if args.key?(:element_keys)
|
|
1480
|
+
@input_source = args[:input_source] if args.key?(:input_source)
|
|
1481
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
1482
|
+
@label_and_properties = args[:label_and_properties] if args.key?(:label_and_properties)
|
|
1483
|
+
@source_node_reference = args[:source_node_reference] if args.key?(:source_node_reference)
|
|
1484
|
+
end
|
|
1485
|
+
end
|
|
1486
|
+
|
|
1487
|
+
# The label and its properties. Each label is associated with a set of
|
|
1488
|
+
# properties.
|
|
1489
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
|
|
1490
|
+
include Google::Apis::Core::Hashable
|
|
1491
|
+
|
|
1492
|
+
# Required. The name of the label.
|
|
1493
|
+
# Corresponds to the JSON property `label`
|
|
1494
|
+
# @return [String]
|
|
1495
|
+
attr_accessor :label
|
|
1496
|
+
|
|
1497
|
+
# Optional. The properties associated with the label.
|
|
1498
|
+
# Corresponds to the JSON property `properties`
|
|
1499
|
+
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty>]
|
|
1500
|
+
attr_accessor :properties
|
|
1501
|
+
|
|
1502
|
+
def initialize(**args)
|
|
1503
|
+
update!(**args)
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
# Update properties of this object
|
|
1507
|
+
def update!(**args)
|
|
1508
|
+
@label = args[:label] if args.key?(:label)
|
|
1509
|
+
@properties = args[:properties] if args.key?(:properties)
|
|
1510
|
+
end
|
|
1511
|
+
end
|
|
1512
|
+
|
|
1513
|
+
# A property declaration.
|
|
1514
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
|
|
1515
|
+
include Google::Apis::Core::Hashable
|
|
1516
|
+
|
|
1517
|
+
# Required. Property name.
|
|
1518
|
+
# Corresponds to the JSON property `name`
|
|
1519
|
+
# @return [String]
|
|
1520
|
+
attr_accessor :name
|
|
1521
|
+
|
|
1522
|
+
# Required. Property data type.
|
|
1523
|
+
# Corresponds to the JSON property `type`
|
|
1524
|
+
# @return [String]
|
|
1525
|
+
attr_accessor :type
|
|
1526
|
+
|
|
1527
|
+
def initialize(**args)
|
|
1528
|
+
update!(**args)
|
|
1529
|
+
end
|
|
1530
|
+
|
|
1531
|
+
# Update properties of this object
|
|
1532
|
+
def update!(**args)
|
|
1533
|
+
@name = args[:name] if args.key?(:name)
|
|
1534
|
+
@type = args[:type] if args.key?(:type)
|
|
1535
|
+
end
|
|
1536
|
+
end
|
|
1537
|
+
|
|
1368
1538
|
# Metadata message for long-running operation returned by the ImportEntries.
|
|
1369
1539
|
class GoogleCloudDatacatalogV1ImportEntriesMetadata
|
|
1370
1540
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatacatalogV1beta1
|
|
18
18
|
# Version of the google-apis-datacatalog_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.52.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -238,6 +238,30 @@ module Google
|
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
|
239
239
|
end
|
|
240
240
|
|
|
241
|
+
class GoogleCloudDatacatalogV1GraphSpec
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTable
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
241
265
|
class GoogleCloudDatacatalogV1ImportEntriesMetadata
|
|
242
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
267
|
|
|
@@ -1009,6 +1033,8 @@ module Google
|
|
|
1009
1033
|
property :fully_qualified_name, as: 'fullyQualifiedName'
|
|
1010
1034
|
property :gcs_fileset_spec, as: 'gcsFilesetSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GcsFilesetSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GcsFilesetSpec::Representation
|
|
1011
1035
|
|
|
1036
|
+
property :graph_spec, as: 'graphSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpec::Representation
|
|
1037
|
+
|
|
1012
1038
|
property :integrated_system, as: 'integratedSystem'
|
|
1013
1039
|
hash :labels, as: 'labels'
|
|
1014
1040
|
property :linked_resource, as: 'linkedResource'
|
|
@@ -1078,6 +1104,51 @@ module Google
|
|
|
1078
1104
|
end
|
|
1079
1105
|
end
|
|
1080
1106
|
|
|
1107
|
+
class GoogleCloudDatacatalogV1GraphSpec
|
|
1108
|
+
# @private
|
|
1109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1110
|
+
collection :edge_tables, as: 'edgeTables', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable::Representation
|
|
1111
|
+
|
|
1112
|
+
property :name, as: 'name'
|
|
1113
|
+
collection :node_tables, as: 'nodeTables', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTable::Representation
|
|
1114
|
+
|
|
1115
|
+
end
|
|
1116
|
+
end
|
|
1117
|
+
|
|
1118
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTable
|
|
1119
|
+
# @private
|
|
1120
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1121
|
+
property :alias, as: 'alias'
|
|
1122
|
+
property :data_source, as: 'dataSource'
|
|
1123
|
+
property :destination_node_reference, as: 'destinationNodeReference'
|
|
1124
|
+
property :dynamic_label_enabled, as: 'dynamicLabelEnabled'
|
|
1125
|
+
property :dynamic_properties_enabled, as: 'dynamicPropertiesEnabled'
|
|
1126
|
+
collection :element_keys, as: 'elementKeys'
|
|
1127
|
+
property :input_source, as: 'inputSource'
|
|
1128
|
+
property :kind, as: 'kind'
|
|
1129
|
+
collection :label_and_properties, as: 'labelAndProperties', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties::Representation
|
|
1130
|
+
|
|
1131
|
+
property :source_node_reference, as: 'sourceNodeReference'
|
|
1132
|
+
end
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1135
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
|
|
1136
|
+
# @private
|
|
1137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1138
|
+
property :label, as: 'label'
|
|
1139
|
+
collection :properties, as: 'properties', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty::Representation
|
|
1140
|
+
|
|
1141
|
+
end
|
|
1142
|
+
end
|
|
1143
|
+
|
|
1144
|
+
class GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
|
|
1145
|
+
# @private
|
|
1146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1147
|
+
property :name, as: 'name'
|
|
1148
|
+
property :type, as: 'type'
|
|
1149
|
+
end
|
|
1150
|
+
end
|
|
1151
|
+
|
|
1081
1152
|
class GoogleCloudDatacatalogV1ImportEntriesMetadata
|
|
1082
1153
|
# @private
|
|
1083
1154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datacatalog_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.52.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.52.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Google Cloud Data Catalog API V1beta1
|
|
79
79
|
test_files: []
|