google-cloud-data_catalog-v1beta1 0.8.1 → 0.8.2
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/README.md +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/data_catalog/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/data_catalog/rest/client.rb +1 -1
- data/lib/google/cloud/data_catalog/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bff25c5b52ba668428e9663c692d27c280102e258b89e4ff87d4a3f62c658cf1
|
4
|
+
data.tar.gz: 6a31e9cfe94af9a008a0238019b5b963210fd5f8f12973752463a52f0ad6be01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ca99221d885ac3b22c700e83e0c7fb059d5d70b5c535e150a18b830b1b53530015ee85b72ecbe6a2fb08ab707030d259e421f5b34234b2ebe5e1e57db11e970
|
7
|
+
data.tar.gz: db170681588ab67786b6031381db0848505d4aa034ea9247104612af5382b90fc6d1d715c079391b80b719daa60efbf6205431265847372e7caf611a02ab3aaf
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
A fully managed and highly scalable data discovery and metadata management service.
|
4
4
|
|
5
|
-
|
5
|
+
Data Catalog is a centralized and unified data catalog service for all your Cloud resources, where users and systems can discover data, explore and curate its semantics, understand how to act on it, and help govern its usage.
|
6
6
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
8
8
|
|
@@ -1281,7 +1281,7 @@ module Google
|
|
1281
1281
|
# * `bigquery.dataset.project_id.dataset_id`
|
1282
1282
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
1283
1283
|
#
|
1284
|
-
# `*_id`s should satisfy the
|
1284
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
1285
1285
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
1286
1286
|
#
|
1287
1287
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -1189,7 +1189,7 @@ module Google
|
|
1189
1189
|
# * `bigquery.dataset.project_id.dataset_id`
|
1190
1190
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
1191
1191
|
#
|
1192
|
-
# `*_id`s should satisfy the
|
1192
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
1193
1193
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
1194
1194
|
#
|
1195
1195
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
@@ -363,7 +363,7 @@ module Google
|
|
363
363
|
# * `bigquery.dataset.project_id.dataset_id`
|
364
364
|
# * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id`
|
365
365
|
#
|
366
|
-
# `*_id`s should satisfy the
|
366
|
+
# `*_id`s should satisfy the GoogleSQL rules for identifiers.
|
367
367
|
# https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
|
368
368
|
#
|
369
369
|
# Note: The following fields are mutually exclusive: `sql_resource`, `linked_resource`. 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-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
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
|
@@ -63,7 +63,7 @@ dependencies:
|
|
63
63
|
- - "<"
|
64
64
|
- !ruby/object:Gem::Version
|
65
65
|
version: 2.a
|
66
|
-
description:
|
66
|
+
description: Data Catalog is a centralized and unified data catalog service for all
|
67
67
|
your Cloud resources, where users and systems can discover data, explore and curate
|
68
68
|
its semantics, understand how to act on it, and help govern its usage. Note that
|
69
69
|
google-cloud-data_catalog-v1beta1 is a version-specific client library. For most
|