google-apis-datacatalog_v1 0.47.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d77ba79a7a60d4aab5deae816ed3acc89cb77370b2ca2672013f8b79780b77aa
|
4
|
+
data.tar.gz: 7b204d740fb52233eaa3175464500f9571b7de7c57973ee8b3d3d6847c43ff33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d7b6dd7b90e9078c14e6c7f306648255410b5472f3e40363427df931c850a40b8ec433191cf1871cb45ee0d584ff064e711efe0bfe6fc0f93ccbf5dcbe0acad
|
7
|
+
data.tar.gz: 27d86750a65bdf098c6c8a6e2807e1fc91a84c3d725ef78e8d41e6db49efdfdacd30dbb2ddb419e7148cb25d95a2ea13ce29762bc3fb598c0f84073ba8997996
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.48.0 (2024-02-18)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240206
|
11
|
+
|
3
12
|
### v0.47.0 (2024-01-28)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240118
|
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
|
|
@@ -550,6 +550,11 @@ module Google
|
|
550
550
|
# @return [Fixnum]
|
551
551
|
attr_accessor :ordinal_position
|
552
552
|
|
553
|
+
# Represents the type of a field element.
|
554
|
+
# Corresponds to the JSON property `rangeElementType`
|
555
|
+
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType]
|
556
|
+
attr_accessor :range_element_type
|
557
|
+
|
553
558
|
# Optional. Schema of sub-columns. A column can have zero or more sub-columns.
|
554
559
|
# Corresponds to the JSON property `subcolumns`
|
555
560
|
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema>]
|
@@ -575,11 +580,31 @@ module Google
|
|
575
580
|
@looker_column_spec = args[:looker_column_spec] if args.key?(:looker_column_spec)
|
576
581
|
@mode = args[:mode] if args.key?(:mode)
|
577
582
|
@ordinal_position = args[:ordinal_position] if args.key?(:ordinal_position)
|
583
|
+
@range_element_type = args[:range_element_type] if args.key?(:range_element_type)
|
578
584
|
@subcolumns = args[:subcolumns] if args.key?(:subcolumns)
|
579
585
|
@type = args[:type] if args.key?(:type)
|
580
586
|
end
|
581
587
|
end
|
582
588
|
|
589
|
+
# Represents the type of a field element.
|
590
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
591
|
+
include Google::Apis::Core::Hashable
|
592
|
+
|
593
|
+
# Required. The type of a field element. See ColumnSchema.type.
|
594
|
+
# Corresponds to the JSON property `type`
|
595
|
+
# @return [String]
|
596
|
+
attr_accessor :type
|
597
|
+
|
598
|
+
def initialize(**args)
|
599
|
+
update!(**args)
|
600
|
+
end
|
601
|
+
|
602
|
+
# Update properties of this object
|
603
|
+
def update!(**args)
|
604
|
+
@type = args[:type] if args.key?(:type)
|
605
|
+
end
|
606
|
+
end
|
607
|
+
|
583
608
|
# Column info specific to Looker System.
|
584
609
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
585
610
|
include Google::Apis::Core::Hashable
|
@@ -1053,6 +1078,11 @@ module Google
|
|
1053
1078
|
# @return [String]
|
1054
1079
|
attr_accessor :display_name
|
1055
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
|
+
|
1056
1086
|
# Specification that applies to a fileset. Valid only for entries with the '
|
1057
1087
|
# FILESET' type.
|
1058
1088
|
# Corresponds to the JSON property `filesetSpec`
|
@@ -1200,6 +1230,7 @@ module Google
|
|
1200
1230
|
@dataset_spec = args[:dataset_spec] if args.key?(:dataset_spec)
|
1201
1231
|
@description = args[:description] if args.key?(:description)
|
1202
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)
|
1203
1234
|
@fileset_spec = args[:fileset_spec] if args.key?(:fileset_spec)
|
1204
1235
|
@fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
|
1205
1236
|
@gcs_fileset_spec = args[:gcs_fileset_spec] if args.key?(:gcs_fileset_spec)
|
@@ -1305,6 +1336,25 @@ module Google
|
|
1305
1336
|
end
|
1306
1337
|
end
|
1307
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
|
+
|
1308
1358
|
#
|
1309
1359
|
class GoogleCloudDatacatalogV1FieldType
|
1310
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.
|
19
|
+
GEM_VERSION = "0.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
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
|
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -226,6 +232,12 @@ module Google
|
|
226
232
|
include Google::Apis::Core::JsonObjectSupport
|
227
233
|
end
|
228
234
|
|
235
|
+
class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
229
241
|
class GoogleCloudDatacatalogV1FieldType
|
230
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
243
|
|
@@ -811,12 +823,21 @@ module Google
|
|
811
823
|
|
812
824
|
property :mode, as: 'mode'
|
813
825
|
property :ordinal_position, as: 'ordinalPosition'
|
826
|
+
property :range_element_type, as: 'rangeElementType', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchemaFieldElementType::Representation
|
827
|
+
|
814
828
|
collection :subcolumns, as: 'subcolumns', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ColumnSchema::Representation
|
815
829
|
|
816
830
|
property :type, as: 'type'
|
817
831
|
end
|
818
832
|
end
|
819
833
|
|
834
|
+
class GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
property :type, as: 'type'
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
820
841
|
class GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
|
821
842
|
# @private
|
822
843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -970,6 +991,8 @@ module Google
|
|
970
991
|
|
971
992
|
property :description, as: 'description'
|
972
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
|
+
|
973
996
|
property :fileset_spec, as: 'filesetSpec', class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec, decorator: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1FilesetSpec::Representation
|
974
997
|
|
975
998
|
property :fully_qualified_name, as: 'fullyQualifiedName'
|
@@ -1029,6 +1052,13 @@ module Google
|
|
1029
1052
|
end
|
1030
1053
|
end
|
1031
1054
|
|
1055
|
+
class GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
property :storage_type, as: 'storageType'
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1032
1062
|
class GoogleCloudDatacatalogV1FieldType
|
1033
1063
|
# @private
|
1034
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.
|
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-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
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.
|
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 V1
|