public sealed class GetScanConfigRequest : IMessage<GetScanConfigRequest>, IEquatable<GetScanConfigRequest>, IDeepCloneable<GetScanConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class GetScanConfigRequest.
[[["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 `GetScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.1.0."],["`GetScanConfigRequest` is used as a request for the `GetScanConfig` method, designed to retrieve the configuration details of a specific scan."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data cloning."],["It contains a single property called `Name`, a string field that is required, and represents the resource name of the `ScanConfig` to retrieve, in the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'."],["The latest version of `GetScanConfigRequest` available is 2.5.0, with multiple versions available starting from version 1.0.0, and each can be accessed via direct links."]]],[]]