google-cloud-dlp 1.8.2 → 1.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae68659cd04e562d42a9b22669cbd120f707479515fbd3c0abaaa84eeef4fa9e
4
- data.tar.gz: 4237c1912521327442e7481bdfd1d5c6b11de286f66d41a41a002ec28643a0e1
3
+ metadata.gz: 3517bb8502ad6ee0ef04e42e4b654812deec8ac07d9bcc62156b580e0354a459
4
+ data.tar.gz: eca71f764950dea778728de30c774c952f2bf3a79373951475de90424b2d7f23
5
5
  SHA512:
6
- metadata.gz: 32203fb17010e1375a2b9d3ba91d430610b2cce2579dc1b944c261b1ff3b09a156b59e47e58797f6f66e0e554694c3156c84ccd3720b9990901ae9f476aa77ad
7
- data.tar.gz: fd0e4433a04f35d57e82cd22c9db4bfd678f223a8b85d5d6ecd133807ea990c025eef6d953c9e2e8ddee30ac3a9c4b6d9a3760fffe62818686eb0457797e567d
6
+ metadata.gz: 95c5c02b7ea47faab091517bfa1224aed333634ce8bec1c31aad49daaae6f42fc24749d86c6b1854d4171cb3d3e48e1da01456bbe266eeebe47bd1d70983bf8e
7
+ data.tar.gz: 5a58e384f74e7a288e99be8c256ca57002f1d24e56636387a986a7c86444cb077aa3ccd51a98108dd47c7d07a6cd07b2dcb392e2417f2dfed0436300ac625df6
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/dlp.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/dlp"
39
+
40
+ client = Google::Cloud::Dlp.dlp_service
41
+ request = ::Google::Cloud::Dlp::V2::InspectContentRequest.new # (request fields as keyword arguments...)
42
+ response = client.inspect_content request
43
+ ```
44
+
37
45
  ## Migrating from 0.x versions
38
46
 
39
47
  The 1.0 release of the google-cloud-dlp client is a significant upgrade
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dlp
23
- VERSION = "1.8.2"
23
+ VERSION = "1.8.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.2
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC