google-cloud-dlp 1.1.1 → 1.1.2

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: f636c4be0274a6f54c76a31f79b77d8ad19461dafeb3594a08df96ed8b01d4c3
4
- data.tar.gz: 80902e3106908f6dd5c975d488e088112bd9071a4343a28a391a2386e03321a4
3
+ metadata.gz: 6ffbed1f10f055cde04f41a58115b951a58847581485a47909623a11050ec609
4
+ data.tar.gz: 701820b59bcf7e069aeba7d1da25de3c0b038a63224927254dc7c1c89018d51e
5
5
  SHA512:
6
- metadata.gz: 65994cf6dd72889c1d2adce76f99ab425e6bada15a5ab9296b6dcb7effba03397469d2fa5f3f833bbc6506d41aeed77c0adac55c109a9e76e8203e288e1bc978
7
- data.tar.gz: 458b2125790c364374ddf7b4b495550b3b1279d66566fbdc3fdeac7e6185eea62f71aa82b909a78568c3004358329d61761129dfee42b6ccc926c92fac0ce7c5
6
+ metadata.gz: 0b6ca1c167f43c37546d2f8fe2231589bfa85fe258ff5b1320ee42e274f08b9a6045c8619e43de9a4113986a00990a8e35c484932c22d2eb6576b40193d5b05a
7
+ data.tar.gz: 385b7c094ede6baf7ad21f0fa1c9ecb26f4adfaa02d195b1248b1acf638cee8a6cf07e6bcdd08d5e6104e97cb87b6cc177f6fd78e9588455f921f88d37380aa2
@@ -96,8 +96,8 @@ module Google
96
96
  # The library version as recorded in instrumentation and logging.
97
97
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
98
98
  # An array of interceptors that are run before calls are executed.
99
- # * `timeout` (*type:* `Integer`) -
100
- # Default timeout in milliseconds.
99
+ # * `timeout` (*type:* `Numeric`) -
100
+ # Default timeout in seconds.
101
101
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
102
102
  # Additional gRPC headers to be sent with the call.
103
103
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dlp
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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.1.1
4
+ version: 1.1.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: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.0.6
187
+ rubygems_version: 3.2.6
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: API Client library for the Cloud Data Loss Prevention (DLP) API