public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateSourceRequest.
[[["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 provides documentation for the `UpdateSourceRequest` class within the Google Cloud Security Command Center v1 API for .NET."],["The `UpdateSourceRequest` class is used to request the update of a source within the security center, with the latest version being 3.24.0, and numerous previous versions available, going back to 2.2.0."],["`UpdateSourceRequest` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSourceRequest` class has two constructors, one empty and another that takes a `UpdateSourceRequest` object, and it also has properties for a source object and a field mask for updating it."],["The `UpdateMask` property is used to define which fields of the source resource will be updated, and if it is empty, all mutable fields will be updated."]]],[]]