google-apis-datacatalog_v1beta1 0.36.0 → 0.38.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: 135598cdcb5db366eb8d76ab6fb09068fddd58819644b65e77cbc2c516a92871
4
- data.tar.gz: 5a9a89b7f512b94813a6f35b7c83b513c8d8cf3e21503c13cb605d1dcb2e6a75
3
+ metadata.gz: 022c5f024d5955e40462cfbdb72ddbf7e7e2d782b4c658a27c7688f63f795270
4
+ data.tar.gz: f1b7e6da6ae43f5d9e263e6cdbcb716b40b95724589e5aa558323f4a9d02af5a
5
5
  SHA512:
6
- metadata.gz: e53e963fcfce79b9133378f33aa57ce4fbd2abec6b86d34bcc1b05095415257c65f656f5c0a6fb2227ae7ee9de7dd1806c0d78efe76343bc04e1360801348176
7
- data.tar.gz: 1e7eec8857f930b7ff9e7b185fd866c337d358d90bd281d1185b873419f9bed87df25fcf4a5ee49969745537565f105a67700974912f303cac543f4a24820c45
6
+ metadata.gz: d299060a21670ac193bce0d8fff8a4b17ee0ddc13605e7c689d5fb878f9d771ec2a54e09129bbca39f0074b5683be22ce0c103d514c3efe92ccb49265d6efbdd
7
+ data.tar.gz: 2904279dd337928d53149e5988467f492d9236947e820c91578af6e61d45942c0b98e7c4dd7a0c045ce974079a114aaa434072616affab3eee0fcfeb1e762cff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231205
6
+
7
+ ### v0.37.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230811
10
+
3
11
  ### v0.36.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230804
@@ -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
@@ -2781,7 +2932,7 @@ module Google
2781
2932
  # @return [String]
2782
2933
  attr_accessor :display_name
2783
2934
 
2784
- # Output only. Resource name of this policy tag, whose format is: "projects/`
2935
+ # Identifier. Resource name of this policy tag, whose format is: "projects/`
2785
2936
  # project_number`/locations/`location_id`/taxonomies/`taxonomy_id`/policyTags/`
2786
2937
  # id`".
2787
2938
  # Corresponds to the JSON property `name`
@@ -3474,7 +3625,7 @@ module Google
3474
3625
  # @return [String]
3475
3626
  attr_accessor :display_name
3476
3627
 
3477
- # Output only. Resource name of this taxonomy, whose format is: "projects/`
3628
+ # Identifier. Resource name of this taxonomy, whose format is: "projects/`
3478
3629
  # project_number`/locations/`location_id`/taxonomies/`id`".
3479
3630
  # Corresponds to the JSON property `name`
3480
3631
  # @return [String]
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.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 = "20230804"
25
+ REVISION = "20231205"
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
@@ -1793,7 +1793,7 @@ module Google
1793
1793
 
1794
1794
  # Updates a taxonomy.
1795
1795
  # @param [String] name
1796
- # Output only. Resource name of this taxonomy, whose format is: "projects/`
1796
+ # Identifier. Resource name of this taxonomy, whose format is: "projects/`
1797
1797
  # project_number`/locations/`location_id`/taxonomies/`id`".
1798
1798
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Taxonomy] google_cloud_datacatalog_v1beta1_taxonomy_object
1799
1799
  # @param [String] update_mask
@@ -2070,7 +2070,7 @@ module Google
2070
2070
 
2071
2071
  # Updates a policy tag.
2072
2072
  # @param [String] name
2073
- # Output only. Resource name of this policy tag, whose format is: "projects/`
2073
+ # Identifier. Resource name of this policy tag, whose format is: "projects/`
2074
2074
  # project_number`/locations/`location_id`/taxonomies/`taxonomy_id`/policyTags/`
2075
2075
  # id`".
2076
2076
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1PolicyTag] google_cloud_datacatalog_v1beta1_policy_tag_object
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.36.0
4
+ version: 0.38.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-08-20 00:00:00.000000000 Z
11
+ date: 2023-12-10 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.38.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