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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c67345527b6ee6f9aa3777c97141d9c37e569c95b88ce2f400dc43321041dada
4
- data.tar.gz: edef11576380cdf6565f6b5148132693179feea42f521c9426bf9b005e24afdd
3
+ metadata.gz: bff25c5b52ba668428e9663c692d27c280102e258b89e4ff87d4a3f62c658cf1
4
+ data.tar.gz: 6a31e9cfe94af9a008a0238019b5b963210fd5f8f12973752463a52f0ad6be01
5
5
  SHA512:
6
- metadata.gz: bfa4f194723b6b07393b0ecc31f63457abb889cc05b2d47a33d322166ac66402a1228b97349127180f3dc7491df5a89997200c02a4cba4fc73e76b61e0b4e71b
7
- data.tar.gz: 446aa8e02f385c4f255449d36a6fcaaab1c777def477515c365da877c970bab82659ba0fc0a0258668937801140e120c13bdcf951fc96cc46861a4403f5c1d4d
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
- DataCatalog 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.
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 standard SQL rules for identifiers.
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 standard SQL rules for identifiers.
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1beta1
24
- VERSION = "0.8.1"
24
+ VERSION = "0.8.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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 standard SQL rules for identifiers.
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.1
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-03-13 00:00:00.000000000 Z
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: DataCatalog is a centralized and unified data catalog service for all
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