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 3.24.0, and the page offers a comprehensive list of versions ranging from 2.2.0 to 3.24.0, each linked to its respective documentation."],["`GetSourceRequest` is a request message for retrieving a source, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionalities."],["The `GetSourceRequest` class includes two constructors: a default constructor and one that takes another `GetSourceRequest` instance as a parameter for creating a copy."],["The class has properties to get or set the name of the source, where it's a required field and has a specific format \"organizations/\\[organization_id\\]/source/\\[source_id\\]\", and a view of the name with the `SourceName` type."]]],[]]