google-apis-datacatalog_v1beta1 0.35.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6669c432a07ba9d7c3b8f149fc33f0ec6ca8119e7953958a4898d0f391468fa2
4
- data.tar.gz: cd6f2ab75f84b225ba70d6cdcfb1d21ccd76f0bcd9a3ea94df7b203aa9dc8453
3
+ metadata.gz: 22595624c86a6b8f8e586f94c29182a8791c92d67d3c45015f0037968d79b0b1
4
+ data.tar.gz: 4678320638462f3b4b458d9dae2a07e18879ef9d64034bb8df5aae54010b6274
5
5
  SHA512:
6
- metadata.gz: 876af0441c1a169673adac158cdf17301bb510c2782b8b57401d5898f6e3c7493b337d5f75c3fd2740b36dc481956b6781025e2a26d8be9c1a32d468aef2a34e
7
- data.tar.gz: a3c919fa43cfb2b0d738d683a61cd2eaefbb39d2f238e0465899e4f619a6667221b38e8d3b2d4e1a384dc0b970da6651b0d073fe4bda99e5c24ac5617f01a3df
6
+ metadata.gz: 15e9888370a48af20bde1bce19c7c56ac5d3b20c119c01e75eb3a1da32dbb046d71ea64f4b8fe8cc46f40c0cc809e163c8887345d452ae3e4d3f58e79c5c92d3
7
+ data.tar.gz: b84dacf124f38736303a31e1ef0c32e776c6ef4ea88abb7fac2ed8efa3959af4a2f9e1453be76e007b571bb7b07f251b38ae38ef499272c860591b22f2ef8caa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.37.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230811
6
+
7
+ ### v0.36.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.35.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230619
@@ -896,6 +896,26 @@ module Google
896
896
  end
897
897
  end
898
898
 
899
+ # Specification that applies to a dataset. Valid only for entries with the `
900
+ # DATASET` type.
901
+ class GoogleCloudDatacatalogV1DatasetSpec
902
+ include Google::Apis::Core::Hashable
903
+
904
+ # Specification for vertex dataset resources.
905
+ # Corresponds to the JSON property `vertexDatasetSpec`
906
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexDatasetSpec]
907
+ attr_accessor :vertex_dataset_spec
908
+
909
+ def initialize(**args)
910
+ update!(**args)
911
+ end
912
+
913
+ # Update properties of this object
914
+ def update!(**args)
915
+ @vertex_dataset_spec = args[:vertex_dataset_spec] if args.key?(:vertex_dataset_spec)
916
+ end
917
+ end
918
+
899
919
  # Wrapper for any item that can be contained in the dump.
900
920
  class GoogleCloudDatacatalogV1DumpItem
901
921
  include Google::Apis::Core::Hashable
@@ -967,6 +987,12 @@ module Google
967
987
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpec]
968
988
  attr_accessor :database_table_spec
969
989
 
990
+ # Specification that applies to a dataset. Valid only for entries with the `
991
+ # DATASET` type.
992
+ # Corresponds to the JSON property `datasetSpec`
993
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatasetSpec]
994
+ attr_accessor :dataset_spec
995
+
970
996
  # Entry description that can consist of several sentences or paragraphs that
971
997
  # describe entry contents. The description must not contain Unicode non-
972
998
  # characters as well as C0 and C1 control codes except tabs (HT), new lines (LF),
@@ -1034,6 +1060,12 @@ module Google
1034
1060
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1LookerSystemSpec]
1035
1061
  attr_accessor :looker_system_spec
1036
1062
 
1063
+ # Specification that applies to a model. Valid only for entries with the `MODEL`
1064
+ # type.
1065
+ # Corresponds to the JSON property `modelSpec`
1066
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ModelSpec]
1067
+ attr_accessor :model_spec
1068
+
1037
1069
  # Output only. The resource name of an entry in URL format. Note: The entry
1038
1070
  # itself and its child resources might not be stored in the location specified
1039
1071
  # in its name.
@@ -1120,6 +1152,7 @@ module Google
1120
1152
  @data_source = args[:data_source] if args.key?(:data_source)
1121
1153
  @data_source_connection_spec = args[:data_source_connection_spec] if args.key?(:data_source_connection_spec)
1122
1154
  @database_table_spec = args[:database_table_spec] if args.key?(:database_table_spec)
1155
+ @dataset_spec = args[:dataset_spec] if args.key?(:dataset_spec)
1123
1156
  @description = args[:description] if args.key?(:description)
1124
1157
  @display_name = args[:display_name] if args.key?(:display_name)
1125
1158
  @fileset_spec = args[:fileset_spec] if args.key?(:fileset_spec)
@@ -1129,6 +1162,7 @@ module Google
1129
1162
  @labels = args[:labels] if args.key?(:labels)
1130
1163
  @linked_resource = args[:linked_resource] if args.key?(:linked_resource)
1131
1164
  @looker_system_spec = args[:looker_system_spec] if args.key?(:looker_system_spec)
1165
+ @model_spec = args[:model_spec] if args.key?(:model_spec)
1132
1166
  @name = args[:name] if args.key?(:name)
1133
1167
  @personal_details = args[:personal_details] if args.key?(:personal_details)
1134
1168
  @routine_spec = args[:routine_spec] if args.key?(:routine_spec)
@@ -1361,6 +1395,26 @@ module Google
1361
1395
  end
1362
1396
  end
1363
1397
 
1398
+ # Specification that applies to a model. Valid only for entries with the `MODEL`
1399
+ # type.
1400
+ class GoogleCloudDatacatalogV1ModelSpec
1401
+ include Google::Apis::Core::Hashable
1402
+
1403
+ # Specification for vertex model resources.
1404
+ # Corresponds to the JSON property `vertexModelSpec`
1405
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSpec]
1406
+ attr_accessor :vertex_model_spec
1407
+
1408
+ def initialize(**args)
1409
+ update!(**args)
1410
+ end
1411
+
1412
+ # Update properties of this object
1413
+ def update!(**args)
1414
+ @vertex_model_spec = args[:vertex_model_spec] if args.key?(:vertex_model_spec)
1415
+ end
1416
+ end
1417
+
1364
1418
  # Entry metadata relevant only to the user and private to them.
1365
1419
  class GoogleCloudDatacatalogV1PersonalDetails
1366
1420
  include Google::Apis::Core::Hashable
@@ -2109,6 +2163,103 @@ module Google
2109
2163
  end
2110
2164
  end
2111
2165
 
2166
+ # Specification for vertex dataset resources.
2167
+ class GoogleCloudDatacatalogV1VertexDatasetSpec
2168
+ include Google::Apis::Core::Hashable
2169
+
2170
+ # The number of DataItems in this Dataset. Only apply for non-structured Dataset.
2171
+ # Corresponds to the JSON property `dataItemCount`
2172
+ # @return [Fixnum]
2173
+ attr_accessor :data_item_count
2174
+
2175
+ # Type of the dataset.
2176
+ # Corresponds to the JSON property `dataType`
2177
+ # @return [String]
2178
+ attr_accessor :data_type
2179
+
2180
+ def initialize(**args)
2181
+ update!(**args)
2182
+ end
2183
+
2184
+ # Update properties of this object
2185
+ def update!(**args)
2186
+ @data_item_count = args[:data_item_count] if args.key?(:data_item_count)
2187
+ @data_type = args[:data_type] if args.key?(:data_type)
2188
+ end
2189
+ end
2190
+
2191
+ # Detail description of the source information of a Vertex model.
2192
+ class GoogleCloudDatacatalogV1VertexModelSourceInfo
2193
+ include Google::Apis::Core::Hashable
2194
+
2195
+ # If this Model is copy of another Model. If true then source_type pertains to
2196
+ # the original.
2197
+ # Corresponds to the JSON property `copy`
2198
+ # @return [Boolean]
2199
+ attr_accessor :copy
2200
+ alias_method :copy?, :copy
2201
+
2202
+ # Type of the model source.
2203
+ # Corresponds to the JSON property `sourceType`
2204
+ # @return [String]
2205
+ attr_accessor :source_type
2206
+
2207
+ def initialize(**args)
2208
+ update!(**args)
2209
+ end
2210
+
2211
+ # Update properties of this object
2212
+ def update!(**args)
2213
+ @copy = args[:copy] if args.key?(:copy)
2214
+ @source_type = args[:source_type] if args.key?(:source_type)
2215
+ end
2216
+ end
2217
+
2218
+ # Specification for vertex model resources.
2219
+ class GoogleCloudDatacatalogV1VertexModelSpec
2220
+ include Google::Apis::Core::Hashable
2221
+
2222
+ # URI of the Docker image to be used as the custom container for serving
2223
+ # predictions.
2224
+ # Corresponds to the JSON property `containerImageUri`
2225
+ # @return [String]
2226
+ attr_accessor :container_image_uri
2227
+
2228
+ # User provided version aliases so that a model version can be referenced via
2229
+ # alias
2230
+ # Corresponds to the JSON property `versionAliases`
2231
+ # @return [Array<String>]
2232
+ attr_accessor :version_aliases
2233
+
2234
+ # The description of this version.
2235
+ # Corresponds to the JSON property `versionDescription`
2236
+ # @return [String]
2237
+ attr_accessor :version_description
2238
+
2239
+ # The version ID of the model.
2240
+ # Corresponds to the JSON property `versionId`
2241
+ # @return [String]
2242
+ attr_accessor :version_id
2243
+
2244
+ # Detail description of the source information of a Vertex model.
2245
+ # Corresponds to the JSON property `vertexModelSourceInfo`
2246
+ # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSourceInfo]
2247
+ attr_accessor :vertex_model_source_info
2248
+
2249
+ def initialize(**args)
2250
+ update!(**args)
2251
+ end
2252
+
2253
+ # Update properties of this object
2254
+ def update!(**args)
2255
+ @container_image_uri = args[:container_image_uri] if args.key?(:container_image_uri)
2256
+ @version_aliases = args[:version_aliases] if args.key?(:version_aliases)
2257
+ @version_description = args[:version_description] if args.key?(:version_description)
2258
+ @version_id = args[:version_id] if args.key?(:version_id)
2259
+ @vertex_model_source_info = args[:vertex_model_source_info] if args.key?(:vertex_model_source_info)
2260
+ end
2261
+ end
2262
+
2112
2263
  # Table view specification.
2113
2264
  class GoogleCloudDatacatalogV1ViewSpec
2114
2265
  include Google::Apis::Core::Hashable
@@ -3635,22 +3786,22 @@ module Google
3635
3786
  # evaluates to `true`. A condition can add constraints based on attributes of
3636
3787
  # the request, the resource, or both. To learn which resources support
3637
3788
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3638
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3789
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3639
3790
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3640
3791
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3641
3792
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3642
3793
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3643
3794
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3644
3795
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3645
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3646
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3647
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3648
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3649
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3650
- # access description: Does not grant access after Sep 2020 expression: request.
3651
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3652
- # a description of IAM and its features, see the [IAM documentation](https://
3653
- # cloud.google.com/iam/docs/).
3796
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3797
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3798
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3799
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3800
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3801
+ # title: expirable access description: Does not grant access after Sep 2020
3802
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3803
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3804
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3654
3805
  class Policy
3655
3806
  include Google::Apis::Core::Hashable
3656
3807
 
@@ -3728,22 +3879,22 @@ module Google
3728
3879
  # evaluates to `true`. A condition can add constraints based on attributes of
3729
3880
  # the request, the resource, or both. To learn which resources support
3730
3881
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3731
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3882
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3732
3883
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3733
3884
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3734
3885
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3735
3886
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3736
3887
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3737
3888
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3738
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3739
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3740
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3741
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3742
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3743
- # access description: Does not grant access after Sep 2020 expression: request.
3744
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3745
- # a description of IAM and its features, see the [IAM documentation](https://
3746
- # cloud.google.com/iam/docs/).
3889
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3890
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3891
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3892
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3893
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3894
+ # title: expirable access description: Does not grant access after Sep 2020
3895
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3896
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3897
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3747
3898
  # Corresponds to the JSON property `policy`
3748
3899
  # @return [Google::Apis::DatacatalogV1beta1::Policy]
3749
3900
  attr_accessor :policy
@@ -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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230619"
25
+ REVISION = "20230811"
26
26
  end
27
27
  end
28
28
  end
@@ -184,6 +184,12 @@ module Google
184
184
  include Google::Apis::Core::JsonObjectSupport
185
185
  end
186
186
 
187
+ class GoogleCloudDatacatalogV1DatasetSpec
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
187
193
  class GoogleCloudDatacatalogV1DumpItem
188
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
195
 
@@ -238,6 +244,12 @@ module Google
238
244
  include Google::Apis::Core::JsonObjectSupport
239
245
  end
240
246
 
247
+ class GoogleCloudDatacatalogV1ModelSpec
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
241
253
  class GoogleCloudDatacatalogV1PersonalDetails
242
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
255
 
@@ -382,6 +394,24 @@ module Google
382
394
  include Google::Apis::Core::JsonObjectSupport
383
395
  end
384
396
 
397
+ class GoogleCloudDatacatalogV1VertexDatasetSpec
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class GoogleCloudDatacatalogV1VertexModelSourceInfo
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class GoogleCloudDatacatalogV1VertexModelSpec
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
385
415
  class GoogleCloudDatacatalogV1ViewSpec
386
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
417
 
@@ -914,6 +944,14 @@ module Google
914
944
  end
915
945
  end
916
946
 
947
+ class GoogleCloudDatacatalogV1DatasetSpec
948
+ # @private
949
+ class Representation < Google::Apis::Core::JsonRepresentation
950
+ property :vertex_dataset_spec, as: 'vertexDatasetSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexDatasetSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexDatasetSpec::Representation
951
+
952
+ end
953
+ end
954
+
917
955
  class GoogleCloudDatacatalogV1DumpItem
918
956
  # @private
919
957
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -939,6 +977,8 @@ module Google
939
977
 
940
978
  property :database_table_spec, as: 'databaseTableSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpec::Representation
941
979
 
980
+ property :dataset_spec, as: 'datasetSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatasetSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatasetSpec::Representation
981
+
942
982
  property :description, as: 'description'
943
983
  property :display_name, as: 'displayName'
944
984
  property :fileset_spec, as: 'filesetSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FilesetSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FilesetSpec::Representation
@@ -951,6 +991,8 @@ module Google
951
991
  property :linked_resource, as: 'linkedResource'
952
992
  property :looker_system_spec, as: 'lookerSystemSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1LookerSystemSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1LookerSystemSpec::Representation
953
993
 
994
+ property :model_spec, as: 'modelSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ModelSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1ModelSpec::Representation
995
+
954
996
  property :name, as: 'name'
955
997
  property :personal_details, as: 'personalDetails', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1PersonalDetails, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1PersonalDetails::Representation
956
998
 
@@ -1035,6 +1077,14 @@ module Google
1035
1077
  end
1036
1078
  end
1037
1079
 
1080
+ class GoogleCloudDatacatalogV1ModelSpec
1081
+ # @private
1082
+ class Representation < Google::Apis::Core::JsonRepresentation
1083
+ property :vertex_model_spec, as: 'vertexModelSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSpec::Representation
1084
+
1085
+ end
1086
+ end
1087
+
1038
1088
  class GoogleCloudDatacatalogV1PersonalDetails
1039
1089
  # @private
1040
1090
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1258,6 +1308,34 @@ module Google
1258
1308
  end
1259
1309
  end
1260
1310
 
1311
+ class GoogleCloudDatacatalogV1VertexDatasetSpec
1312
+ # @private
1313
+ class Representation < Google::Apis::Core::JsonRepresentation
1314
+ property :data_item_count, :numeric_string => true, as: 'dataItemCount'
1315
+ property :data_type, as: 'dataType'
1316
+ end
1317
+ end
1318
+
1319
+ class GoogleCloudDatacatalogV1VertexModelSourceInfo
1320
+ # @private
1321
+ class Representation < Google::Apis::Core::JsonRepresentation
1322
+ property :copy, as: 'copy'
1323
+ property :source_type, as: 'sourceType'
1324
+ end
1325
+ end
1326
+
1327
+ class GoogleCloudDatacatalogV1VertexModelSpec
1328
+ # @private
1329
+ class Representation < Google::Apis::Core::JsonRepresentation
1330
+ property :container_image_uri, as: 'containerImageUri'
1331
+ collection :version_aliases, as: 'versionAliases'
1332
+ property :version_description, as: 'versionDescription'
1333
+ property :version_id, as: 'versionId'
1334
+ property :vertex_model_source_info, as: 'vertexModelSourceInfo', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSourceInfo, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1VertexModelSourceInfo::Representation
1335
+
1336
+ end
1337
+ end
1338
+
1261
1339
  class GoogleCloudDatacatalogV1ViewSpec
1262
1340
  # @private
1263
1341
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1