public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `UpdateSourceRequest` class, used for updating a source within Google Cloud Security Center's API, version 2.2.0, and contains the documentation for this class spanning versions 2.2.0 to 3.24.0."],["The latest version of `UpdateSourceRequest` available is 3.24.0, as indicated at the top of the version list, allowing users to find their appropriate version number."],["`UpdateSourceRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The class includes two constructors: a parameterless `UpdateSourceRequest()` and `UpdateSourceRequest(UpdateSourceRequest other)` which accepts another `UpdateSourceRequest` instance."],["The `UpdateSourceRequest` class has two properties: `Source`, representing the source to update, and `UpdateMask`, which specifies the fields to update, or will update all mutable fields if left empty."]]],[]]