google-apis-securitycenter_v1 0.18.0 → 0.19.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: fe8dac80cb5455a702369994bf17677696ea38f1eeeb674db9074ac8a36433f3
4
- data.tar.gz: 80e5fc3f160606d5ed266964c1a45d5185c3e4dddab421ffc304780fbb7b77f2
3
+ metadata.gz: 80485508ce897b7291af8f3ffee3eeae8e0394d1a951e314e924a48d2bac9bc2
4
+ data.tar.gz: 51b1a908cee074d1bdfea96c89ddff626fe2b40fe59b8e2c52769346067f7707
5
5
  SHA512:
6
- metadata.gz: af35b2550aef914d83b0008efafb7c5133a7ab5ee777d2ec4c082f9b50b0e2d96a4f8a34d52ad3d4dcabe046d597b265221f4528b1e84ac3f3e0ce4c7bdfdb88
7
- data.tar.gz: 8d62fd43eeec4755f87fd1a80e244856d6a3adcedcf51dae4c624b8e7b564e3de39dd12e1ea6f2f5f1be77a61152992a8de17c5d00434876708b8be96f3f0a6a
6
+ metadata.gz: 9b7c0ed1fd0475e63fd013891a368a239eab66012bd454fb2445963608c7f489c97abb035966983e8cd07d91de8209c0adf8909c860276363e6d855bb9fc8da2
7
+ data.tar.gz: a110f567c62b39769a6378b594f9e6dd71a1512067cf9e0fecbca70ca986f6607417c16de7eb28bb23151e9f4182b2e88ce83a824d5d314763d6d82227cacac4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.19.0 (2022-01-19)
4
+
5
+ * Regenerated from discovery document revision 20220113
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.18.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -574,12 +574,12 @@ module Google
574
574
  # @return [String]
575
575
  attr_accessor :create_time
576
576
 
577
- # The time at which the event took place, or when an update to the finding
578
- # occurred. For example, if the finding represents an open firewall it would
579
- # capture the time the detector believes the firewall became open. The accuracy
580
- # is determined by the detector. If the finding were to be resolved afterward,
581
- # this time would reflect when the finding was resolved. Must not be set to a
582
- # value greater than the current timestamp.
577
+ # The time the finding was first detected. If an existing finding is updated,
578
+ # then this is the time the update occurred. For example, if the finding
579
+ # represents an open firewall, this property captures the time the detector
580
+ # believes the firewall became open. The accuracy is determined by the detector.
581
+ # If the finding is later resolved, then this time reflects when the finding was
582
+ # resolved. This must not be set to a value greater than the current timestamp.
583
583
  # Corresponds to the JSON property `eventTime`
584
584
  # @return [String]
585
585
  attr_accessor :event_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211207"
25
+ REVISION = "20220113"
26
26
  end
27
27
  end
28
28
  end
@@ -211,7 +211,8 @@ module Google
211
211
  # @param [String] start_time
212
212
  # The time at which the updated SecurityMarks take effect. If not set uses
213
213
  # current server time. Updates will be applied to the SecurityMarks that are
214
- # active immediately preceding this time.
214
+ # active immediately preceding this time. Must be smaller or equal to the server
215
+ # time.
215
216
  # @param [String] update_mask
216
217
  # The FieldMask to use when updating the security marks resource. The field mask
217
218
  # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -789,7 +790,8 @@ module Google
789
790
  # @param [String] start_time
790
791
  # The time at which the updated SecurityMarks take effect. If not set uses
791
792
  # current server time. Updates will be applied to the SecurityMarks that are
792
- # active immediately preceding this time.
793
+ # active immediately preceding this time. Must be smaller or equal to the server
794
+ # time.
793
795
  # @param [String] update_mask
794
796
  # The FieldMask to use when updating the security marks resource. The field mask
795
797
  # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -1132,7 +1134,8 @@ module Google
1132
1134
  # @param [String] start_time
1133
1135
  # The time at which the updated SecurityMarks take effect. If not set uses
1134
1136
  # current server time. Updates will be applied to the SecurityMarks that are
1135
- # active immediately preceding this time.
1137
+ # active immediately preceding this time. Must be smaller or equal to the server
1138
+ # time.
1136
1139
  # @param [String] update_mask
1137
1140
  # The FieldMask to use when updating the security marks resource. The field mask
1138
1141
  # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -2284,7 +2287,8 @@ module Google
2284
2287
  # @param [String] start_time
2285
2288
  # The time at which the updated SecurityMarks take effect. If not set uses
2286
2289
  # current server time. Updates will be applied to the SecurityMarks that are
2287
- # active immediately preceding this time.
2290
+ # active immediately preceding this time. Must be smaller or equal to the server
2291
+ # time.
2288
2292
  # @param [String] update_mask
2289
2293
  # The FieldMask to use when updating the security marks resource. The field mask
2290
2294
  # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -2521,7 +2525,8 @@ module Google
2521
2525
  # @param [String] start_time
2522
2526
  # The time at which the updated SecurityMarks take effect. If not set uses
2523
2527
  # current server time. Updates will be applied to the SecurityMarks that are
2524
- # active immediately preceding this time.
2528
+ # active immediately preceding this time. Must be smaller or equal to the server
2529
+ # time.
2525
2530
  # @param [String] update_mask
2526
2531
  # The FieldMask to use when updating the security marks resource. The field mask
2527
2532
  # must not contain duplicate fields. If empty or set to "marks", all marks will
@@ -3099,7 +3104,8 @@ module Google
3099
3104
  # @param [String] start_time
3100
3105
  # The time at which the updated SecurityMarks take effect. If not set uses
3101
3106
  # current server time. Updates will be applied to the SecurityMarks that are
3102
- # active immediately preceding this time.
3107
+ # active immediately preceding this time. Must be smaller or equal to the server
3108
+ # time.
3103
3109
  # @param [String] update_mask
3104
3110
  # The FieldMask to use when updating the security marks resource. The field mask
3105
3111
  # must not contain duplicate fields. If empty or set to "marks", all marks will
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-10 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
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.4
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 V1