google-cloud-web_risk-v1 1.3.0 → 1.3.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: '099cb1246bc5e9a0beffda56ecdfd2ddc5d295e287438730de4aef1090558bb9'
4
- data.tar.gz: 0ad912fdf1739dc2a04602de9f9c2574f0e95608ac4a4127e62798834652d049
3
+ metadata.gz: 2c21859a2c22a20440269e2e7081a6752fc3f173beaf385a0a13e4f1fb4f702e
4
+ data.tar.gz: 3bf34afbe28d2e890d0892e4999e9f0d4ec868df334d2dfb18042f88a3125fc0
5
5
  SHA512:
6
- metadata.gz: a65476df44d1165e5309d81414a6961b6a74c55a0c34de21e6a4b3768170e4ef0ee6dc6d52c324ac587fa101782d9104c8baf58a1d33d5e26cb943478e921ff5
7
- data.tar.gz: b9c75ec4e2871f8b8c4d638c6dc493c9ed7e2daf3fe00c0bff10f2fc79ef61ceabebefe4b1f57b4256992eec4963ff6c7969037c20e0a44bbdc7f77d864609eb
6
+ metadata.gz: 462bc248159436f8ce66e6fb033ad75181982d9add82e7f231d18f278eefd99a35d570092241dffeee44506947208f3c3605dc7564d6c48eb8eb0b378bc64df4
7
+ data.tar.gz: 78aa08aaf88ed31cb7781603964b358346ca73fddfcb7786940edc50378916ec0371697c805b8a86750968c25af0fde479697127ad5bd1dc64665146dd791678
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module WebRisk
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -787,8 +787,8 @@ module Google
787
787
 
788
788
  config_attr :endpoint, nil, ::String, nil
789
789
  config_attr :credentials, nil do |value|
790
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
791
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
790
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
791
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
792
792
  allowed.any? { |klass| klass === value }
793
793
  end
794
794
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -760,7 +760,7 @@ module Google
760
760
 
761
761
  config_attr :endpoint, nil, ::String, nil
762
762
  config_attr :credentials, nil do |value|
763
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
763
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
764
764
  allowed.any? { |klass| klass === value }
765
765
  end
766
766
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_risk-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.6.5
105
+ rubygems_version: 3.6.8
106
106
  specification_version: 4
107
107
  summary: API Client library for the Web Risk V1 API
108
108
  test_files: []