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 Center v1 API, specifically for .NET."],["The content lists available versions of the API, ranging from the latest 3.24.0 down to 2.2.0, and every version's page contains a `GetSourceRequest` reference."],["The `GetSourceRequest` class is used to request a specific source, requiring the relative resource name of that source in the format \"organizations/[organization_id]/source/[source_id]\"."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits basic methods from the `Object` class."],["The class contains two public properties: `Name` of type String, and `SourceName` of type SourceName."]]],[]]