google-cloud-dlp-v2 0.5.0 → 0.5.1

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: 650ad3676f37e3e9aceffd30c659024601317a40d87e909ff531072f9d78629f
4
- data.tar.gz: 7ad95e9d84eb8cd5fd21efd3a3c76697f0bd7ac797309a684e718809233f8562
3
+ metadata.gz: 4ebe2c7955459a30b2be4026127097e037235f34e6ab761ebe662228a84180e7
4
+ data.tar.gz: ecd8b747af6c77e67a8985f1ba76689a497bc45cc7ef1697d7eb1cdfce36757b
5
5
  SHA512:
6
- metadata.gz: df3ee8e2dfe1d681d1f2546c1cd3680f1d814f9380add4c093b91bf841e6a128d4c0a8993f203510e95831f408d7d9d72526701538e24fe3de607ca6a861573b
7
- data.tar.gz: d0a6d4296daa330cb3e28600b06ecf29dc9c816d7f0eef6deedeac18495a906b89b09b953e07e893b27eadf79d8d18f7affb040a3528ff9ba5ec5d241515f8c1
6
+ metadata.gz: b09e8c7d433f3fb13c1c25ebca5b19dda944a1b8948e51fe3831f2968ba2460baf87cf616d9f79e382fb4346bb8ab2bec9e99fc5670e6e336d0fd033fe8d268c
7
+ data.tar.gz: ea7d1aa8f2af81eebba33df3c5d8a0ef701021aca8fb501ac1b758f03769c6a3837ca6a5b2f640fcee54d4b4dc7dfa5a94ca10f5d0994319a2a7f005b0e8c118
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v2", "_helpers.rb"
38
+ require "google/cloud/dlp/v2/_helpers" if ::File.file? helper_path
@@ -3388,7 +3388,7 @@ module Google
3388
3388
  # Each configuration object is of type `Gapic::Config::Method` and includes
3389
3389
  # the following configuration fields:
3390
3390
  #
3391
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
3391
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
3392
3392
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
3393
3393
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
3394
3394
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.1"
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.5.0
4
+ version: 0.5.1
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-10-14 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubygems_version: 3.1.4
207
+ rubygems_version: 3.2.6
208
208
  signing_key:
209
209
  specification_version: 4
210
210
  summary: API Client library for the Cloud Data Loss Prevention (DLP) V2 API