google-apis-securitycenter_v1beta2 0.53.0 → 0.54.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: d32b46d647c4e7df2090d65a6c16eefba0892fbc560307965ac9c0555ff6a785
4
- data.tar.gz: 8bcd1a96384b1bbd1318c6a95e9f6b8a9161c6195508583d05042b9627449958
3
+ metadata.gz: 9ec112a048cf3f058b9cee2da53730671a8140e2f0432fa8a63a003197c28df0
4
+ data.tar.gz: f1e674ceefb85d256bc3e4eb091892f7be1105afc33272b633317056ffdfabc5
5
5
  SHA512:
6
- metadata.gz: ebf89e8161648708621cc3d32d72a1cb54f2284f7ad7b9fc7a4d7d1058be18d24fe195112fe2515cb4f48b15338a9a46168f6b5135dd2e04a9182109b0370f19
7
- data.tar.gz: 678a3190ce56cbaabfa8ec15605b33e49873e2a69613f030b9a266b48844e59e010b6ea292be926b641579e0f1a249c5c23b5b8a653b52b91e632629e799396a
6
+ metadata.gz: 991ec7363f823d2d37a6c32aad437e4a987bc9698a5bfcf5679e0190732df45034dc25e3cb48cbbd1da15908b1a02125828a7416db71cf828aed59f154a3108f
7
+ data.tar.gz: b207001805cce2fa034ee16a572b6216ec5574eb1df5f499675530b132e1323347cbb52db2da5d528b815da94adf39f691986221d6f71be1006ee5a59b1e72e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.54.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.53.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230727
@@ -908,6 +908,11 @@ module Google
908
908
  # @return [Array<Google::Apis::SecuritycenterV1beta2::ExfilResource>]
909
909
  attr_accessor :targets
910
910
 
911
+ # Total exfiltrated bytes processed for the entire job.
912
+ # Corresponds to the JSON property `totalExfiltratedBytes`
913
+ # @return [Fixnum]
914
+ attr_accessor :total_exfiltrated_bytes
915
+
911
916
  def initialize(**args)
912
917
  update!(**args)
913
918
  end
@@ -916,6 +921,7 @@ module Google
916
921
  def update!(**args)
917
922
  @sources = args[:sources] if args.key?(:sources)
918
923
  @targets = args[:targets] if args.key?(:targets)
924
+ @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes)
919
925
  end
920
926
  end
921
927
 
@@ -1676,13 +1682,13 @@ module Google
1676
1682
  # @return [Array<String>]
1677
1683
  attr_accessor :assignees
1678
1684
 
1679
- # The most recent time when the corresponding finding's ticket/tracker was
1680
- # updated in the external system.
1685
+ # The time when the case was last updated, as reported by the external system.
1681
1686
  # Corresponds to the JSON property `externalSystemUpdateTime`
1682
1687
  # @return [String]
1683
1688
  attr_accessor :external_system_update_time
1684
1689
 
1685
- # Identifier that's used to track the given finding in the external system.
1690
+ # The identifier that's used to track the finding's corresponding case in the
1691
+ # external system.
1686
1692
  # Corresponds to the JSON property `externalUid`
1687
1693
  # @return [String]
1688
1694
  attr_accessor :external_uid
@@ -1695,7 +1701,7 @@ module Google
1695
1701
  # @return [String]
1696
1702
  attr_accessor :name
1697
1703
 
1698
- # Most recent status of the corresponding finding's ticket/tracker in the
1704
+ # The most recent status of the finding's corresponding case, as reported by the
1699
1705
  # external system.
1700
1706
  # Corresponds to the JSON property `status`
1701
1707
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.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 = "20230727"
25
+ REVISION = "20230904"
26
26
  end
27
27
  end
28
28
  end
@@ -686,6 +686,7 @@ module Google
686
686
 
687
687
  collection :targets, as: 'targets', class: Google::Apis::SecuritycenterV1beta2::ExfilResource, decorator: Google::Apis::SecuritycenterV1beta2::ExfilResource::Representation
688
688
 
689
+ property :total_exfiltrated_bytes, :numeric_string => true, as: 'totalExfiltratedBytes'
689
690
  end
690
691
  end
691
692
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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-06 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
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 V1beta2