public sealed class GetCloneJobRequest : IMessage<GetCloneJobRequest>, IEquatable<GetCloneJobRequest>, IDeepCloneable<GetCloneJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetCloneJobRequest.
[[["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 information for the `GetCloneJobRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.3.0."],["`GetCloneJobRequest` is used as the request message for the 'GetCloneJob' operation and inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default `GetCloneJobRequest()` and one that accepts another `GetCloneJobRequest` object for copying purposes, `GetCloneJobRequest(GetCloneJobRequest other)`."],["The `GetCloneJobRequest` class has two key properties: `CloneJobName`, a typed view over the resource name, and `Name`, a string representing the name of the CloneJob."],["The documentation shows the full list of versions, from 1.0.0 up to the latest one, 2.6.0."]]],[]]