public sealed class GetInventoryRequest : IMessage<GetInventoryRequest>, IEquatable<GetInventoryRequest>, IDeepCloneable<GetInventoryRequest>, IBufferMessage, IMessage
A request message for getting inventory data for the specified VM.
For {project}, either project-number or project-id can be provided.
For {instance}, either Compute Engine instance-id or instance-name
can be provided.
[[["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."],[[["The webpage details the `GetInventoryRequest` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.8.0, for retrieving inventory data of a specified virtual machine (VM)."],["`GetInventoryRequest` is a request message type and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality checking, deep cloning, and buffer operations."],["The class contains properties such as `InventoryName`, `Name`, and `View`, which are used to specify the inventory resource name, the API resource name, and the level of detail to include in the inventory information respectively."],["There are multiple versions of the same request starting from `1.3.0` to `2.4.0`, the most recent version being `2.4.0`, with links provided to see the details of each one."]]],[]]