public sealed class FetchInventoryRequest : IMessage<FetchInventoryRequest>, IEquatable<FetchInventoryRequest>, IDeepCloneable<FetchInventoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class FetchInventoryRequest.
Request message for
[fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].
[[["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 `FetchInventoryRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.5.0."],["`FetchInventoryRequest` is a request message used for the `FetchInventory` operation in the VM Migration API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits from `object`."],["The `FetchInventoryRequest` class includes properties like `ForceRefresh` (a boolean to force querying the source) and `Source` (a required string for the source name), as well as `SourceAsSourceName`, which provides a type view of the `Source` property."],["The documentation presents past version numbers, starting from version 1.0.0 up to the most recent version, 2.6.0."]]],[]]