google-cloud-security_center-v1 0.3.4 → 0.3.5
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: f9d2378b4719a0610bd2d8c0d52d876c96b29095f9cfdf1bfe55fee64a8b03df
|
|
4
|
+
data.tar.gz: 891b570b8ac41a553e50de6c05f04297c805c100ee5ab3327ecc1cb7934bd24d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcb9d3ed3966aad8a6d78952276d3318e9f55afcc83a42eca5874fa28c45c9777095c8a30ce4d5b74b3c0aabb5171f60e57f69295e29d282637bd8e88e1914bc
|
|
7
|
+
data.tar.gz: e62a087417860ec5d1ea1a35bda34af96bc5366e51a431663d52d9f150b1fc7a6f5fa57a77cab107e4b6df79dcd2a8168184e6ab89d7964bb760a493f06fc3c1
|
|
@@ -75,9 +75,11 @@ module Google
|
|
|
75
75
|
# to the finding.
|
|
76
76
|
# @!attribute [rw] event_time
|
|
77
77
|
# @return [::Google::Protobuf::Timestamp]
|
|
78
|
-
# The time at which the event took place
|
|
79
|
-
# represents an open firewall it would
|
|
80
|
-
# the firewall became open. The
|
|
78
|
+
# The time at which the event took place, or when an update to the finding
|
|
79
|
+
# occurred. For example, if the finding represents an open firewall it would
|
|
80
|
+
# capture the time the detector believes the firewall became open. The
|
|
81
|
+
# accuracy is determined by the detector. If the finding were to be resolved
|
|
82
|
+
# afterward, this time would reflect when the finding was resolved.
|
|
81
83
|
# @!attribute [rw] create_time
|
|
82
84
|
# @return [::Google::Protobuf::Timestamp]
|
|
83
85
|
# The time at which the finding was created in Security Command Center.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|