Skip to content

Commit 527294a

Browse files
feat: Automated regeneration of securitycenter v1beta2 client (googleapis#23630)
Auto-created at 2025-07-06 10:30:45 +0000 using the toys pull request generator.
1 parent 3bc695f commit 527294a

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332352,6 +332352,7 @@
332352332352
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2Process/parentPid": parent_pid
332353332353
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2Process/pid": pid
332354332354
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2Process/script": script
332355+
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2Process/userId": user_id
332355332356
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2ProcessSignature": google_cloud_securitycenter_v2_process_signature
332356332357
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2ProcessSignature/memoryHashSignature": memory_hash_signature
332357332358
"/securitycenter:v1beta2/GoogleCloudSecuritycenterV2ProcessSignature/signatureType": signature_type
@@ -332617,6 +332618,7 @@
332617332618
"/securitycenter:v1beta2/Process/parentPid": parent_pid
332618332619
"/securitycenter:v1beta2/Process/pid": pid
332619332620
"/securitycenter:v1beta2/Process/script": script
332621+
"/securitycenter:v1beta2/Process/userId": user_id
332620332622
"/securitycenter:v1beta2/ProcessSignature": process_signature
332621332623
"/securitycenter:v1beta2/ProcessSignature/memoryHashSignature": memory_hash_signature
332622332624
"/securitycenter:v1beta2/ProcessSignature/signatureType": signature_type

generated/google-apis-securitycenter_v1beta2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-securitycenter_v1beta2
22

3+
### v0.85.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250625
6+
37
### v0.84.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250616

generated/google-apis-securitycenter_v1beta2/lib/google/apis/securitycenter_v1beta2/classes.rb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8004,6 +8004,12 @@ class GoogleCloudSecuritycenterV2Process
80048004
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File]
80058005
attr_accessor :script
80068006

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+
80078013
def initialize(**args)
80088014
update!(**args)
80098015
end
@@ -8020,6 +8026,7 @@ def update!(**args)
80208026
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
80218027
@pid = args[:pid] if args.key?(:pid)
80228028
@script = args[:script] if args.key?(:script)
8029+
@user_id = args[:user_id] if args.key?(:user_id)
80238030
end
80248031
end
80258032

@@ -9815,6 +9822,12 @@ class Process
98159822
# @return [Google::Apis::SecuritycenterV1beta2::File]
98169823
attr_accessor :script
98179824

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+
98189831
def initialize(**args)
98199832
update!(**args)
98209833
end
@@ -9831,6 +9844,7 @@ def update!(**args)
98319844
@parent_pid = args[:parent_pid] if args.key?(:parent_pid)
98329845
@pid = args[:pid] if args.key?(:pid)
98339846
@script = args[:script] if args.key?(:script)
9847+
@user_id = args[:user_id] if args.key?(:user_id)
98349848
end
98359849
end
98369850

generated/google-apis-securitycenter_v1beta2/lib/google/apis/securitycenter_v1beta2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SecuritycenterV1beta2
1818
# Version of the google-apis-securitycenter_v1beta2 gem
19-
GEM_VERSION = "0.84.0"
19+
GEM_VERSION = "0.85.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250616"
25+
REVISION = "20250625"
2626
end
2727
end
2828
end

generated/google-apis-securitycenter_v1beta2/lib/google/apis/securitycenter_v1beta2/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,6 +3591,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
35913591
property :pid, :numeric_string => true, as: 'pid'
35923592
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2File::Representation
35933593

3594+
property :user_id, :numeric_string => true, as: 'userId'
35943595
end
35953596
end
35963597

@@ -4083,6 +4084,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
40834084
property :pid, :numeric_string => true, as: 'pid'
40844085
property :script, as: 'script', class: Google::Apis::SecuritycenterV1beta2::File, decorator: Google::Apis::SecuritycenterV1beta2::File::Representation
40854086

4087+
property :user_id, :numeric_string => true, as: 'userId'
40864088
end
40874089
end
40884090

0 commit comments

Comments
 (0)