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: a09bc228411c9b664b218cef27ee623b139a005ee644140811828b27fcb6c5fc
4
- data.tar.gz: e4f3e596346b94d900711d7fd103c1e605622db58797ce5761bb1dee6c4045b9
3
+ metadata.gz: 4c01520b7d0be7095fffb23658abf54ec9ddbdc1b32bfa5925895ce7a094ecfe
4
+ data.tar.gz: a84ecb4273a7ba3bb2e08250f0c3db045078e3be8460cca30de43f1869bb0c5e
5
5
  SHA512:
6
- metadata.gz: 4160ae8d2d492116b3d0516022f8fc867192ceb64d21a9ba112f89e8aee3278c3eb5500776c2cbeb77c651249edff7151a4c2fdbe19ac93fea73492a1925da31
7
- data.tar.gz: 6a8bdc1af6ceb26e20450fb1dfbba94d568c9142077713383f794ae3fb4334173fda0e29e6aff4a6fa21e56548953c05526e0f2ae1024b5f49f013590dc5db12
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 Standard SQL]
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 Standard SQL]
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
23
  module V1
24
- VERSION = "2.1.0"
24
+ VERSION = "2.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 Standard SQL]
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.0
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-03-14 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