public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateSourceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["`UpdateSourceRequest` is a class within the Security Command Center v2 API, designed for updating a source."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSourceRequest` class includes properties for `Source`, which is the required resource to update, and `UpdateMask`, which specifies which fields of the source should be modified."],["The class is located within the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["The class has two constructors: a default one, and another to construct from another `UpdateSourceRequest`."]]],[]]