public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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."],[[["The `UpdateSourceRequest` class is part of the Google Cloud Security Command Center v1p1beta1 API, used for updating a source."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSourceRequest` class includes two constructors: a default constructor and one that takes another `UpdateSourceRequest` as a parameter."],["It contains properties for `Source` (the source to update) and `UpdateMask` (specifying which fields to update), with `Source` being a required field."],["There are multiple versions of the API available, including the latest being `3.0.0-beta05`, `3.0.0-beta04`, and `2.0.0-beta07`."]]],[]]