google-cloud-dlp 1.2.1 → 1.2.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: 1382df5b80be7e112b201cc9c8d959061e88e14da90a13872d2f121080d50933
4
- data.tar.gz: 8ee9499623a2d292341a42c1dd153b5fb402bd52954e4a8ce9843e1ba8f687dd
3
+ metadata.gz: 68d1ed693fc3e2e0bb1c701e0d79f2c4d4966914b2cc5a488351dc74fd476a19
4
+ data.tar.gz: e84524cd160553b14f89d9eabaf272f411a07cd53798314f7d032702e534b714
5
5
  SHA512:
6
- metadata.gz: 9ed3878bbe7752c8af69c50bfd3baab56eea115b9c37a65a057554dabf8e2dda5041bf743ecf9c878411e4172bf9b0d6d49fb11f751aca4009132af45a87d056
7
- data.tar.gz: 62c3f7f932c5cdde741a286ffd5ebd2534cf797eab4526e12d23c36204838104fc0a28c51e5c3ac55b2a0bc303b5d0daf6329a632d9c632b3a5486213c08097e
6
+ metadata.gz: 42506e8acfe5ecb1268cddcfcf78874dc047338e05921fe49c31afa2365aba3070704a0cd532eeacfa094887c06dcc0e5b0abe8c23a2f08e4b0cbf40e9853f1c
7
+ data.tar.gz: ca3e68707009568c0f22d5c4c2dbcf3835782672a83b70aaa0e7cc7f60b2449a33e73b40ade76d20b47bd2360c142ff8b7cba5b41ab15f076ba30de853cc8912
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Dlp.dlp_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/dlp"
@@ -93,7 +93,7 @@ client = Google::Cloud::Dlp.dlp_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/dlp"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dlp
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
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-dlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.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-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core