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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `GetScanConfigRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.4.0, with links to other versions of the API."],["`GetScanConfigRequest` is a request class used for the `GetScanConfig` method, and it inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `GetScanConfigRequest()` and an overloaded constructor that takes another `GetScanConfigRequest` object as an argument for copying."],["The `GetScanConfigRequest` class has one property `Name` that represents the resource name of the ScanConfig to be returned in the format of 'projects/{projectId}/scanConfigs/{scanConfigId}', requiring a string input."]]],[]]