public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetSourceRequest.
[[["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 reference documentation for the `GetSourceRequest` class within the Google Cloud Security Command Center v1 API, specifically for .NET developers."],["The latest version of the `GetSourceRequest` documentation is version 3.24.0, with a listing of past versions down to 2.2.0."],["The `GetSourceRequest` class is used to send requests to retrieve a specific source within the Security Command Center, implementing multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["It contains properties such as `Name` (a string representing the source's relative resource name) and `SourceName` (a typed view over the Name property for resource identification)."],["There are two constructors available, a default one `GetSourceRequest()` and another that takes another `GetSourceRequest` object as an argument `GetSourceRequest(GetSourceRequest other)`."]]],[]]