google-apis-securitycenter_v1beta1 0.33.0 → 0.34.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42d69499c49ce6481d40df94891b34b4764e38315a61c6dd89c47be0235cd17b
|
|
4
|
+
data.tar.gz: 32c90620935197cca7d2f0bdb486406795763f4b6894e493b60cf9bc52b52970
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a871196992792208d60d82a4a6072aaa8b640ffe45e1be49a76a140777836d8af4e1965ee7f5e14238d5fc06bd09db49b769ac6346b76c3604c814f68b046a10
|
|
7
|
+
data.tar.gz: cb24c95857ee9f8a19fd5ca8b00744860f02379e91ff6e28e3a22d05f9766ebebdd476c0f6f0e44254ca161a3f56bca049a38545ff71348d992fb0c166ff437f
|
data/CHANGELOG.md
CHANGED
|
@@ -2350,6 +2350,11 @@ module Google
|
|
|
2350
2350
|
# @return [Array<Google::Apis::SecuritycenterV1beta1::ProcessSignature>]
|
|
2351
2351
|
attr_accessor :signatures
|
|
2352
2352
|
|
|
2353
|
+
# The list of URIs associated to the Findings
|
|
2354
|
+
# Corresponds to the JSON property `uris`
|
|
2355
|
+
# @return [Array<String>]
|
|
2356
|
+
attr_accessor :uris
|
|
2357
|
+
|
|
2353
2358
|
def initialize(**args)
|
|
2354
2359
|
update!(**args)
|
|
2355
2360
|
end
|
|
@@ -2359,6 +2364,7 @@ module Google
|
|
|
2359
2364
|
@domains = args[:domains] if args.key?(:domains)
|
|
2360
2365
|
@ip_addresses = args[:ip_addresses] if args.key?(:ip_addresses)
|
|
2361
2366
|
@signatures = args[:signatures] if args.key?(:signatures)
|
|
2367
|
+
@uris = args[:uris] if args.key?(:uris)
|
|
2362
2368
|
end
|
|
2363
2369
|
end
|
|
2364
2370
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.34.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
|
|
@@ -1069,6 +1069,7 @@ module Google
|
|
|
1069
1069
|
collection :ip_addresses, as: 'ipAddresses'
|
|
1070
1070
|
collection :signatures, as: 'signatures', class: Google::Apis::SecuritycenterV1beta1::ProcessSignature, decorator: Google::Apis::SecuritycenterV1beta1::ProcessSignature::Representation
|
|
1071
1071
|
|
|
1072
|
+
collection :uris, as: 'uris'
|
|
1072
1073
|
end
|
|
1073
1074
|
end
|
|
1074
1075
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.34.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|