google-apis-securitycenter_v1beta2 0.84.0 → 0.86.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: 97f9fa3e5b852cf9d96b7df4ceb6b58d1dc85f177200c2bf5be205e372ff248c
4
- data.tar.gz: 3e33474322d7c955eab2b71d75358f6d8f8e3b0098fccfd33fca8f8eb61a486d
3
+ metadata.gz: 556defb5c54463f3df5f4a24305bf6985bd609dbc4e3f965e0093bb9ca690ae4
4
+ data.tar.gz: 194a2fcfe83939c25a89cd0a34bdfa6da1203e5da131347297b2591cb5ea3d02
5
5
  SHA512:
6
- metadata.gz: c5f4a2d09cf24708d852fc32bcdc647d8cc65718bf0f2309c49a22b229606f73fc68195f1eaceadfc79233a41a4845e68a56ec91515301d3c4f0ec64429f5ce3
7
- data.tar.gz: d5a0573cc65a5411fac172a0bad51cf56eac8e97e17448ddee966dc1e6774f7026ccf52cd15ad41099c7c17c37ef8982780d19bc0bc9ca7bec72e820cf05cbc1
6
+ metadata.gz: 6c2e097c336f72824c8e4776aa598624df591ec0d4003e61ba17aea25f32559830efcfb3934c0a7f2e61179f273bbada5d5124c643a92b7b2de384df91098939
7
+ data.tar.gz: 51746bc7b65adc8f6fd8a015dd2c9c58a5a11715eeaa1ba4bc9799c71359a026c6a90c6d84c60d80ddcebee81fb4e2d376dd17e15a0f3cff06c97790ae9d1081
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.86.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250707
6
+
7
+ ### v0.85.0 (2025-07-06)
8
+
9
+ * Regenerated from discovery document revision 20250625
10
+
3
11
  ### v0.84.0 (2025-06-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20250616
@@ -2598,8 +2598,8 @@ module Google
2598
2598
  end
2599
2599
  end
2600
2600
 
2601
- # GCP metadata associated with the resource, only applicable if the finding's
2602
- # cloud provider is Google Cloud Platform.
2601
+ # Google Cloud metadata associated with the resource. Only applicable if the
2602
+ # finding's cloud provider is Google Cloud.
2603
2603
  class GcpMetadata
2604
2604
  include Google::Apis::Core::Hashable
2605
2605
 
@@ -8004,6 +8004,12 @@ module Google
8004
8004
  # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File]
8005
8005
  attr_accessor :script
8006
8006
 
8007
+ # The ID of the user that executed the process. E.g. If this is the root user
8008
+ # this will always be 0.
8009
+ # Corresponds to the JSON property `userId`
8010
+ # @return [Fixnum]
8011
+ attr_accessor :user_id
8012
+
8007
8013
  def initialize(**args)
8008
8014
  update!(**args)
8009
8015
  end
@@ -8020,6 +8026,7 @@ module Google
8020
8026
  @parent_pid = args[:parent_pid] if args.key?(:parent_pid)
8021
8027
  @pid = args[:pid] if args.key?(:pid)
8022
8028
  @script = args[:script] if args.key?(:script)
8029
+ @user_id = args[:user_id] if args.key?(:user_id)
8023
8030
  end
8024
8031
  end
8025
8032
 
@@ -8145,8 +8152,8 @@ module Google
8145
8152
  # @return [String]
8146
8153
  attr_accessor :display_name
8147
8154
 
8148
- # GCP metadata associated with the resource, only applicable if the finding's
8149
- # cloud provider is Google Cloud Platform.
8155
+ # Google Cloud metadata associated with the resource. Only applicable if the
8156
+ # finding's cloud provider is Google Cloud.
8150
8157
  # Corresponds to the JSON property `gcpMetadata`
8151
8158
  # @return [Google::Apis::SecuritycenterV1beta2::GcpMetadata]
8152
8159
  attr_accessor :gcp_metadata
@@ -9815,6 +9822,12 @@ module Google
9815
9822
  # @return [Google::Apis::SecuritycenterV1beta2::File]
9816
9823
  attr_accessor :script
9817
9824
 
9825
+ # The ID of the user that executed the process. E.g. If this is the root user
9826
+ # this will always be 0.
9827
+ # Corresponds to the JSON property `userId`
9828
+ # @return [Fixnum]
9829
+ attr_accessor :user_id
9830
+
9818
9831
  def initialize(**args)
9819
9832
  update!(**args)
9820
9833
  end
@@ -9831,6 +9844,7 @@ module Google
9831
9844
  @parent_pid = args[:parent_pid] if args.key?(:parent_pid)
9832
9845
  @pid = args[:pid] if args.key?(:pid)
9833
9846
  @script = args[:script] if args.key?(:script)
9847
+ @user_id = args[:user_id] if args.key?(:user_id)
9834
9848
  end
9835
9849
  end
9836
9850
 
@@ -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.84.0"
19
+ GEM_VERSION = "0.86.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250616"
25
+ REVISION = "20250707"
26
26
  end
27
27
  end
28
28
  end
@@ -3591,6 +3591,7 @@ module Google
3591
3591
  property :pid, :numeric_string => true, as: 'pid'
3592
3592
  property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File::Representation
3593
3593
 
3594
+ property :user_id, :numeric_string => true, as: 'userId'
3594
3595
  end
3595
3596
  end
3596
3597
 
@@ -4083,6 +4084,7 @@ module Google
4083
4084
  property :pid, :numeric_string => true, as: 'pid'
4084
4085
  property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::File, decorator: Google::Apis::SecuritycenterV1beta2::File::Representation
4085
4086
 
4087
+ property :user_id, :numeric_string => true, as: 'userId'
4086
4088
  end
4087
4089
  end
4088
4090
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.84.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.86.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: