google-apis-datacatalog_v1beta1 0.52.0 → 0.54.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: f4439a00ac05bd81122f90ae492a2fbbc82cd3a18d955f272e1c5fe891ccb374
4
- data.tar.gz: 76f873fc18b1425388614e9abf843cacf9ea8f4a757f7deeec9565e4dd9f397a
3
+ metadata.gz: 6f2962474f3207344fa36e075d43e4567b97beac249f95026fdd2654cfc14a47
4
+ data.tar.gz: 677986f11d9191ebddcbc8781c051a969e4c3c67f2420d5f2e4f2e2f0b9bf17d
5
5
  SHA512:
6
- metadata.gz: e60afce32186e0926daa558cfb848b4f4f7d46753a902e542f4c9b048cb5f3364bb8e50eeb151873e1eda8e308ed721531575ddb80d705df6000d189a974101a
7
- data.tar.gz: 37c3283cba2a869618b0e6efb8438b27b15ba99f3fb4d8984b63888933d2a1e33ba66bca526178f4f339b6b9e3c7a670c55a850feb352c48d97090b2c9597880
6
+ metadata.gz: 211327e6f6e5e77fee4965e145f99e61822e072260b94ab1b397d264f7699f122feec84cf619edb68a65153578634eeda03fd5c8359add1c106f95ccfc8f5489
7
+ data.tar.gz: 1f1b9f2265b862b36c80c3a4cdf57d4c4d99868729ada85af22dcc203e48267170486583dbebe3157c5759af7918b9db6b6de24dee81c362ddd4181686fd3221
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.54.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20251226
6
+
7
+ ### v0.53.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251205
10
+
3
11
  ### v0.52.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251112
@@ -1161,6 +1161,11 @@ module Google
1161
1161
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SystemTimestamps]
1162
1162
  attr_accessor :source_system_timestamps
1163
1163
 
1164
+ # Specification of a Spanner table.
1165
+ # Corresponds to the JSON property `spannerTableSpec`
1166
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpec]
1167
+ attr_accessor :spanner_table_spec
1168
+
1164
1169
  # Specification that applies to entries that are part `SQL_DATABASE` system (
1165
1170
  # user_specified_type)
1166
1171
  # Corresponds to the JSON property `sqlDatabaseSystemSpec`
@@ -1232,6 +1237,7 @@ module Google
1232
1237
  @schema = args[:schema] if args.key?(:schema)
1233
1238
  @service_spec = args[:service_spec] if args.key?(:service_spec)
1234
1239
  @source_system_timestamps = args[:source_system_timestamps] if args.key?(:source_system_timestamps)
1240
+ @spanner_table_spec = args[:spanner_table_spec] if args.key?(:spanner_table_spec)
1235
1241
  @sql_database_system_spec = args[:sql_database_system_spec] if args.key?(:sql_database_system_spec)
1236
1242
  @type = args[:type] if args.key?(:type)
1237
1243
  @usage_signal = args[:usage_signal] if args.key?(:usage_signal)
@@ -1419,23 +1425,22 @@ module Google
1419
1425
  # @return [String]
1420
1426
  attr_accessor :data_source
1421
1427
 
1422
- # Optional. Only applies to `kind = EDGE`.
1428
+ # A reference to a source or destination node in a graph edge.
1423
1429
  # Corresponds to the JSON property `destinationNodeReference`
1424
- # @return [String]
1430
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference]
1425
1431
  attr_accessor :destination_node_reference
1426
1432
 
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
1433
+ # Optional. If set, this is the input column for dynamic label in schemaless
1434
+ # data model.
1435
+ # Corresponds to the JSON property `dynamicLabelColumn`
1436
+ # @return [String]
1437
+ attr_accessor :dynamic_label_column
1432
1438
 
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
+ # Optional. If set, this is the input column for dynamic properties in
1440
+ # schemaless data model.
1441
+ # Corresponds to the JSON property `dynamicPropertiesColumn`
1442
+ # @return [String]
1443
+ attr_accessor :dynamic_properties_column
1439
1444
 
1440
1445
  # Required. The name of the keys of the elements in the table.
1441
1446
  # Corresponds to the JSON property `elementKeys`
@@ -1457,12 +1462,9 @@ module Google
1457
1462
  # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties>]
1458
1463
  attr_accessor :label_and_properties
1459
1464
 
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`.
1465
+ # A reference to a source or destination node in a graph edge.
1464
1466
  # Corresponds to the JSON property `sourceNodeReference`
1465
- # @return [String]
1467
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference]
1466
1468
  attr_accessor :source_node_reference
1467
1469
 
1468
1470
  def initialize(**args)
@@ -1474,8 +1476,8 @@ module Google
1474
1476
  @alias = args[:alias] if args.key?(:alias)
1475
1477
  @data_source = args[:data_source] if args.key?(:data_source)
1476
1478
  @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
+ @dynamic_label_column = args[:dynamic_label_column] if args.key?(:dynamic_label_column)
1480
+ @dynamic_properties_column = args[:dynamic_properties_column] if args.key?(:dynamic_properties_column)
1479
1481
  @element_keys = args[:element_keys] if args.key?(:element_keys)
1480
1482
  @input_source = args[:input_source] if args.key?(:input_source)
1481
1483
  @kind = args[:kind] if args.key?(:kind)
@@ -1484,6 +1486,40 @@ module Google
1484
1486
  end
1485
1487
  end
1486
1488
 
1489
+ # A reference to a source or destination node in a graph edge.
1490
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
1491
+ include Google::Apis::Core::Hashable
1492
+
1493
+ # Required. The referencing columns in the edge table. The size of `
1494
+ # edge_table_columns` must be equal to the size of `node_table_columns`.
1495
+ # Corresponds to the JSON property `edgeTableColumns`
1496
+ # @return [Array<String>]
1497
+ attr_accessor :edge_table_columns
1498
+
1499
+ # Required. The reference to the source/destination node of the edge. This name
1500
+ # must be a valid `alias` of a node element in the same graph. Example, `Person`
1501
+ # node can be a source node name of an edge element `Person_to_Address`.
1502
+ # Corresponds to the JSON property `nodeAlias`
1503
+ # @return [String]
1504
+ attr_accessor :node_alias
1505
+
1506
+ # Required. The referenced columns of the source node table.
1507
+ # Corresponds to the JSON property `nodeTableColumns`
1508
+ # @return [Array<String>]
1509
+ attr_accessor :node_table_columns
1510
+
1511
+ def initialize(**args)
1512
+ update!(**args)
1513
+ end
1514
+
1515
+ # Update properties of this object
1516
+ def update!(**args)
1517
+ @edge_table_columns = args[:edge_table_columns] if args.key?(:edge_table_columns)
1518
+ @node_alias = args[:node_alias] if args.key?(:node_alias)
1519
+ @node_table_columns = args[:node_table_columns] if args.key?(:node_table_columns)
1520
+ end
1521
+ end
1522
+
1487
1523
  # The label and its properties. Each label is associated with a set of
1488
1524
  # properties.
1489
1525
  class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
@@ -2014,6 +2050,110 @@ module Google
2014
2050
  end
2015
2051
  end
2016
2052
 
2053
+ # Specification of a Spanner table.
2054
+ class GoogleCloudDatacatalogV1SpannerTableSpec
2055
+ include Google::Apis::Core::Hashable
2056
+
2057
+ # Output only. The foreign keys of the table.
2058
+ # Corresponds to the JSON property `foreignKeys`
2059
+ # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey>]
2060
+ attr_accessor :foreign_keys
2061
+
2062
+ # Specification of a Spanner primary key.
2063
+ # Corresponds to the JSON property `primaryKey`
2064
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey]
2065
+ attr_accessor :primary_key
2066
+
2067
+ def initialize(**args)
2068
+ update!(**args)
2069
+ end
2070
+
2071
+ # Update properties of this object
2072
+ def update!(**args)
2073
+ @foreign_keys = args[:foreign_keys] if args.key?(:foreign_keys)
2074
+ @primary_key = args[:primary_key] if args.key?(:primary_key)
2075
+ end
2076
+ end
2077
+
2078
+ # Specification of a Spanner foreign key.
2079
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
2080
+ include Google::Apis::Core::Hashable
2081
+
2082
+ # Output only. The ordered list of column mappings for this foreign key.
2083
+ # Corresponds to the JSON property `columnMappings`
2084
+ # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping>]
2085
+ attr_accessor :column_mappings
2086
+
2087
+ # Output only. The table name this foreign key referenced to. Format: `projects/`
2088
+ # PROJECT_ID`/locations/`LOCATION`/entryGroups/`ENTRY_GROUP_ID`/entries/`
2089
+ # ENTRY_ID``
2090
+ # Corresponds to the JSON property `entry`
2091
+ # @return [String]
2092
+ attr_accessor :entry
2093
+
2094
+ # Output only. The constraint_name of the foreign key, for example,
2095
+ # FK_CustomerOrder.
2096
+ # Corresponds to the JSON property `name`
2097
+ # @return [String]
2098
+ attr_accessor :name
2099
+
2100
+ def initialize(**args)
2101
+ update!(**args)
2102
+ end
2103
+
2104
+ # Update properties of this object
2105
+ def update!(**args)
2106
+ @column_mappings = args[:column_mappings] if args.key?(:column_mappings)
2107
+ @entry = args[:entry] if args.key?(:entry)
2108
+ @name = args[:name] if args.key?(:name)
2109
+ end
2110
+ end
2111
+
2112
+ # Column mapping for a Spanner foreign key.
2113
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
2114
+ include Google::Apis::Core::Hashable
2115
+
2116
+ # Output only. The column in the current table that is part of the foreign key.
2117
+ # Corresponds to the JSON property `column`
2118
+ # @return [String]
2119
+ attr_accessor :column
2120
+
2121
+ # Output only. The column in the referenced table that is part of the foreign
2122
+ # key.
2123
+ # Corresponds to the JSON property `referenceColumn`
2124
+ # @return [String]
2125
+ attr_accessor :reference_column
2126
+
2127
+ def initialize(**args)
2128
+ update!(**args)
2129
+ end
2130
+
2131
+ # Update properties of this object
2132
+ def update!(**args)
2133
+ @column = args[:column] if args.key?(:column)
2134
+ @reference_column = args[:reference_column] if args.key?(:reference_column)
2135
+ end
2136
+ end
2137
+
2138
+ # Specification of a Spanner primary key.
2139
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
2140
+ include Google::Apis::Core::Hashable
2141
+
2142
+ # Output only. Column names of the primary key.
2143
+ # Corresponds to the JSON property `columns`
2144
+ # @return [Array<String>]
2145
+ attr_accessor :columns
2146
+
2147
+ def initialize(**args)
2148
+ update!(**args)
2149
+ end
2150
+
2151
+ # Update properties of this object
2152
+ def update!(**args)
2153
+ @columns = args[:columns] if args.key?(:columns)
2154
+ end
2155
+ end
2156
+
2017
2157
  # Specification that applies to entries that are part `SQL_DATABASE` system (
2018
2158
  # user_specified_type)
2019
2159
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251112"
25
+ REVISION = "20251226"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -370,6 +376,30 @@ module Google
370
376
  include Google::Apis::Core::JsonObjectSupport
371
377
  end
372
378
 
379
+ class GoogleCloudDatacatalogV1SpannerTableSpec
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
373
403
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
374
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
405
 
@@ -1053,6 +1083,8 @@ module Google
1053
1083
 
1054
1084
  property :source_system_timestamps, as: 'sourceSystemTimestamps', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
1055
1085
 
1086
+ property :spanner_table_spec, as: 'spannerTableSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpec::Representation
1087
+
1056
1088
  property :sql_database_system_spec, as: 'sqlDatabaseSystemSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SqlDatabaseSystemSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SqlDatabaseSystemSpec::Representation
1057
1089
 
1058
1090
  property :type, as: 'type'
@@ -1120,15 +1152,26 @@ module Google
1120
1152
  class Representation < Google::Apis::Core::JsonRepresentation
1121
1153
  property :alias, as: 'alias'
1122
1154
  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'
1155
+ property :destination_node_reference, as: 'destinationNodeReference', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference::Representation
1156
+
1157
+ property :dynamic_label_column, as: 'dynamicLabelColumn'
1158
+ property :dynamic_properties_column, as: 'dynamicPropertiesColumn'
1126
1159
  collection :element_keys, as: 'elementKeys'
1127
1160
  property :input_source, as: 'inputSource'
1128
1161
  property :kind, as: 'kind'
1129
1162
  collection :label_and_properties, as: 'labelAndProperties', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties::Representation
1130
1163
 
1131
- property :source_node_reference, as: 'sourceNodeReference'
1164
+ property :source_node_reference, as: 'sourceNodeReference', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference::Representation
1165
+
1166
+ end
1167
+ end
1168
+
1169
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
1170
+ # @private
1171
+ class Representation < Google::Apis::Core::JsonRepresentation
1172
+ collection :edge_table_columns, as: 'edgeTableColumns'
1173
+ property :node_alias, as: 'nodeAlias'
1174
+ collection :node_table_columns, as: 'nodeTableColumns'
1132
1175
  end
1133
1176
  end
1134
1177
 
@@ -1308,6 +1351,41 @@ module Google
1308
1351
  end
1309
1352
  end
1310
1353
 
1354
+ class GoogleCloudDatacatalogV1SpannerTableSpec
1355
+ # @private
1356
+ class Representation < Google::Apis::Core::JsonRepresentation
1357
+ collection :foreign_keys, as: 'foreignKeys', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey::Representation
1358
+
1359
+ property :primary_key, as: 'primaryKey', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey::Representation
1360
+
1361
+ end
1362
+ end
1363
+
1364
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
1365
+ # @private
1366
+ class Representation < Google::Apis::Core::JsonRepresentation
1367
+ collection :column_mappings, as: 'columnMappings', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping::Representation
1368
+
1369
+ property :entry, as: 'entry'
1370
+ property :name, as: 'name'
1371
+ end
1372
+ end
1373
+
1374
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
1375
+ # @private
1376
+ class Representation < Google::Apis::Core::JsonRepresentation
1377
+ property :column, as: 'column'
1378
+ property :reference_column, as: 'referenceColumn'
1379
+ end
1380
+ end
1381
+
1382
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
1383
+ # @private
1384
+ class Representation < Google::Apis::Core::JsonRepresentation
1385
+ collection :columns, as: 'columns'
1386
+ end
1387
+ end
1388
+
1311
1389
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
1312
1390
  # @private
1313
1391
  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.52.0
4
+ version: 0.54.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.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.54.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: