lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.27.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.28.0

- old
+ new

@@ -659,13 +659,13 @@ attr_accessor :connections # Output only. Map containing the point of contacts for the given finding. The # key represents the type of contact, while the value contains a list of all the # contacts that pertain. Please refer to: https://cloud.google.com/resource- - # manager/docs/managing-notification-contacts#notification-categories ` “ - # security”: `contact: `email: “person1@company.com”` contact: `email: “person2@ - # company.com”` ` + # manager/docs/managing-notification-contacts#notification-categories ` " + # security":[ ` "contact":` "email":"person1@company.com" ` `, ` "contact":` " + # email":“person2@company.com” ` ` ] ` # Corresponds to the JSON property `contacts` # @return [Hash<String,Google::Apis::SecuritycenterV1beta2::ContactDetails>] attr_accessor :contacts # The time at which the finding was created in Security Command Center. @@ -1773,11 +1773,11 @@ # File information for libraries loaded by the process. # Corresponds to the JSON property `libraries` # @return [Array<Google::Apis::SecuritycenterV1beta2::File>] attr_accessor :libraries - # 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). + # 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)`. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name # The parent process id.