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."],[[["The page provides documentation for the `GetSourceRequest` class within the `Google.Cloud.SecurityCenter.V1` namespace, detailing its properties, constructors, inheritance, and implementations."],["The latest version of `GetSourceRequest` is documented as 3.24.0, with an extensive list of previous versions available ranging down to version 2.2.0."],["The `GetSourceRequest` class is used to retrieve information about a specific source and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetSourceRequest` instance as an argument to copy its data, with its properties being `Name` and `SourceName`."],["The `Name` property, a string, represents the required resource name of the source in the format \"organizations/[organization_id]/source/[source_id]\", while `SourceName` is a `SourceName`-typed view over the `Name` property."]]],[]]