Google Cloud OsConfig V1 Client - Class InventoryView (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class InventoryView.

The view for inventory objects.

Protobuf type google.cloud.osconfig.v1.InventoryView

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INVENTORY_VIEW_UNSPECIFIED

Value: 0

The default value.

The API defaults to the BASIC view.

Generated from protobuf enum INVENTORY_VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

Returns the basic inventory information that includes os_info.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

Returns all fields.

Generated from protobuf enum FULL = 2;