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."],[[["This document provides reference information for the `UpdateSourceRequest` class within the Google Cloud Security Command Center v1p1beta1 API, specifically for version 3.0.0-beta04."],["`UpdateSourceRequest` is a request message used for updating a source in the Google Cloud Security Command Center and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Source`, which is the source resource to be updated, and `UpdateMask`, which specifies the fields to be updated, with the option to update all mutable fields if left empty."],["There are two constructors for `UpdateSourceRequest`; a default constructor, and one that takes another `UpdateSourceRequest` object to make a copy."],["The documentation also includes links to previous versions, like 2.0.0-beta07 and the most recent one, 3.0.0-beta05."]]],[]]