public sealed class GetSourceRequest : IMessage<GetSourceRequest>, IEquatable<GetSourceRequest>, IDeepCloneable<GetSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration 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 document provides reference documentation for the `GetSourceRequest` class within the Google Cloud VM Migration v1 API."],["`GetSourceRequest` is a message class used to request a \"GetSource\" operation within the VM Migration API, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that takes another `GetSourceRequest` instance for creating a copy."],["It includes two main properties: `Name`, which is a required string representing the source name, and `SourceName`, which provides a typed view of the `Name` property."],["The document lists the different versions, with the latest version being 2.6.0 and lists different version going as far back as 1.0.0."]]],[]]