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."],[[["The `GetSourceRequest` class is part of the Migration Center v1 API, specifically within the `Google.Cloud.MigrationCenter.V1` namespace, and is used to request a source."],["`GetSourceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The class `GetSourceRequest` has two constructors: a default constructor and one that takes another `GetSourceRequest` object, that is used for passing information."],["`GetSourceRequest` includes two properties, `Name` (a string representing the resource's name) and `SourceName` (a `SourceName`-typed view over the `Name`)."],["The latest available version for `GetSourceRequest` is 1.4.0, and previous versions are also available (1.0.0, 1.1.0, 1.2.0 and 1.3.0)."]]],[]]