google-apis-securitycenter_v1beta2 0.29.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d56584050d9e6e610ddf89515a7ea392ef0a30031c1a7e06ca651d98ff2535d
|
4
|
+
data.tar.gz: a2da7cd0c02dd72446346ee09edb885564869030b2f3a10a9f4a4016b39df71d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d3d62804cdbe2cd2dc247e0dba968d0809770ca8605134af6d6cf2dd014b1b73efa9267689da92d74a0975731dbbd7386ac0871f88171bd5f0a319623e98777
|
7
|
+
data.tar.gz: 7e7416ae7eb335644a02ee83cf6bad8e4eff514ad62921bc6495b98a8262099560ec0cbefff5432ccde9c825275f3d8b09f0bd07c3a97292fbef8d81df4e6488
|
data/CHANGELOG.md
CHANGED
@@ -1771,6 +1771,11 @@ module Google
|
|
1771
1771
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::ProcessSignature>]
|
1772
1772
|
attr_accessor :signatures
|
1773
1773
|
|
1774
|
+
# The list of URIs associated to the Findings
|
1775
|
+
# Corresponds to the JSON property `uris`
|
1776
|
+
# @return [Array<String>]
|
1777
|
+
attr_accessor :uris
|
1778
|
+
|
1774
1779
|
def initialize(**args)
|
1775
1780
|
update!(**args)
|
1776
1781
|
end
|
@@ -1780,6 +1785,7 @@ module Google
|
|
1780
1785
|
@domains = args[:domains] if args.key?(:domains)
|
1781
1786
|
@ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
|
1782
1787
|
@signatures = args[:signatures] if args.key?(:signatures)
|
1788
|
+
@uris = args[:uris] if args.key?(:uris)
|
1783
1789
|
end
|
1784
1790
|
end
|
1785
1791
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -815,6 +815,7 @@ module Google
|
|
815
815
|
collection :ip_addresses, as: 'ipAddresses'
|
816
816
|
collection :signatures, as: 'signatures', class: Google::Apis::SecuritycenterV1beta2::ProcessSignature, decorator: Google::Apis::SecuritycenterV1beta2::ProcessSignature::Representation
|
817
817
|
|
818
|
+
collection :uris, as: 'uris'
|
818
819
|
end
|
819
820
|
end
|
820
821
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.30.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|