google-cloud-dlp-v2 0.3.2 → 0.3.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: 2db8c83f4bf98f27140c3a66ef2171c510f7b45aae0b2c83e2885a8824447689
4
- data.tar.gz: 6a59daa8d3b6408a243e41dedf7cab3cd4b8dbdd76bc7e965f927afe3e743d55
3
+ metadata.gz: d2925eaa182f4b6592deee2241c10cfd50509a1d0804f3d66c5175125cfd6e18
4
+ data.tar.gz: 23d13d4c73b7ffd42af97fe06a26de8265f90e9cc5673ff89530128c95eecaae
5
5
  SHA512:
6
- metadata.gz: 59ac111e738f1fde9c0f2555de4abd98c645edb1b7a7d8872634a6307552e1e068e8e3a168d324718783ab4685ff49284663ac008fbb875b426292dc577694c9
7
- data.tar.gz: 7d097245d8cb2219709e8ef0599479468617c3b624d5fd791fd3d775d0a79a624bc63c71c77ef710b940b7aa4c971ab6fd479e8087c5058994267a41679fef5f
6
+ metadata.gz: 4890af84f89cdf5f8ccf424cf96ad61c85a9edb35991360481efd8359c2b4357e2fe2447cfb37cfdcedd5852d966960eb1ceb2bd78914f8e825821335ab50397
7
+ data.tar.gz: 543bfc5523ede369d03ce7d856b9be20edd0eda883efb6328bd3428e9350a063db29a15efbd895979bb8b500be33c4f46200328e5dccd90a089388cc95c9d5d1
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/dlp.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.inspect_content request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-dlp-v2/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/dlp)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "0.3.2"
24
+ VERSION = "0.3.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.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: 2020-06-08 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common