google-cloud-dlp-v2 1.9.0 → 1.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4a1009a79709e90b9ae67bae6df18083cdfd2c3946c48c63f6b588377106747
|
4
|
+
data.tar.gz: ebaa3ccdc10c3017e0cec1ca3864827d5392b4d3927b9f0feb97fa88a1cedc1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c81a88b85669e3373dff2d6f47dc4eb53cb84110d9f9a2aee301d7844d0251b80d41aa127879ef6b41417554df4ae8332a3c0c430e70ce4bcbd5e8ee1b0ce3b5
|
7
|
+
data.tar.gz: a31a7a1fc8e29cf39d2a546e44715a0c48b04b289e200a18338a5cb9f4c64ef74e583e878e9573313da0f5d2b37faa2405a7a289bdaa2d72275323876b89e978
|
@@ -6295,8 +6295,8 @@ module Google
|
|
6295
6295
|
|
6296
6296
|
config_attr :endpoint, nil, ::String, nil
|
6297
6297
|
config_attr :credentials, nil do |value|
|
6298
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
6299
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
6298
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
6299
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
6300
6300
|
allowed.any? { |klass| klass === value }
|
6301
6301
|
end
|
6302
6302
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -5902,7 +5902,7 @@ module Google
|
|
5902
5902
|
|
5903
5903
|
config_attr :endpoint, nil, ::String, nil
|
5904
5904
|
config_attr :credentials, nil do |value|
|
5905
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
5905
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
5906
5906
|
allowed.any? { |klass| klass === value }
|
5907
5907
|
end
|
5908
5908
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dlp-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
126
|
requirements: []
|
127
|
-
rubygems_version: 3.6.
|
127
|
+
rubygems_version: 3.6.8
|
128
128
|
specification_version: 4
|
129
129
|
summary: Discover and protect your sensitive data. A fully managed service designed
|
130
130
|
to help you discover, classify, and protect your valuable data assets with ease.
|