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 +4 -4
- data/lib/google/cloud/dlp.rb +2 -2
- data/lib/google/cloud/dlp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ffbed1f10f055cde04f41a58115b951a58847581485a47909623a11050ec609
|
4
|
+
data.tar.gz: 701820b59bcf7e069aeba7d1da25de3c0b038a63224927254dc7c1c89018d51e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b6ca1c167f43c37546d2f8fe2231589bfa85fe258ff5b1320ee42e274f08b9a6045c8619e43de9a4113986a00990a8e35c484932c22d2eb6576b40193d5b05a
|
7
|
+
data.tar.gz: 385b7c094ede6baf7ad21f0fa1c9ecb26f4adfaa02d195b1248b1acf638cee8a6cf07e6bcdd08d5e6104e97cb87b6cc177f6fd78e9588455f921f88d37380aa2
|
data/lib/google/cloud/dlp.rb
CHANGED
@@ -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:* `
|
100
|
-
# Default timeout in
|
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`) -
|
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.
|
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:
|
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.
|
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
|