google-cloud-data_catalog-v1 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85f501429a0dd69b86d457bd5e50b6e41daff293598463ce0a58db10b6956f30
|
|
4
|
+
data.tar.gz: 4d1b0194b9818cac29b7ffe0f695668efb872ce9334572722ae66f72f044f3fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 891c8947bd6f6a3d197713f54770498b63bc507f324cb839e03b95b6cf98c69c09aaef26abbedc3e6b70a0ebf99fca5edb48494f4f0bc1c30a5955bfc5545c8a
|
|
7
|
+
data.tar.gz: c799748f9e9dc056595bffd4fd0eb0ac74536324bf820d1f6eb52f8b1d0e8440de69611f72db474664ed158e340f2dcf2fd9ff1a5f27d0fa2c39063d0f28ede2
|
|
@@ -228,7 +228,7 @@ module Google
|
|
|
228
228
|
# @param query [::String]
|
|
229
229
|
# Optional. The query string with a minimum of 3 characters and specific syntax.
|
|
230
230
|
# For more information, see
|
|
231
|
-
# [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
|
|
231
|
+
# [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
|
|
232
232
|
#
|
|
233
233
|
# An empty query string returns all data assets (in the specified scope)
|
|
234
234
|
# that you have access to.
|
|
@@ -34,7 +34,7 @@ module Google
|
|
|
34
34
|
# @return [::String]
|
|
35
35
|
# Optional. The query string with a minimum of 3 characters and specific syntax.
|
|
36
36
|
# For more information, see
|
|
37
|
-
# [Data Catalog search syntax](/data-catalog/docs/how-to/search-reference).
|
|
37
|
+
# [Data Catalog search syntax](https://cloud.google.com/data-catalog/docs/how-to/search-reference).
|
|
38
38
|
#
|
|
39
39
|
# An empty query string returns all data assets (in the specified scope)
|
|
40
40
|
# that you have access to.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-data_catalog-v1
|
|
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
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|