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: 27d8d6d89fb72fe267979438e8b49005e31c8aedd805bd89a03a51ff19ff0918
4
- data.tar.gz: 9f34c115496e51f193b805d9cd4639e7d6104996b8a86c76c629ba0939658cd8
3
+ metadata.gz: f9d2378b4719a0610bd2d8c0d52d876c96b29095f9cfdf1bfe55fee64a8b03df
4
+ data.tar.gz: 891b570b8ac41a553e50de6c05f04297c805c100ee5ab3327ecc1cb7934bd24d
5
5
  SHA512:
6
- metadata.gz: b7ca55f69160a473d122c8acb293945e4c7a3743f46600b0243a7170a93c6f97b24d0380d25bafa63074d39914fa2ddf3f02151fd77cbb37127688738f0c6912
7
- data.tar.gz: 93126a11e3e22114e2c2065f3d7798eecea3bce388a64a181e9a0d606968627d987aa1ad9a3c849c86287bee794f407968f241e888c949430a22a65ed299b952
6
+ metadata.gz: bcb9d3ed3966aad8a6d78952276d3318e9f55afcc83a42eca5874fa28c45c9777095c8a30ce4d5b74b3c0aabb5171f60e57f69295e29d282637bd8e88e1914bc
7
+ data.tar.gz: e62a087417860ec5d1ea1a35bda34af96bc5366e51a431663d52d9f150b1fc7a6f5fa57a77cab107e4b6df79dcd2a8168184e6ab89d7964bb760a493f06fc3c1
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.3.4"
24
+ VERSION = "0.3.5"
25
25
  end
26
26
  end
27
27
  end
@@ -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. For example, if the finding
79
- # represents an open firewall it would capture the time the detector believes
80
- # the firewall became open. The accuracy is determined by the detector.
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
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-08-10 00:00:00.000000000 Z
11
+ date: 2020-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common