File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
generated/google-apis-securitycenter_v1beta2
lib/google/apis/securitycenter_v1beta2 Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-securitycenter_v1beta2
22
3+ ### v0.13.0 (2022-01-19)
4+
5+ * Regenerated from discovery document revision 20220113
6+ * Regenerated using generator version 0.4.1
7+
38### v0.12.0 (2021-12-16)
49
510* Regenerated from discovery document revision 20211213
Original file line number Diff line number Diff line change @@ -367,12 +367,12 @@ class Finding
367367 # @return [String]
368368 attr_accessor :create_time
369369
370- # The time at which the event took place, or when an update to the finding
371- # occurred. For example, if the finding represents an open firewall it would
372- # capture the time the detector believes the firewall became open. The accuracy
373- # is determined by the detector. If the finding were to be resolved afterward,
374- # this time would reflect when the finding was resolved. Must not be set to a
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.
376376 # Corresponds to the JSON property `eventTime`
377377 # @return [String]
378378 attr_accessor :event_time
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module SecuritycenterV1beta2
1818 # Version of the google-apis-securitycenter_v1beta2 gem
19- GEM_VERSION = "0.12 .0"
19+ GEM_VERSION = "0.13 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.4.0 "
22+ GENERATOR_VERSION = "0.4.1 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20211213 "
25+ REVISION = "20220113 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "fef0da02be4ee8320af9264d50d2f515df6718d7 "
7+ "sha": "3239b12471aa9b11211855a8ca5b72f93d565f34 "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments