google-apis-securitycenter_v1beta1 0.59.0 → 0.60.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: 5f4e54ba93261577562d127b0b951fa1949eb8fc8ac88fb827d3fb542373c52f
4
- data.tar.gz: aa24e23bd1236a63bccf8ae3acc04cfa49df45ea5f0bab1e6767683dc51a5715
3
+ metadata.gz: 4fc87bcfa1032a2597d57a82ffe42afeb7166ba85e620486e750a6dedf52fad2
4
+ data.tar.gz: 7e63d348cba8b6069b06b4613c1f388416e2b4dcc7c00e505945793e5f7152e4
5
5
  SHA512:
6
- metadata.gz: 3f7f56fa2f08675f4a67f513a9c9546c38466c9b0d86b8863478a46fc5e5d0ed14feb764ed86db8ee65ccc641cd9ea5063ceaca7ead613a267fc684309805281
7
- data.tar.gz: 42e25bd72afa944e9633bc05992217221dda10c135fc712c23accd42f3cd239c5cf7cfc3c2195a8de036aba94609b1a3f124960aa47ec776a59f6d1a2a704c0a
6
+ metadata.gz: ce231b036074cdaa0e2b4ba2edc6a93607bdaf2ca204fe90f9961cd3b5d6050c35213814d8922bf025967c26d16f8108f140b8c7315c16d7f14ad3cac9cbf0f7
7
+ data.tar.gz: 5f37e9961d8b6c1166a5e8b5102eabccc9fb664ce0bedf9b261b345d7b780cc7e93da23b04d4731ad87ef41e3592b4b4784a55585093e75d67458715de6cb4f1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.60.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.59.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -1019,6 +1019,11 @@ module Google
1019
1019
  # @return [Array<Google::Apis::SecuritycenterV1beta1::ExfilResource>]
1020
1020
  attr_accessor :targets
1021
1021
 
1022
+ # Total exfiltrated bytes processed for the entire job.
1023
+ # Corresponds to the JSON property `totalExfiltratedBytes`
1024
+ # @return [Fixnum]
1025
+ attr_accessor :total_exfiltrated_bytes
1026
+
1022
1027
  def initialize(**args)
1023
1028
  update!(**args)
1024
1029
  end
@@ -1027,6 +1032,7 @@ module Google
1027
1032
  def update!(**args)
1028
1033
  @sources = args[:sources] if args.key?(:sources)
1029
1034
  @targets = args[:targets] if args.key?(:targets)
1035
+ @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes)
1030
1036
  end
1031
1037
  end
1032
1038
 
@@ -1834,13 +1840,13 @@ module Google
1834
1840
  # @return [Array<String>]
1835
1841
  attr_accessor :assignees
1836
1842
 
1837
- # The most recent time when the corresponding finding's ticket/tracker was
1838
- # updated in the external system.
1843
+ # The time when the case was last updated, as reported by the external system.
1839
1844
  # Corresponds to the JSON property `externalSystemUpdateTime`
1840
1845
  # @return [String]
1841
1846
  attr_accessor :external_system_update_time
1842
1847
 
1843
- # Identifier that's used to track the given finding in the external system.
1848
+ # The identifier that's used to track the finding's corresponding case in the
1849
+ # external system.
1844
1850
  # Corresponds to the JSON property `externalUid`
1845
1851
  # @return [String]
1846
1852
  attr_accessor :external_uid
@@ -1853,7 +1859,7 @@ module Google
1853
1859
  # @return [String]
1854
1860
  attr_accessor :name
1855
1861
 
1856
- # Most recent status of the corresponding finding's ticket/tracker in the
1862
+ # The most recent status of the finding's corresponding case, as reported by the
1857
1863
  # external system.
1858
1864
  # Corresponds to the JSON property `status`
1859
1865
  # @return [String]
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.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
@@ -833,6 +833,7 @@ module Google
833
833
 
834
834
  collection :targets, as: 'targets', class: Google::Apis::SecuritycenterV1beta1::ExfilResource, decorator: Google::Apis::SecuritycenterV1beta1::ExfilResource::Representation
835
835
 
836
+ property :total_exfiltrated_bytes, :numeric_string => true, as: 'totalExfiltratedBytes'
836
837
  end
837
838
  end
838
839
 
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.59.0
4
+ version: 0.60.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-13 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.60.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.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 V1beta1