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, specifically version 2.5.0."],["`GetSourceRequest` is a request message used to retrieve information about a specific source in the VM Migration service and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts another `GetSourceRequest` object for cloning, and has two key properties: `Name` (a string representing the source name) and `SourceName` (a typed view of the `Name` property)."],["The `GetSourceRequest` class is in the `Google.Cloud.VMMigration.V1` namespace and is found within the `Google.Cloud.VMMigration.V1.dll` assembly, and there is versioning information available in the content, with version `2.6.0` being the latest and `1.0.0` being the oldest available."]]],[]]