google-apis-datacatalog_v1 0.63.0 → 0.65.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: 574d0d50be49c17292027e3efde94002d9503e70e2bda3f20f88cdb5bbbd3a04
4
- data.tar.gz: c18f700da9b1733521108f7b69d06b5a6379076775d9fdd82a92cd8c5ba7e9cf
3
+ metadata.gz: ac877b230db6c0821ed3881296da0492b1eefefe2c687ef3d2c3c0a4c21c5d7c
4
+ data.tar.gz: 2199394e4364c84b206d8eca3a94e8e3283537b380f841e5e2156c2129de669e
5
5
  SHA512:
6
- metadata.gz: aedfa84e02e8ed06927856305d6ba57516d17525be68d859cd1d2e4969cbe4a594c35ba33507fa5f15521b71334718224a64a2b41d462eb3d19a7765dea6568a
7
- data.tar.gz: b279d026ab008e82bc033d3c5c3d6d3319ec07630e9928d28fe98a455de4e8360f34a27f900fb84928dd854622d9463a3eb606aa420dcdc522af2c93d1482824
6
+ metadata.gz: 902b9508f257f740e2974b7d2213bce1872a88e3627568daae0b154e81cf0563f5960bd0ee13863c9a3a635f35df7b74cf38333609d9fbccf33a48cfc278b5d1
7
+ data.tar.gz: 2d55dd4066976849493cce98ed0dbe409ed96c1f598b794c8f8c2c5119ef06af9a48399405df5754d15d6f74568cce735c9ccbaf917b79693e6f9d0ef10dd90b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.65.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20251226
6
+
7
+ ### v0.64.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251205
10
+
3
11
  ### v0.63.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251112
@@ -1181,6 +1181,11 @@ module Google
1181
1181
  # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps]
1182
1182
  attr_accessor :source_system_timestamps
1183
1183
 
1184
+ # Specification of a Spanner table.
1185
+ # Corresponds to the JSON property `spannerTableSpec`
1186
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpec]
1187
+ attr_accessor :spanner_table_spec
1188
+
1184
1189
  # Specification that applies to entries that are part `SQL_DATABASE` system (
1185
1190
  # user_specified_type)
1186
1191
  # Corresponds to the JSON property `sqlDatabaseSystemSpec`
@@ -1252,6 +1257,7 @@ module Google
1252
1257
  @schema = args[:schema] if args.key?(:schema)
1253
1258
  @service_spec = args[:service_spec] if args.key?(:service_spec)
1254
1259
  @source_system_timestamps = args[:source_system_timestamps] if args.key?(:source_system_timestamps)
1260
+ @spanner_table_spec = args[:spanner_table_spec] if args.key?(:spanner_table_spec)
1255
1261
  @sql_database_system_spec = args[:sql_database_system_spec] if args.key?(:sql_database_system_spec)
1256
1262
  @type = args[:type] if args.key?(:type)
1257
1263
  @usage_signal = args[:usage_signal] if args.key?(:usage_signal)
@@ -1581,23 +1587,22 @@ module Google
1581
1587
  # @return [String]
1582
1588
  attr_accessor :data_source
1583
1589
 
1584
- # Optional. Only applies to `kind = EDGE`.
1590
+ # A reference to a source or destination node in a graph edge.
1585
1591
  # Corresponds to the JSON property `destinationNodeReference`
1586
- # @return [String]
1592
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference]
1587
1593
  attr_accessor :destination_node_reference
1588
1594
 
1589
- # Optional. If true, the graph element has a dynamic label in schemaless model.
1590
- # Corresponds to the JSON property `dynamicLabelEnabled`
1591
- # @return [Boolean]
1592
- attr_accessor :dynamic_label_enabled
1593
- alias_method :dynamic_label_enabled?, :dynamic_label_enabled
1595
+ # Optional. If set, this is the input column for dynamic label in schemaless
1596
+ # data model.
1597
+ # Corresponds to the JSON property `dynamicLabelColumn`
1598
+ # @return [String]
1599
+ attr_accessor :dynamic_label_column
1594
1600
 
1595
- # Optional. If true, the graph element has dynamic properties in schemaless
1596
- # model.
1597
- # Corresponds to the JSON property `dynamicPropertiesEnabled`
1598
- # @return [Boolean]
1599
- attr_accessor :dynamic_properties_enabled
1600
- alias_method :dynamic_properties_enabled?, :dynamic_properties_enabled
1601
+ # Optional. If set, this is the input column for dynamic properties in
1602
+ # schemaless data model.
1603
+ # Corresponds to the JSON property `dynamicPropertiesColumn`
1604
+ # @return [String]
1605
+ attr_accessor :dynamic_properties_column
1601
1606
 
1602
1607
  # Required. The name of the keys of the elements in the table.
1603
1608
  # Corresponds to the JSON property `elementKeys`
@@ -1619,12 +1624,9 @@ module Google
1619
1624
  # @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties>]
1620
1625
  attr_accessor :label_and_properties
1621
1626
 
1622
- # Optional. Only applies to `kind = EDGE`. The reference to the source node of
1623
- # the edge. This name must be a valid `alias` of a node element in the same
1624
- # graph. Example, `Person` node can be a source node of an edge element `
1625
- # Person_to_Address`. Similar rule applies to `destination_node_reference`.
1627
+ # A reference to a source or destination node in a graph edge.
1626
1628
  # Corresponds to the JSON property `sourceNodeReference`
1627
- # @return [String]
1629
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference]
1628
1630
  attr_accessor :source_node_reference
1629
1631
 
1630
1632
  def initialize(**args)
@@ -1636,8 +1638,8 @@ module Google
1636
1638
  @alias = args[:alias] if args.key?(:alias)
1637
1639
  @data_source = args[:data_source] if args.key?(:data_source)
1638
1640
  @destination_node_reference = args[:destination_node_reference] if args.key?(:destination_node_reference)
1639
- @dynamic_label_enabled = args[:dynamic_label_enabled] if args.key?(:dynamic_label_enabled)
1640
- @dynamic_properties_enabled = args[:dynamic_properties_enabled] if args.key?(:dynamic_properties_enabled)
1641
+ @dynamic_label_column = args[:dynamic_label_column] if args.key?(:dynamic_label_column)
1642
+ @dynamic_properties_column = args[:dynamic_properties_column] if args.key?(:dynamic_properties_column)
1641
1643
  @element_keys = args[:element_keys] if args.key?(:element_keys)
1642
1644
  @input_source = args[:input_source] if args.key?(:input_source)
1643
1645
  @kind = args[:kind] if args.key?(:kind)
@@ -1646,6 +1648,40 @@ module Google
1646
1648
  end
1647
1649
  end
1648
1650
 
1651
+ # A reference to a source or destination node in a graph edge.
1652
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
1653
+ include Google::Apis::Core::Hashable
1654
+
1655
+ # Required. The referencing columns in the edge table. The size of `
1656
+ # edge_table_columns` must be equal to the size of `node_table_columns`.
1657
+ # Corresponds to the JSON property `edgeTableColumns`
1658
+ # @return [Array<String>]
1659
+ attr_accessor :edge_table_columns
1660
+
1661
+ # Required. The reference to the source/destination node of the edge. This name
1662
+ # must be a valid `alias` of a node element in the same graph. Example, `Person`
1663
+ # node can be a source node name of an edge element `Person_to_Address`.
1664
+ # Corresponds to the JSON property `nodeAlias`
1665
+ # @return [String]
1666
+ attr_accessor :node_alias
1667
+
1668
+ # Required. The referenced columns of the source node table.
1669
+ # Corresponds to the JSON property `nodeTableColumns`
1670
+ # @return [Array<String>]
1671
+ attr_accessor :node_table_columns
1672
+
1673
+ def initialize(**args)
1674
+ update!(**args)
1675
+ end
1676
+
1677
+ # Update properties of this object
1678
+ def update!(**args)
1679
+ @edge_table_columns = args[:edge_table_columns] if args.key?(:edge_table_columns)
1680
+ @node_alias = args[:node_alias] if args.key?(:node_alias)
1681
+ @node_table_columns = args[:node_table_columns] if args.key?(:node_table_columns)
1682
+ end
1683
+ end
1684
+
1649
1685
  # The label and its properties. Each label is associated with a set of
1650
1686
  # properties.
1651
1687
  class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
@@ -3012,6 +3048,110 @@ module Google
3012
3048
  end
3013
3049
  end
3014
3050
 
3051
+ # Specification of a Spanner table.
3052
+ class GoogleCloudDatacatalogV1SpannerTableSpec
3053
+ include Google::Apis::Core::Hashable
3054
+
3055
+ # Output only. The foreign keys of the table.
3056
+ # Corresponds to the JSON property `foreignKeys`
3057
+ # @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey>]
3058
+ attr_accessor :foreign_keys
3059
+
3060
+ # Specification of a Spanner primary key.
3061
+ # Corresponds to the JSON property `primaryKey`
3062
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey]
3063
+ attr_accessor :primary_key
3064
+
3065
+ def initialize(**args)
3066
+ update!(**args)
3067
+ end
3068
+
3069
+ # Update properties of this object
3070
+ def update!(**args)
3071
+ @foreign_keys = args[:foreign_keys] if args.key?(:foreign_keys)
3072
+ @primary_key = args[:primary_key] if args.key?(:primary_key)
3073
+ end
3074
+ end
3075
+
3076
+ # Specification of a Spanner foreign key.
3077
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
3078
+ include Google::Apis::Core::Hashable
3079
+
3080
+ # Output only. The ordered list of column mappings for this foreign key.
3081
+ # Corresponds to the JSON property `columnMappings`
3082
+ # @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping>]
3083
+ attr_accessor :column_mappings
3084
+
3085
+ # Output only. The table name this foreign key referenced to. Format: `projects/`
3086
+ # PROJECT_ID`/locations/`LOCATION`/entryGroups/`ENTRY_GROUP_ID`/entries/`
3087
+ # ENTRY_ID``
3088
+ # Corresponds to the JSON property `entry`
3089
+ # @return [String]
3090
+ attr_accessor :entry
3091
+
3092
+ # Output only. The constraint_name of the foreign key, for example,
3093
+ # FK_CustomerOrder.
3094
+ # Corresponds to the JSON property `name`
3095
+ # @return [String]
3096
+ attr_accessor :name
3097
+
3098
+ def initialize(**args)
3099
+ update!(**args)
3100
+ end
3101
+
3102
+ # Update properties of this object
3103
+ def update!(**args)
3104
+ @column_mappings = args[:column_mappings] if args.key?(:column_mappings)
3105
+ @entry = args[:entry] if args.key?(:entry)
3106
+ @name = args[:name] if args.key?(:name)
3107
+ end
3108
+ end
3109
+
3110
+ # Column mapping for a Spanner foreign key.
3111
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
3112
+ include Google::Apis::Core::Hashable
3113
+
3114
+ # Output only. The column in the current table that is part of the foreign key.
3115
+ # Corresponds to the JSON property `column`
3116
+ # @return [String]
3117
+ attr_accessor :column
3118
+
3119
+ # Output only. The column in the referenced table that is part of the foreign
3120
+ # key.
3121
+ # Corresponds to the JSON property `referenceColumn`
3122
+ # @return [String]
3123
+ attr_accessor :reference_column
3124
+
3125
+ def initialize(**args)
3126
+ update!(**args)
3127
+ end
3128
+
3129
+ # Update properties of this object
3130
+ def update!(**args)
3131
+ @column = args[:column] if args.key?(:column)
3132
+ @reference_column = args[:reference_column] if args.key?(:reference_column)
3133
+ end
3134
+ end
3135
+
3136
+ # Specification of a Spanner primary key.
3137
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
3138
+ include Google::Apis::Core::Hashable
3139
+
3140
+ # Output only. Column names of the primary key.
3141
+ # Corresponds to the JSON property `columns`
3142
+ # @return [Array<String>]
3143
+ attr_accessor :columns
3144
+
3145
+ def initialize(**args)
3146
+ update!(**args)
3147
+ end
3148
+
3149
+ # Update properties of this object
3150
+ def update!(**args)
3151
+ @columns = args[:columns] if args.key?(:columns)
3152
+ end
3153
+ end
3154
+
3015
3155
  # Specification that applies to entries that are part `SQL_DATABASE` system (
3016
3156
  # user_specified_type)
3017
3157
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
@@ -3810,8 +3950,9 @@ module Google
3810
3950
  attr_accessor :operations
3811
3951
 
3812
3952
  # Unordered list. Unreachable resources. Populated when the request sets `
3813
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3814
- # when attempting to list all resources across all supported locations.
3953
+ # ListOperationsRequest.return_partial_success` and reads across collections.
3954
+ # For example, when attempting to list all resources across all supported
3955
+ # locations.
3815
3956
  # Corresponds to the JSON property `unreachable`
3816
3957
  # @return [Array<String>]
3817
3958
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.63.0"
19
+ GEM_VERSION = "0.65.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
@@ -286,6 +286,12 @@ module Google
286
286
  include Google::Apis::Core::JsonObjectSupport
287
287
  end
288
288
 
289
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
289
295
  class GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
290
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
297
 
@@ -556,6 +562,30 @@ module Google
556
562
  include Google::Apis::Core::JsonObjectSupport
557
563
  end
558
564
 
565
+ class GoogleCloudDatacatalogV1SpannerTableSpec
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
559
589
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
560
590
  class Representation < Google::Apis::Core::JsonRepresentation; end
561
591
 
@@ -1060,6 +1090,8 @@ module Google
1060
1090
 
1061
1091
  property :source_system_timestamps, as: 'sourceSystemTimestamps', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SystemTimestamps::Representation
1062
1092
 
1093
+ property :spanner_table_spec, as: 'spannerTableSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpec::Representation
1094
+
1063
1095
  property :sql_database_system_spec, as: 'sqlDatabaseSystemSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SqlDatabaseSystemSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SqlDatabaseSystemSpec::Representation
1064
1096
 
1065
1097
  property :type, as: 'type'
@@ -1171,15 +1203,26 @@ module Google
1171
1203
  class Representation < Google::Apis::Core::JsonRepresentation
1172
1204
  property :alias, as: 'alias'
1173
1205
  property :data_source, as: 'dataSource'
1174
- property :destination_node_reference, as: 'destinationNodeReference'
1175
- property :dynamic_label_enabled, as: 'dynamicLabelEnabled'
1176
- property :dynamic_properties_enabled, as: 'dynamicPropertiesEnabled'
1206
+ property :destination_node_reference, as: 'destinationNodeReference', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference::Representation
1207
+
1208
+ property :dynamic_label_column, as: 'dynamicLabelColumn'
1209
+ property :dynamic_properties_column, as: 'dynamicPropertiesColumn'
1177
1210
  collection :element_keys, as: 'elementKeys'
1178
1211
  property :input_source, as: 'inputSource'
1179
1212
  property :kind, as: 'kind'
1180
1213
  collection :label_and_properties, as: 'labelAndProperties', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties::Representation
1181
1214
 
1182
- property :source_node_reference, as: 'sourceNodeReference'
1215
+ property :source_node_reference, as: 'sourceNodeReference', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference::Representation
1216
+
1217
+ end
1218
+ end
1219
+
1220
+ class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
1221
+ # @private
1222
+ class Representation < Google::Apis::Core::JsonRepresentation
1223
+ collection :edge_table_columns, as: 'edgeTableColumns'
1224
+ property :node_alias, as: 'nodeAlias'
1225
+ collection :node_table_columns, as: 'nodeTableColumns'
1183
1226
  end
1184
1227
  end
1185
1228
 
@@ -1596,6 +1639,41 @@ module Google
1596
1639
  end
1597
1640
  end
1598
1641
 
1642
+ class GoogleCloudDatacatalogV1SpannerTableSpec
1643
+ # @private
1644
+ class Representation < Google::Apis::Core::JsonRepresentation
1645
+ collection :foreign_keys, as: 'foreignKeys', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey::Representation
1646
+
1647
+ property :primary_key, as: 'primaryKey', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey::Representation
1648
+
1649
+ end
1650
+ end
1651
+
1652
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ collection :column_mappings, as: 'columnMappings', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping::Representation
1656
+
1657
+ property :entry, as: 'entry'
1658
+ property :name, as: 'name'
1659
+ end
1660
+ end
1661
+
1662
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKeyForeignKeyColumnMapping
1663
+ # @private
1664
+ class Representation < Google::Apis::Core::JsonRepresentation
1665
+ property :column, as: 'column'
1666
+ property :reference_column, as: 'referenceColumn'
1667
+ end
1668
+ end
1669
+
1670
+ class GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
1671
+ # @private
1672
+ class Representation < Google::Apis::Core::JsonRepresentation
1673
+ collection :columns, as: 'columns'
1674
+ end
1675
+ end
1676
+
1599
1677
  class GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
1600
1678
  # @private
1601
1679
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1577,11 +1577,12 @@ module Google
1577
1577
  # The standard list page token.
1578
1578
  # @param [Boolean] return_partial_success
1579
1579
  # When set to `true`, operations that are reachable are returned as normal, and
1580
- # those that are unreachable are returned in the [ListOperationsResponse.
1581
- # unreachable] field. This can only be `true` when reading across collections e.
1582
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1583
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1584
- # explicitly documented otherwise in service or product specific documentation.
1580
+ # those that are unreachable are returned in the ListOperationsResponse.
1581
+ # unreachable field. This can only be `true` when reading across collections.
1582
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1583
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1584
+ # if set unless explicitly documented otherwise in service or product specific
1585
+ # documentation.
1585
1586
  # @param [String] fields
1586
1587
  # Selector specifying which fields to include in a partial response.
1587
1588
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.65.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.63.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.65.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
62
62
  rdoc_options: []
63
63
  require_paths: