public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
[[["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 document provides information about the `GetSourceRequest` class, which is used as a request message for the 'GetSource' operation in version 1.0.0 of the Google.Cloud.VMMigration.V1 library."],["The `GetSourceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google.Protobuf framework."],["The class offers two constructors: a default constructor and one that allows creating a new instance based on an existing `GetSourceRequest` object."],["The `GetSourceRequest` class has two properties, `Name` (a string representing the Source name) and `SourceName` (a typed view of the name), with `Name` being required for the request."],["The document lists several previous versions of `GetSourceRequest`, with the most current version being 2.6.0 and the initial version listed being 1.0.0."]]],[]]