google-cloud-security_center-v2 1.1.0 → 1.2.0

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: 83a726acbbc652fc2985755d6c93c586340884237963dae0b0018f7fa2b6ea0f
4
+ data.tar.gz: 04737fed931ec00e0f27aca1e37271b69fc8948d6f47adcedd669200a09d1771
5
5
  SHA512:
6
- metadata.gz: fb2f1e7c8abeea5d682a3745e6f7434a0d860dd00e5e3551b05af133e2faf6347882c7e611e59bf273c538c08fdbfa54a9c20a335e1902e3131ecd54382f2853
7
- data.tar.gz: 403c2a7534a9025b61d6efba122f095035d2db76e3e466a1559e4e9cc8a3c473ed5357d93b81b9f7f9050590dd8684e5a098a892a6bf09e2b00c5d0c35af1371
6
+ metadata.gz: 82b3204ef9f6ebd1dad9c12f760cdb2de942686b8207db7d74869559035b9395e5c0050f3f2fa10b22d7a67dc66465cd5c955548498076f0e1335f9920d36e4e
7
+ data.tar.gz: e099a77821b622d6a6110cde821524676b65cb0b448f37d4d606692f6065a9abc95b5d541d4c19f1602a876b89c22778c4660c74c2a32828f7934cf84e67aa9b
@@ -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.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
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.2.0
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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -49,14 +43,14 @@ dependencies:
49
43
  requirements:
50
44
  - - "~>"
51
45
  - !ruby/object:Gem::Version
52
- version: '1.1'
46
+ version: '1.11'
53
47
  type: :runtime
54
48
  prerelease: false
55
49
  version_requirements: !ruby/object:Gem::Requirement
56
50
  requirements:
57
51
  - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: '1.1'
53
+ version: '1.11'
60
54
  description: Security Command Center API provides access to temporal views of assets
61
55
  and findings within an organization. Note that google-cloud-security_center-v2 is
62
56
  a version-specific client library. For most uses, we recommend installing the main
@@ -209,14 +203,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
203
  requirements:
210
204
  - - ">="
211
205
  - !ruby/object:Gem::Version
212
- version: '3.0'
206
+ version: '3.1'
213
207
  required_rubygems_version: !ruby/object:Gem::Requirement
214
208
  requirements:
215
209
  - - ">="
216
210
  - !ruby/object:Gem::Version
217
211
  version: '0'
218
212
  requirements: []
219
- rubygems_version: 3.6.3
213
+ rubygems_version: 3.6.8
220
214
  specification_version: 4
221
215
  summary: Security Command Center API provides access to temporal views of assets and
222
216
  findings within an organization.