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 webpage details the `UpdateScanConfigRequest` class, which is used to request updates to a scan configuration within the Google Cloud Web Security Scanner V1."],["The `UpdateScanConfigRequest` class is part of the `Google.Cloud.WebSecurityScanner.V1` namespace and is found in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."],["The `UpdateScanConfigRequest` class has two constructors: a default constructor, and one that accepts another `UpdateScanConfigRequest` object as a parameter."],["It implements multiple interfaces, including `IMessage`, `IEquatable\u003cUpdateScanConfigRequest\u003e`, `IDeepCloneable\u003cUpdateScanConfigRequest\u003e`, and `IBufferMessage`."],["There are multiple versions of the package, with the newest being version 2.5.0, and the oldest being 1.0.0."]]],[]]