google-apis-datacatalog_v1 0.48.0 → 0.49.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: 77763228d0e771711f05898e1489f1095822bcb61e99eadc968fd4aafcf3f23f
4
- data.tar.gz: cccf02451adf99a69fa7330a5b30b72332015e2ca2ddf8af904be62b6736d483
3
+ metadata.gz: d77ba79a7a60d4aab5deae816ed3acc89cb77370b2ca2672013f8b79780b77aa
4
+ data.tar.gz: 7b204d740fb52233eaa3175464500f9571b7de7c57973ee8b3d3d6847c43ff33
5
5
  SHA512:
6
- metadata.gz: 41718de535518183336391e3ac4714d0574196c5a47f1e1f623814897043ab1def87ff25a6097060e48b4b35747c3f653b45e23bdf9817b738c4ce00e5dbe6a8
7
- data.tar.gz: 2d8b3cdf2879258712c1edbef896d30f5831ba84dbcbf3ae89107941b6c83e18a3458eddbac4ae3aa76d17704c8ec5a5378576bc47c2eeb04d7973ca9f5280a6
6
+ metadata.gz: 6d7b6dd7b90e9078c14e6c7f306648255410b5472f3e40363427df931c850a40b8ec433191cf1871cb45ee0d584ff064e711efe0bfe6fc0f93ccbf5dcbe0acad
7
+ data.tar.gz: 27d86750a65bdf098c6c8a6e2807e1fc91a84c3d725ef78e8d41e6db49efdfdacd30dbb2ddb419e7148cb25d95a2ea13ce29762bc3fb598c0f84073ba8997996
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.49.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240220
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.48.0 (2024-02-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20240206
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/data-catalog/docs/) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -1078,6 +1078,11 @@ module Google
1078
1078
  # @return [String]
1079
1079
  attr_accessor :display_name
1080
1080
 
1081
+ # Detail description of the source information of a Vertex Feature Online Store.
1082
+ # Corresponds to the JSON property `featureOnlineStoreSpec`
1083
+ # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec]
1084
+ attr_accessor :feature_online_store_spec
1085
+
1081
1086
  # Specification that applies to a fileset. Valid only for entries with the '
1082
1087
  # FILESET' type.
1083
1088
  # Corresponds to the JSON property `filesetSpec`
@@ -1225,6 +1230,7 @@ module Google
1225
1230
  @dataset_spec = args[:dataset_spec] if args.key?(:dataset_spec)
1226
1231
  @description = args[:description] if args.key?(:description)
1227
1232
  @display_name = args[:display_name] if args.key?(:display_name)
1233
+ @feature_online_store_spec = args[:feature_online_store_spec] if args.key?(:feature_online_store_spec)
1228
1234
  @fileset_spec = args[:fileset_spec] if args.key?(:fileset_spec)
1229
1235
  @fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
1230
1236
  @gcs_fileset_spec = args[:gcs_fileset_spec] if args.key?(:gcs_fileset_spec)
@@ -1330,6 +1336,25 @@ module Google
1330
1336
  end
1331
1337
  end
1332
1338
 
1339
+ # Detail description of the source information of a Vertex Feature Online Store.
1340
+ class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
1341
+ include Google::Apis::Core::Hashable
1342
+
1343
+ # Output only. Type of underelaying storage for the FeatureOnlineStore.
1344
+ # Corresponds to the JSON property `storageType`
1345
+ # @return [String]
1346
+ attr_accessor :storage_type
1347
+
1348
+ def initialize(**args)
1349
+ update!(**args)
1350
+ end
1351
+
1352
+ # Update properties of this object
1353
+ def update!(**args)
1354
+ @storage_type = args[:storage_type] if args.key?(:storage_type)
1355
+ end
1356
+ end
1357
+
1333
1358
  #
1334
1359
  class GoogleCloudDatacatalogV1FieldType
1335
1360
  include Google::Apis::Core::Hashable
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240206"
25
+ REVISION = "20240220"
26
26
  end
27
27
  end
28
28
  end
@@ -232,6 +232,12 @@ module Google
232
232
  include Google::Apis::Core::JsonObjectSupport
233
233
  end
234
234
 
235
+ class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
235
241
  class GoogleCloudDatacatalogV1FieldType
236
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
243
 
@@ -985,6 +991,8 @@ module Google
985
991
 
986
992
  property :description, as: 'description'
987
993
  property :display_name, as: 'displayName'
994
+ property :feature_online_store_spec, as: 'featureOnlineStoreSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec::Representation
995
+
988
996
  property :fileset_spec, as: 'filesetSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec::Representation
989
997
 
990
998
  property :fully_qualified_name, as: 'fullyQualifiedName'
@@ -1044,6 +1052,13 @@ module Google
1044
1052
  end
1045
1053
  end
1046
1054
 
1055
+ class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
1056
+ # @private
1057
+ class Representation < Google::Apis::Core::JsonRepresentation
1058
+ property :storage_type, as: 'storageType'
1059
+ end
1060
+ end
1061
+
1047
1062
  class GoogleCloudDatacatalogV1FieldType
1048
1063
  # @private
1049
1064
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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: 2024-02-18 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Data Catalog API V1