Interface Inventory.ItemOrBuilder (2.53.0)

public static interface Inventory.ItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailablePackage()

public abstract Inventory.SoftwarePackage getAvailablePackage()

Software package available to be installed on the VM instance.

.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;

Returns
Type Description
Inventory.SoftwarePackage

The availablePackage.

getAvailablePackageOrBuilder()

public abstract Inventory.SoftwarePackageOrBuilder getAvailablePackageOrBuilder()

Software package available to be installed on the VM instance.

.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;

Returns
Type Description
Inventory.SoftwarePackageOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

When this inventory item was first detected.

.google.protobuf.Timestamp create_time = 8;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

When this inventory item was first detected.

.google.protobuf.Timestamp create_time = 8;

Returns
Type Description
TimestampOrBuilder

getDetailsCase()

public abstract Inventory.Item.DetailsCase getDetailsCase()
Returns
Type Description
Inventory.Item.DetailsCase

getId()

public abstract String getId()

Identifier for this item, unique across items for this VM.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Identifier for this item, unique across items for this VM.

string id = 1;

<