google-apis-securitycenter_v1 0.63.0 → 0.64.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: d47e43d03f4b4cc6e2b3abf97ef396c1cca107cd3259934f3e7515163a3a64c3
4
- data.tar.gz: 9e8d5d9c49dc6c0083320dbb6a3dab9439c2133f64cbe86e58009a3a8694d88f
3
+ metadata.gz: bdde67b059cd84ea005c767a717e55e80b55832d5e0a4f71b095d429a08a4097
4
+ data.tar.gz: 438d7cf1da967a334acc29abf59a89705f15aecee2a0ebbf21676ff39428a848
5
5
  SHA512:
6
- metadata.gz: 9d6d4e4ae5391d9b81892cea3204d496a73d5f771ae15158a2658a177c6f81341c3b818b297a3931dda35ee071831950d4c0417eb9cc49b5d5d31de8e01d3b42
7
- data.tar.gz: 808145464587ecd99fedd990d29c187bdf7637e0b3ec0279be9f7c42ecaca41c46b87a9a9a1d43bb193c8c147b503cada168a53f7702681a0b179383610f3eec
6
+ metadata.gz: c05e1f9a1efa8d48a976caaf760a9744ccfe0f0af593cfca19559093b52cba32a374092fd748709e198c219c62ff8485078056187f2304fac1e3bfddbdc99c23
7
+ data.tar.gz: b9d0ea1533d233a11c091b28fcd8f4bdb27789dc8f8664ebf9e229aa7c27a598b28a4bd6dc7f8185836bc61fb388277330084ba95e65275094b709791a45e18c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.64.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.63.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -1410,6 +1410,11 @@ module Google
1410
1410
  # @return [Array<Google::Apis::SecuritycenterV1::ExfilResource>]
1411
1411
  attr_accessor :targets
1412
1412
 
1413
+ # Total exfiltrated bytes processed for the entire job.
1414
+ # Corresponds to the JSON property `totalExfiltratedBytes`
1415
+ # @return [Fixnum]
1416
+ attr_accessor :total_exfiltrated_bytes
1417
+
1413
1418
  def initialize(**args)
1414
1419
  update!(**args)
1415
1420
  end
@@ -1418,6 +1423,7 @@ module Google
1418
1423
  def update!(**args)
1419
1424
  @sources = args[:sources] if args.key?(:sources)
1420
1425
  @targets = args[:targets] if args.key?(:targets)
1426
+ @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes)
1421
1427
  end
1422
1428
  end
1423
1429
 
@@ -2225,13 +2231,13 @@ module Google
2225
2231
  # @return [Array<String>]
2226
2232
  attr_accessor :assignees
2227
2233
 
2228
- # The most recent time when the corresponding finding's ticket/tracker was
2229
- # updated in the external system.
2234
+ # The time when the case was last updated, as reported by the external system.
2230
2235
  # Corresponds to the JSON property `externalSystemUpdateTime`
2231
2236
  # @return [String]
2232
2237
  attr_accessor :external_system_update_time
2233
2238
 
2234
- # Identifier that's used to track the given finding in the external system.
2239
+ # The identifier that's used to track the finding's corresponding case in the
2240
+ # external system.
2235
2241
  # Corresponds to the JSON property `externalUid`
2236
2242
  # @return [String]
2237
2243
  attr_accessor :external_uid
@@ -2244,7 +2250,7 @@ module Google
2244
2250
  # @return [String]
2245
2251
  attr_accessor :name
2246
2252
 
2247
- # Most recent status of the corresponding finding's ticket/tracker in the
2253
+ # The most recent status of the finding's corresponding case, as reported by the
2248
2254
  # external system.
2249
2255
  # Corresponds to the JSON property `status`
2250
2256
  # @return [String]
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230803"
25
+ REVISION = "20230904"
26
26
  end
27
27
  end
28
28
  end
@@ -1128,6 +1128,7 @@ module Google
1128
1128
 
1129
1129
  collection :targets, as: 'targets', class: Google::Apis::SecuritycenterV1::ExfilResource, decorator: Google::Apis::SecuritycenterV1::ExfilResource::Representation
1130
1130
 
1131
+ property :total_exfiltrated_bytes, :numeric_string => true, as: 'totalExfiltratedBytes'
1131
1132
  end
1132
1133
  end
1133
1134
 
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.63.0
4
+ version: 0.64.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: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.64.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1