google-apis-datacatalog_v1beta1 0.42.0 → 0.43.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 235b55368da50a721af329d717e810087e63a884bd3e4799ee34804e97afb3e7
|
4
|
+
data.tar.gz: 5be050c33db4db9d176a6293cf005b0af75c873396aaaf6a6ea58c2b535877e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f757186966f14d24818c2faefd72427ad95b7a2f64238b086fe13a0bdbc00305fdaf706f0ab1773f4c99ec9ef32779b104f79c0de29986a995d1189e68c159ea
|
7
|
+
data.tar.gz: 630d433c680371c16ab0734da134c3125ba7a5ea472647846e5167c988921ac5297315078610e8aef794fbe3bf39914d65846b066aa43ab000379691828b5f97
|
data/CHANGELOG.md
CHANGED
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.
|
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.
|
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
|
|
@@ -1058,6 +1058,11 @@ module Google
|
|
1058
1058
|
# @return [String]
|
1059
1059
|
attr_accessor :display_name
|
1060
1060
|
|
1061
|
+
# Detail description of the source information of a Vertex Feature Online Store.
|
1062
|
+
# Corresponds to the JSON property `featureOnlineStoreSpec`
|
1063
|
+
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec]
|
1064
|
+
attr_accessor :feature_online_store_spec
|
1065
|
+
|
1061
1066
|
# Specification that applies to a fileset. Valid only for entries with the '
|
1062
1067
|
# FILESET' type.
|
1063
1068
|
# Corresponds to the JSON property `filesetSpec`
|
@@ -1205,6 +1210,7 @@ module Google
|
|
1205
1210
|
@dataset_spec = args[:dataset_spec] if args.key?(:dataset_spec)
|
1206
1211
|
@description = args[:description] if args.key?(:description)
|
1207
1212
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1213
|
+
@feature_online_store_spec = args[:feature_online_store_spec] if args.key?(:feature_online_store_spec)
|
1208
1214
|
@fileset_spec = args[:fileset_spec] if args.key?(:fileset_spec)
|
1209
1215
|
@fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
|
1210
1216
|
@gcs_fileset_spec = args[:gcs_fileset_spec] if args.key?(:gcs_fileset_spec)
|
@@ -1249,6 +1255,25 @@ module Google
|
|
1249
1255
|
end
|
1250
1256
|
end
|
1251
1257
|
|
1258
|
+
# Detail description of the source information of a Vertex Feature Online Store.
|
1259
|
+
class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
|
1260
|
+
include Google::Apis::Core::Hashable
|
1261
|
+
|
1262
|
+
# Output only. Type of underelaying storage for the FeatureOnlineStore.
|
1263
|
+
# Corresponds to the JSON property `storageType`
|
1264
|
+
# @return [String]
|
1265
|
+
attr_accessor :storage_type
|
1266
|
+
|
1267
|
+
def initialize(**args)
|
1268
|
+
update!(**args)
|
1269
|
+
end
|
1270
|
+
|
1271
|
+
# Update properties of this object
|
1272
|
+
def update!(**args)
|
1273
|
+
@storage_type = args[:storage_type] if args.key?(:storage_type)
|
1274
|
+
end
|
1275
|
+
end
|
1276
|
+
|
1252
1277
|
# Specification that applies to a fileset. Valid only for entries with the '
|
1253
1278
|
# FILESET' type.
|
1254
1279
|
class GoogleCloudDatacatalogV1FilesetSpec
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -214,6 +214,12 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
217
223
|
class GoogleCloudDatacatalogV1FilesetSpec
|
218
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
225
|
|
@@ -996,6 +1002,8 @@ module Google
|
|
996
1002
|
|
997
1003
|
property :description, as: 'description'
|
998
1004
|
property :display_name, as: 'displayName'
|
1005
|
+
property :feature_online_store_spec, as: 'featureOnlineStoreSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FeatureOnlineStoreSpec::Representation
|
1006
|
+
|
999
1007
|
property :fileset_spec, as: 'filesetSpec', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FilesetSpec, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FilesetSpec::Representation
|
1000
1008
|
|
1001
1009
|
property :fully_qualified_name, as: 'fullyQualifiedName'
|
@@ -1036,6 +1044,13 @@ module Google
|
|
1036
1044
|
end
|
1037
1045
|
end
|
1038
1046
|
|
1047
|
+
class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
|
1048
|
+
# @private
|
1049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1050
|
+
property :storage_type, as: 'storageType'
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1039
1054
|
class GoogleCloudDatacatalogV1FilesetSpec
|
1040
1055
|
# @private
|
1041
1056
|
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.
|
4
|
+
version: 0.43.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-
|
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.
|
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.
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.43.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: []
|
@@ -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.
|
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.
|
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 V1beta1
|