google-apis-securitycenter_v1beta1 0.15.0 → 0.16.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: 1b9c9d275f2e040fd52f737ec32f9147b67f125bb4e84d43f0e00aa236c4695b
4
- data.tar.gz: d26976d1797ff20f8def575beaeebbbc64bb037468beccdb792dde69c1ad5f38
3
+ metadata.gz: 55e50f51ffe5c676b5316a1e45c7f8fa4a9e3c28bcb62a0c5366929efe246da4
4
+ data.tar.gz: 6986c655e99d6fb2259499ecd61419287e5c2291b086bd7e1a2271c01c1a7418
5
5
  SHA512:
6
- metadata.gz: 2d18b69c7ffb6972a5af2364a5aefd6147798f3ec2971472d151ce8b30e952d7f82e9041cd625bfe311f8584fccf335713c3fa0619f6127622e5048dfd959bea
7
- data.tar.gz: 1ff5555fbf19301cc8074f396c32786592b883da46f33192ea98c73093d0ade60a2e119ce4b777cc22816c1bcf94e6a2cf0acc2b8daff851b81f1f4b5a91f100
6
+ metadata.gz: 6eb995d257f01fc260fafca4303631cdeb909c76b3aa9f045dd390f9d86f0e2c7cb3ef63f562c8eb401e69313932c6f0ba9b3be9c62fa5878bf4b048899e3f5d
7
+ data.tar.gz: 2c0a4a813a09f80a64dea932d5d3994f6d5de1ea238b84e602d34c5d77201a517ec35490b556dc927632b598cf696e463827f156c09a219dc5bf112730b376f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.16.0 (2022-01-19)
4
+
5
+ * Regenerated from discovery document revision 20220113
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.15.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -528,12 +528,12 @@ module Google
528
528
  # @return [String]
529
529
  attr_accessor :create_time
530
530
 
531
- # The time at which the event took place, or when an update to the finding
532
- # occurred. For example, if the finding represents an open firewall it would
533
- # capture the time the detector believes the firewall became open. The accuracy
534
- # is determined by the detector. If the finding were to be resolved afterward,
535
- # this time would reflect when the finding was resolved. Must not be set to a
536
- # value greater than the current timestamp.
531
+ # The time the finding was first detected. If an existing finding is updated,
532
+ # then this is the time the update occurred. For example, if the finding
533
+ # represents an open firewall, this property captures the time the detector
534
+ # believes the firewall became open. The accuracy is determined by the detector.
535
+ # If the finding is later resolved, then this time reflects when the finding was
536
+ # resolved. This must not be set to a value greater than the current timestamp.
537
537
  # Corresponds to the JSON property `eventTime`
538
538
  # @return [String]
539
539
  attr_accessor :event_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
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 V1beta1