google-apis-securitycenter_v1beta2 0.12.0 → 0.13.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: 0362c072aadf4eb9bfe69b42acac98ce06e19612ff8afde45769226653b24424
|
4
|
+
data.tar.gz: 854ab2a4369868e37b0963f2f3ad9dac6bd8e21aafa1310a1b505ca4f9bf3d03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4361dda66bbd417a3f7c2afd3285dd67d84f999ce4e12be1a22d386902e23108215a156465308c1fc1a2fbf96e1f41d32e2d0333d43067a02892433338c4e81
|
7
|
+
data.tar.gz: 5dd0a3d4fb19b02d3aed78fa79b9c5e82d032b9fef5d1e1183d2a7b1eb378ccbf27fd534418a7cdbc69635d266dfd7698fbb887622898473f0e0393dcc3ac85f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.13.0 (2022-01-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220113
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
3
8
|
### v0.12.0 (2021-12-16)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20211213
|
@@ -367,12 +367,12 @@ module Google
|
|
367
367
|
# @return [String]
|
368
368
|
attr_accessor :create_time
|
369
369
|
|
370
|
-
# The time
|
371
|
-
# occurred. For example, if the finding
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
375
|
-
# value greater than the current timestamp.
|
370
|
+
# The time the finding was first detected. If an existing finding is updated,
|
371
|
+
# then this is the time the update occurred. For example, if the finding
|
372
|
+
# represents an open firewall, this property captures the time the detector
|
373
|
+
# believes the firewall became open. The accuracy is determined by the detector.
|
374
|
+
# If the finding is later resolved, then this time reflects when the finding was
|
375
|
+
# resolved. This must not be set to a value greater than the current timestamp.
|
376
376
|
# Corresponds to the JSON property `eventTime`
|
377
377
|
# @return [String]
|
378
378
|
attr_accessor :event_time
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220113"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.13.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-01-
|
11
|
+
date: 2022-01-24 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.13.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Security Command Center API V1beta2
|