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, detailing its usage for retrieving a security source."],["The latest version available for `Google.Cloud.SecurityCenter.V1` is 3.24.0, with a comprehensive list of prior versions dating back to 2.2.0 that can be referenced."],["`GetSourceRequest` is a class that inherits from Object, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, it is used to retrieve security source information."],["The `GetSourceRequest` class contains properties such as `Name`, which represents the source's relative resource name, and `SourceName`, which is a typed view over the `Name`."],["The `GetSourceRequest` class includes two constructors: a default one and another that takes an instance of `GetSourceRequest` for deep cloning."]]],[]]