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."],[[["This webpage details the `GetInventoryRequest` class within the Google Cloud OS Config V1 API, specifically version 1.6.0."],["`GetInventoryRequest` is used to retrieve inventory data for a designated virtual machine and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInventoryRequest` class features constructors for creating new instances, either default or from another existing `GetInventoryRequest` object."],["Key properties of the `GetInventoryRequest` class include `InventoryName`, `Name` (the API resource name for the inventory), and `View` (indicating the level of detail to include in the inventory response)."],["The latest version of this class is 2.4.0 and this page displays the documentation for version 1.6.0, including a list of other versions between 1.3.0 and 2.3.0."]]],[]]