google-cloud-security_center-v2 1.1.0 → 1.1.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: 0da0fe73983209172c6fe064b91edc205651bb4c3748cd5175ac89a65289a886
4
- data.tar.gz: 885f27e6be6881b3ec190891ea838c0c9af36446b80efcbe137cb89bdb7a646c
3
+ metadata.gz: 829dd0b6a4ac18973718fe6ae697e26a5d9278458b4045303f7e2c0dfda8336b
4
+ data.tar.gz: 476382c7d8cc64721f96afd6843528308a29f35a1efc859ada12fd5bbfdad2ca
5
5
  SHA512:
6
- metadata.gz: fb2f1e7c8abeea5d682a3745e6f7434a0d860dd00e5e3551b05af133e2faf6347882c7e611e59bf273c538c08fdbfa54a9c20a335e1902e3131ecd54382f2853
7
- data.tar.gz: 403c2a7534a9025b61d6efba122f095035d2db76e3e466a1559e4e9cc8a3c473ed5357d93b81b9f7f9050590dd8684e5a098a892a6bf09e2b00c5d0c35af1371
6
+ metadata.gz: c6c8bf3bef441645589806be1acf126a19803913a84dca46ed8d6aabb44ebf05b1d61a5ac72dfde83b57d71936814b567d84a86299f33ab4dda10f52fbefc67f
7
+ data.tar.gz: 2963a62b05fe4b7cc4343e36aeb9139fa2bbb3a6df9414421d596d552f3a832b8d2e557278b61de069825f56244dad0cbd41ad316dd09cece938f2ea97974045
@@ -4417,8 +4417,8 @@ module Google
4417
4417
 
4418
4418
  config_attr :endpoint, nil, ::String, nil
4419
4419
  config_attr :credentials, nil do |value|
4420
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4421
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
4420
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4421
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
4422
4422
  allowed.any? { |klass| klass === value }
4423
4423
  end
4424
4424
  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
@@ -4046,7 +4046,7 @@ module Google
4046
4046
 
4047
4047
  config_attr :endpoint, nil, ::String, nil
4048
4048
  config_attr :credentials, nil do |value|
4049
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
4049
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
4050
4050
  allowed.any? { |klass| klass === value }
4051
4051
  end
4052
4052
  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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V2
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-19 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
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 3.6.3
219
+ rubygems_version: 3.6.8
220
220
  specification_version: 4
221
221
  summary: Security Command Center API provides access to temporal views of assets and
222
222
  findings within an organization.