Enum Inventory.Item.OriginType (2.39.0)

public enum Inventory.Item.OriginType extends Enum<Inventory.Item.OriginType> implements ProtocolMessageEnum

The origin of a specific inventory item.

Protobuf enum google.cloud.osconfig.v1.Inventory.Item.OriginType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INVENTORY_REPORT

This inventory item was discovered as the result of the agent reporting inventory via the reporting API.

INVENTORY_REPORT = 1;

INVENTORY_REPORT_VALUE

This inventory item was discovered as the result of the agent reporting inventory via the reporting API.

INVENTORY_REPORT = 1;

ORIGIN_TYPE_UNSPECIFIED

Invalid. An origin type must be specified.

ORIGIN_TYPE_UNSPECIFIED = 0;

ORIGIN_TYPE_UNSPECIFIED_VALUE

Invalid. An origin type must be specified.

ORIGIN_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()