public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration 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 documentation is for version 1.3.0 of the `GetSourceRequest` class within the Google Cloud Migration Center v1 API, detailing its structure and functionality."],["`GetSourceRequest` is a request class used to retrieve a specific source, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `GetSourceRequest` instance as a parameter for copying."],["The `GetSourceRequest` class contains two main properties: `Name`, a string representing the resource name, and `SourceName`, a typed view of the resource name."],["This class inherits members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`, which are standard .NET object methods."]]],[]]