public sealed class UpdateScanConfigRequest : IMessage<UpdateScanConfigRequest>, IEquatable<UpdateScanConfigRequest>, IDeepCloneable<UpdateScanConfigRequest>, IBufferMessage, IMessage
Required. The ScanConfig to be updated. The name field must be set to identify the
resource to be updated. The values of fields not covered by the mask
will be ignored.
[[["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 outlines the `UpdateScanConfigRequest` class within the `Google.Cloud.WebSecurityScanner.V1` namespace, specifically for version 1.2.0 of the Google Cloud Web Security Scanner."],["The `UpdateScanConfigRequest` class is used to request updates to a ScanConfig and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, a default constructor and a constructor that accepts another `UpdateScanConfigRequest` object as a parameter, called `other`, for object cloning."],["The `UpdateScanConfigRequest` class features two key properties, `ScanConfig`, representing the configuration to be updated, and `UpdateMask`, which defines the fields within the resource to be modified."],["The document provides a list of available versions of `UpdateScanConfigRequest`, ranging from version 1.0.0 up to the latest, 2.5.0, indicating a history of updates to the class."]]],[]]