public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 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 documentation details the `GetSourceRequest` class within the Security Command Center v2 API, used for retrieving source information."],["The `GetSourceRequest` class is a request message type that inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and another that accepts an existing `GetSourceRequest` object for duplication."],["It contains two properties, `Name` and `SourceName`, where `Name` holds the relative resource name of the source, and `SourceName` provides a typed view of the `Name` property."],["`GetSourceRequest` is found in version 1.0.0 and can be found in the `Google.Cloud.SecurityCenter.V2` namespace, within the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]