public sealed class UpdateScanConfigRequest : IMessage<UpdateScanConfigRequest>, IEquatable<UpdateScanConfigRequest>, IDeepCloneable<UpdateScanConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class UpdateScanConfigRequest.
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 provides reference information for the `UpdateScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0."],["`UpdateScanConfigRequest` is used as a request object for updating a scan configuration, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties like `ScanConfig` and `UpdateMask`, which are essential for defining the scan configuration and the fields to be updated."],["The latest version of this specific class is version 2.5.0, with prior versions dating back to version 1.0.0 that can be referenced."],["The class contains two different constructors that can be utilized, one default and one that takes in another instance of the same class as a parameter."]]],[]]