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-04-17 UTC."],[[["This webpage details the `GetInventoryRequest` class within the `Google.Cloud.OsConfig.V1` namespace, used for retrieving inventory data for a specific virtual machine."],["The `GetInventoryRequest` class is part of version 1.4.0 of the API and has a current latest version of 2.4.0, with multiple versions listed on this page for reference."],["`GetInventoryRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, `InventoryName`, and `View` to specify the target inventory resource and define the desired view of the inventory data."],["The properties Name is a string, Inventory name is of type InventoryName, and View is of type InventoryView."]]],[]]