google-cloud-data_catalog 1.2.2 → 1.2.3
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/lib/google/cloud/data_catalog.rb +7 -6
- data/lib/google/cloud/data_catalog/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5c3fa73a53d9a1f1138f0d6c7689f23a29c9d1cb175a32b085feb0dd6d3b62d
|
|
4
|
+
data.tar.gz: fd1dd7cf933b8caf1a32f45c04ff0a11b4d456f05c94f053220bd1e2ade0b818
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ef3146f3abfb5aaeaf8c71fb5fb54659c983c18da6e1c721e6e989cabd73a3a669673524657e9aa8d5d370b1d127d08952d5bf4824e0d764b48d478414983d51
|
|
7
|
+
data.tar.gz: feb9b766ceff884fbff94166977f7850a1ba89963e2c9a942ca4d97862cf7cc7442cb3fa3de050da0ed72e981c2bbad34562471fe32061732e56a7397c4724d5
|
|
@@ -57,8 +57,8 @@ module Google
|
|
|
57
57
|
#
|
|
58
58
|
# ## About DataCatalog
|
|
59
59
|
#
|
|
60
|
-
# Data Catalog API service allows
|
|
61
|
-
#
|
|
60
|
+
# Data Catalog API service allows you to discover, understand, and manage
|
|
61
|
+
# your data.
|
|
62
62
|
#
|
|
63
63
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
64
64
|
# Defaults to `:v1`.
|
|
@@ -88,7 +88,7 @@ module Google
|
|
|
88
88
|
#
|
|
89
89
|
# ## About PolicyTagManager
|
|
90
90
|
#
|
|
91
|
-
# Policy Tag Manager API service allows
|
|
91
|
+
# Policy Tag Manager API service allows you to manage your policy tags and
|
|
92
92
|
# taxonomies.
|
|
93
93
|
#
|
|
94
94
|
# Policy tags are used to tag BigQuery columns and apply additional access
|
|
@@ -123,9 +123,10 @@ module Google
|
|
|
123
123
|
#
|
|
124
124
|
# ## About PolicyTagManagerSerialization
|
|
125
125
|
#
|
|
126
|
-
# Policy Tag Manager
|
|
127
|
-
#
|
|
128
|
-
#
|
|
126
|
+
# Policy Tag Manager Serialization API service allows you to manipulate
|
|
127
|
+
# your policy tags and taxonomies in a serialized format.
|
|
128
|
+
#
|
|
129
|
+
# Taxonomy is a hierarchical group of policy tags.
|
|
129
130
|
#
|
|
130
131
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
131
132
|
# Defaults to `:v1`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-data_catalog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
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-07-
|
|
11
|
+
date: 2021-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|