proto_docs/google/cloud/securitycenter/v1/process.rb in google-cloud-security_center-v1-0.16.0 vs proto_docs/google/cloud/securitycenter/v1/process.rb in google-cloud-security_center-v1-0.17.0

- old
+ new

@@ -20,9 +20,13 @@ module Google module Cloud module SecurityCenter module V1 # Represents an operating system process. + # @!attribute [rw] name + # @return [::String] + # The process name visible in utilities like `top` and `ps`; it can + # be accessed via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`. # @!attribute [rw] binary # @return [::Google::Cloud::SecurityCenter::V1::File] # File information for the process executable. # @!attribute [rw] libraries # @return [::Array<::Google::Cloud::SecurityCenter::V1::File>]