google-apis-datacatalog_v1 0.55.0 → 0.57.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: 4e2bddbdd615c08393e0e6cab19ed94add1127f5c9fed1a9e735188780d0f1fa
|
4
|
+
data.tar.gz: 666597323e1dc0bdbd7ac0effc9430fdac1903f972b71f798452f29f40443725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 036d0a535a2b512af3c45c8655a2786336773dae42915c4de1ee32c7a9bb64aa7ad8482ab6f9c094d7a0b4e7f8690043b9fc8bd4b4c45291b4a5cd0dcdbeace4
|
7
|
+
data.tar.gz: 5a9c1467842f26fba709dec7890d8c888a49afff24b2f75e027a9dc4fd22045ac9045214c6e5c8eb8045b8ea19567a6230b4c2ef9a7aa53986de1a1c83fe163d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1
|
2
2
|
|
3
|
+
### v0.57.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250411
|
6
|
+
|
7
|
+
### v0.56.0 (2025-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250314
|
10
|
+
|
3
11
|
### v0.55.0 (2025-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250212
|
@@ -1868,6 +1868,12 @@ module Google
|
|
1868
1868
|
# @return [String]
|
1869
1869
|
attr_accessor :tag_template_migration
|
1870
1870
|
|
1871
|
+
# The time when the Tag Template migration was enabled. If the Tag Template
|
1872
|
+
# migration is not enabled, this field is not set.
|
1873
|
+
# Corresponds to the JSON property `templateMigrationEnabledTime`
|
1874
|
+
# @return [String]
|
1875
|
+
attr_accessor :template_migration_enabled_time
|
1876
|
+
|
1871
1877
|
def initialize(**args)
|
1872
1878
|
update!(**args)
|
1873
1879
|
end
|
@@ -1876,6 +1882,7 @@ module Google
|
|
1876
1882
|
def update!(**args)
|
1877
1883
|
@catalog_ui_experience = args[:catalog_ui_experience] if args.key?(:catalog_ui_experience)
|
1878
1884
|
@tag_template_migration = args[:tag_template_migration] if args.key?(:tag_template_migration)
|
1885
|
+
@template_migration_enabled_time = args[:template_migration_enabled_time] if args.key?(:template_migration_enabled_time)
|
1879
1886
|
end
|
1880
1887
|
end
|
1881
1888
|
|
@@ -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.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1242,6 +1242,7 @@ module Google
|
|
1242
1242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1243
1243
|
property :catalog_ui_experience, as: 'catalogUiExperience'
|
1244
1244
|
property :tag_template_migration, as: 'tagTemplateMigration'
|
1245
|
+
property :template_migration_enabled_time, as: 'templateMigrationEnabledTime'
|
1245
1246
|
end
|
1246
1247
|
end
|
1247
1248
|
|
@@ -122,8 +122,8 @@ module Google
|
|
122
122
|
# SEPARATED.WITH.DOTS``\` * `bigquery.table.`PROJECT_ID`.`DATASET_ID`.`TABLE_ID``
|
123
123
|
# * `bigquery.dataset.`PROJECT_ID`.`DATASET_ID`` * `datacatalog.entry.`
|
124
124
|
# PROJECT_ID`.`LOCATION_ID`.`ENTRY_GROUP_ID`.`ENTRY_ID`` Identifiers (`*_ID`)
|
125
|
-
# should comply with the [Lexical structure in
|
126
|
-
#
|
125
|
+
# should comply with the [Lexical structure in GoogleSQL] (https://cloud.google.
|
126
|
+
# com/bigquery/docs/reference/standard-sql/lexical).
|
127
127
|
# @param [String] fields
|
128
128
|
# Selector specifying which fields to include in a partial response.
|
129
129
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.57.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|