public sealed class GetScanRunRequest : IMessage<GetScanRunRequest>, IEquatable<GetScanRunRequest>, IDeepCloneable<GetScanRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class GetScanRunRequest.
Required. The resource name of the ScanRun to be returned. The name follows the
format of
'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
[[["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 provides documentation for the `GetScanRunRequest` class within the Google Cloud Web Security Scanner v1 API, specifically version 2.2.0."],["`GetScanRunRequest` is a class used to request data for the `GetScanRun` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, and has several inherited members including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetScanRunRequest` class includes a `Name` property, which is a required string that specifies the resource name of the `ScanRun` to be returned, following a specific format of `projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}`."],["The documentation page lists the different available versions of this package, from 1.0.0 to the latest version 2.5.0, each providing a link to the respective GetScanRunRequest documentation for that version."]]],[]]