google-cloud-data_catalog-v1 2.1.0 → 2.1.1
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: 4c01520b7d0be7095fffb23658abf54ec9ddbdc1b32bfa5925895ce7a094ecfe
|
4
|
+
data.tar.gz: a84ecb4273a7ba3bb2e08250f0c3db045078e3be8460cca30de43f1869bb0c5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d753733f515d279db2611fcd0ea82f0f30bfb720d7ecd1da0fe973b8ba3a595fdc42b32d5bb9947543742dce05286bf1474c5439d55e59900cbfaf49abb9e20a
|
7
|
+
data.tar.gz: 457f5c3ef73cc06b712b7363655bf8af9b913ba1b5adb0a86f2ada92def1f7a1d6bdece9e97149b11b8f3c5a10e9b38179072cf5f65e876a0443b91f705cd05a
|
@@ -1344,7 +1344,7 @@ module Google
|
|
1344
1344
|
# * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}`
|
1345
1345
|
#
|
1346
1346
|
# Identifiers (`*_ID`) should comply with the
|
1347
|
-
# [Lexical structure in
|
1347
|
+
# [Lexical structure in GoogleSQL]
|
1348
1348
|
# (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
|
1349
1349
|
#
|
1350
1350
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -1252,7 +1252,7 @@ module Google
|
|
1252
1252
|
# * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}`
|
1253
1253
|
#
|
1254
1254
|
# Identifiers (`*_ID`) should comply with the
|
1255
|
-
# [Lexical structure in
|
1255
|
+
# [Lexical structure in GoogleSQL]
|
1256
1256
|
# (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
|
1257
1257
|
#
|
1258
1258
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -378,7 +378,7 @@ module Google
|
|
378
378
|
# * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}`
|
379
379
|
#
|
380
380
|
# Identifiers (`*_ID`) should comply with the
|
381
|
-
# [Lexical structure in
|
381
|
+
# [Lexical structure in GoogleSQL]
|
382
382
|
# (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
|
383
383
|
#
|
384
384
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`, `fully_qualified_name`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
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-18 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|