google-apis-datacatalog_v1 0.48.0 → 0.50.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/datacatalog_v1/classes.rb +43 -18
- data/lib/google/apis/datacatalog_v1/gem_version.rb +3 -3
- data/lib/google/apis/datacatalog_v1/representations.rb +15 -0
- data/lib/google/apis/datacatalog_v1/service.rb +15 -15
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2405f8f415aa6cd0e4d85c76099194ce0712b181f2ebc0e7352a676387179b40
|
4
|
+
data.tar.gz: 0377efd037539a0614324da39220be692ceea31988215dc2bc0d94257f570000
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4ab04bebadf1a6bee9641b7a2bf3d5c4fdadd4b30fdc62b7de3b5fd20bf38cbfb1debb76c8d30885847cda5da687ffa84501652a8451732b85253c544e4e14e
|
7
|
+
data.tar.gz: f6869f747748651880e4ba5b857337150dead3d329b6c895a01381a6c6c958586ea98a39bd4d1baffd2fde6abbdf8c5475397a32cc8293035fc5ae2e78ef3ed8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1
|
2
2
|
|
3
|
+
### v0.50.0 (2024-03-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240311
|
6
|
+
|
7
|
+
### v0.49.0 (2024-02-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240220
|
10
|
+
* Regenerated using generator version 0.14.0
|
11
|
+
|
3
12
|
### v0.48.0 (2024-02-18)
|
4
13
|
|
5
14
|
* 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.
|
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
|
|
@@ -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`
|
@@ -1136,9 +1141,9 @@ module Google
|
|
1136
1141
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ModelSpec]
|
1137
1142
|
attr_accessor :model_spec
|
1138
1143
|
|
1139
|
-
# Output only. The resource name of an entry in URL format. Note:
|
1140
|
-
# itself and its child resources might not be stored in the location
|
1141
|
-
# in its name.
|
1144
|
+
# Output only. Identifier. The resource name of an entry in URL format. Note:
|
1145
|
+
# The entry itself and its child resources might not be stored in the location
|
1146
|
+
# specified in its name.
|
1142
1147
|
# Corresponds to the JSON property `name`
|
1143
1148
|
# @return [String]
|
1144
1149
|
attr_accessor :name
|
@@ -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)
|
@@ -1269,9 +1275,9 @@ module Google
|
|
1269
1275
|
# @return [String]
|
1270
1276
|
attr_accessor :display_name
|
1271
1277
|
|
1272
|
-
# The resource name of the entry group in URL format. Note: The
|
1273
|
-
# itself and its child resources might not be stored in the location
|
1274
|
-
# in its name.
|
1278
|
+
# Identifier. The resource name of the entry group in URL format. Note: The
|
1279
|
+
# entry group itself and its child resources might not be stored in the location
|
1280
|
+
# specified in its name.
|
1275
1281
|
# Corresponds to the JSON property `name`
|
1276
1282
|
# @return [String]
|
1277
1283
|
attr_accessor :name
|
@@ -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
|
@@ -2904,9 +2929,9 @@ module Google
|
|
2904
2929
|
# @return [Hash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagField>]
|
2905
2930
|
attr_accessor :fields
|
2906
2931
|
|
2907
|
-
# The resource name of the tag in URL format where tag ID is a
|
2908
|
-
# identifier. Note: The tag itself might not be stored in the
|
2909
|
-
# in its name.
|
2932
|
+
# Identifier. The resource name of the tag in URL format where tag ID is a
|
2933
|
+
# system-generated identifier. Note: The tag itself might not be stored in the
|
2934
|
+
# location specified in its name.
|
2910
2935
|
# Corresponds to the JSON property `name`
|
2911
2936
|
# @return [String]
|
2912
2937
|
attr_accessor :name
|
@@ -3062,9 +3087,9 @@ module Google
|
|
3062
3087
|
attr_accessor :is_publicly_readable
|
3063
3088
|
alias_method :is_publicly_readable?, :is_publicly_readable
|
3064
3089
|
|
3065
|
-
# The resource name of the tag template in URL format. Note: The tag
|
3066
|
-
# itself and its child resources might not be stored in the location
|
3067
|
-
# in its name.
|
3090
|
+
# Identifier. The resource name of the tag template in URL format. Note: The tag
|
3091
|
+
# template itself and its child resources might not be stored in the location
|
3092
|
+
# specified in its name.
|
3068
3093
|
# Corresponds to the JSON property `name`
|
3069
3094
|
# @return [String]
|
3070
3095
|
attr_accessor :name
|
@@ -3105,12 +3130,12 @@ module Google
|
|
3105
3130
|
attr_accessor :is_required
|
3106
3131
|
alias_method :is_required?, :is_required
|
3107
3132
|
|
3108
|
-
#
|
3109
|
-
#
|
3110
|
-
#
|
3111
|
-
#
|
3112
|
-
#
|
3113
|
-
#
|
3133
|
+
# Identifier. The resource name of the tag template field in URL format. Example:
|
3134
|
+
# `projects/`PROJECT_ID`/locations/`LOCATION`/tagTemplates/`TAG_TEMPLATE`/
|
3135
|
+
# fields/`FIELD`` Note: The tag template field itself might not be stored in the
|
3136
|
+
# location specified in its name. The name must contain only letters (a-z, A-Z),
|
3137
|
+
# numbers (0-9), or underscores (_), and must start with a letter or underscore.
|
3138
|
+
# The maximum length is 64 characters.
|
3114
3139
|
# Corresponds to the JSON property `name`
|
3115
3140
|
# @return [String]
|
3116
3141
|
attr_accessor :name
|
@@ -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.50.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 = "20240311"
|
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
|
@@ -365,9 +365,9 @@ module Google
|
|
365
365
|
# Data Catalog resource project](https://cloud.google.com/data-catalog/docs/
|
366
366
|
# concepts/resource-project).
|
367
367
|
# @param [String] name
|
368
|
-
# The resource name of the entry group in URL format. Note: The
|
369
|
-
# itself and its child resources might not be stored in the location
|
370
|
-
# in its name.
|
368
|
+
# Identifier. The resource name of the entry group in URL format. Note: The
|
369
|
+
# entry group itself and its child resources might not be stored in the location
|
370
|
+
# specified in its name.
|
371
371
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryGroup] google_cloud_datacatalog_v1_entry_group_object
|
372
372
|
# @param [String] update_mask
|
373
373
|
# Names of fields whose values to overwrite on an entry group. If this parameter
|
@@ -799,9 +799,9 @@ module Google
|
|
799
799
|
# Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/
|
800
800
|
# resource-project).
|
801
801
|
# @param [String] name
|
802
|
-
# Output only. The resource name of an entry in URL format. Note:
|
803
|
-
# itself and its child resources might not be stored in the location
|
804
|
-
# in its name.
|
802
|
+
# Output only. Identifier. The resource name of an entry in URL format. Note:
|
803
|
+
# The entry itself and its child resources might not be stored in the location
|
804
|
+
# specified in its name.
|
805
805
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry] google_cloud_datacatalog_v1_entry_object
|
806
806
|
# @param [String] update_mask
|
807
807
|
# Names of fields whose values to overwrite on an entry. If this parameter is
|
@@ -1065,9 +1065,9 @@ module Google
|
|
1065
1065
|
|
1066
1066
|
# Updates an existing tag.
|
1067
1067
|
# @param [String] name
|
1068
|
-
# The resource name of the tag in URL format where tag ID is a
|
1069
|
-
# identifier. Note: The tag itself might not be stored in the
|
1070
|
-
# in its name.
|
1068
|
+
# Identifier. The resource name of the tag in URL format where tag ID is a
|
1069
|
+
# system-generated identifier. Note: The tag itself might not be stored in the
|
1070
|
+
# location specified in its name.
|
1071
1071
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag] google_cloud_datacatalog_v1_tag_object
|
1072
1072
|
# @param [String] update_mask
|
1073
1073
|
# Names of fields whose values to overwrite on a tag. Currently, a tag has the
|
@@ -1256,9 +1256,9 @@ module Google
|
|
1256
1256
|
|
1257
1257
|
# Updates an existing tag.
|
1258
1258
|
# @param [String] name
|
1259
|
-
# The resource name of the tag in URL format where tag ID is a
|
1260
|
-
# identifier. Note: The tag itself might not be stored in the
|
1261
|
-
# in its name.
|
1259
|
+
# Identifier. The resource name of the tag in URL format where tag ID is a
|
1260
|
+
# system-generated identifier. Note: The tag itself might not be stored in the
|
1261
|
+
# location specified in its name.
|
1262
1262
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag] google_cloud_datacatalog_v1_tag_object
|
1263
1263
|
# @param [String] update_mask
|
1264
1264
|
# Names of fields whose values to overwrite on a tag. Currently, a tag has the
|
@@ -1596,9 +1596,9 @@ module Google
|
|
1596
1596
|
# resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-
|
1597
1597
|
# project).
|
1598
1598
|
# @param [String] name
|
1599
|
-
# The resource name of the tag template in URL format. Note: The tag
|
1600
|
-
# itself and its child resources might not be stored in the location
|
1601
|
-
# in its name.
|
1599
|
+
# Identifier. The resource name of the tag template in URL format. Note: The tag
|
1600
|
+
# template itself and its child resources might not be stored in the location
|
1601
|
+
# specified in its name.
|
1602
1602
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplate] google_cloud_datacatalog_v1_tag_template_object
|
1603
1603
|
# @param [String] update_mask
|
1604
1604
|
# Names of fields whose values to overwrite on a tag template. Currently, only `
|
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.50.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-03-17 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.50.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
|