google-cloud-data_catalog 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa3c13a19e1e63c4f9db6e2f1e570c6d0640c43a16a2029ae8965508b537ad17
4
- data.tar.gz: 5108b08e0c4dd2da51985dc9d90ade672df3b764d2ad25b0030a792e86c5c7d3
3
+ metadata.gz: a5c3fa73a53d9a1f1138f0d6c7689f23a29c9d1cb175a32b085feb0dd6d3b62d
4
+ data.tar.gz: fd1dd7cf933b8caf1a32f45c04ff0a11b4d456f05c94f053220bd1e2ade0b818
5
5
  SHA512:
6
- metadata.gz: 2a33d9ed61c551416865e7e2951cccb1835b0ce3f8c1c1260241a6f9e786c8f4e42266543764ab9fd482c006e990097e8eb745ee16c3b177f67108bb19d24918
7
- data.tar.gz: f3014d669c53f1b03e3e1fb035cd534a9dbab8b9ea6ae5a24281e4d92317fa55d72799622660938eb4d2d0223a6632797fdc8b0e769a43ad265f6632920705a9
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 clients to discover, understand, and manage
61
- # their data.
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 clients to manage their policy tags and
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 serialization API service allows clients to manipulate
127
- # their policy tags and taxonomies in serialized format, where taxonomy is a
128
- # hierarchical group of policy tags.
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`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
- VERSION = "1.2.2"
23
+ VERSION = "1.2.3"
24
24
  end
25
25
  end
26
26
  end
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.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-12 00:00:00.000000000 Z
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