public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
[[["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 `GetSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically version 2.11.0 of the library, with links to past versions of the class."],["`GetSourceRequest` is a class used to structure requests for retrieving a source, as part of the Google Cloud Security Center API."],["The `GetSourceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `GetSourceRequest` object as a parameter for copying, and also two properties: `Name`, which represents the source's resource name, and `SourceName`, which provides a typed view of the resource name."],["The latest version of the `GetSourceRequest` class is version 3.24.0."]]],[]]