public static interface Inventory.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Inventory.SoftwarePackage |
getAvailablePackage()
Software package available to be installed on the VM instance.
|
Inventory.SoftwarePackageOrBuilder |
getAvailablePackageOrBuilder()
Software package available to be installed on the VM instance.
|
com.google.protobuf.Timestamp |
getCreateTime()
When this inventory item was first detected.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
When this inventory item was first detected.
|
Inventory.Item.DetailsCase |
getDetailsCase() |
String |
getId()
Identifier for this item, unique across items for this VM.
|
com.google.protobuf.ByteString |
getIdBytes()
Identifier for this item, unique across items for this VM.
|
Inventory.SoftwarePackage |
getInstalledPackage()
Software package present on the VM instance.
|
Inventory.SoftwarePackageOrBuilder |
getInstalledPackageOrBuilder()
Software package present on the VM instance.
|
Inventory.Item.OriginType |
getOriginType()
The origin of this inventory item.
|
int |
getOriginTypeValue()
The origin of this inventory item.
|
Inventory.Item.Type |
getType()
The specific type of inventory, correlating to its specific details.
|
int |
getTypeValue()
The specific type of inventory, correlating to its specific details.
|
com.google.protobuf.Timestamp |
getUpdateTime()
When this inventory item was last modified.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
When this inventory item was last modified.
|
boolean |
hasAvailablePackage()
Software package available to be installed on the VM instance.
|
boolean |
hasCreateTime()
When this inventory item was first detected.
|
boolean |
hasInstalledPackage()
Software package present on the VM instance.
|
boolean |
hasUpdateTime()
When this inventory item was last modified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Identifier for this item, unique across items for this VM.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Identifier for this item, unique across items for this VM.
string id = 1;int getOriginTypeValue()
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;Inventory.Item.OriginType getOriginType()
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;boolean hasCreateTime()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;com.google.protobuf.Timestamp getCreateTime()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;boolean hasUpdateTime()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;com.google.protobuf.Timestamp getUpdateTime()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;int getTypeValue()
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;Inventory.Item.Type getType()
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;boolean hasInstalledPackage()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;Inventory.SoftwarePackage getInstalledPackage()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;Inventory.SoftwarePackageOrBuilder getInstalledPackageOrBuilder()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;boolean hasAvailablePackage()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;Inventory.SoftwarePackage getAvailablePackage()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;Inventory.SoftwarePackageOrBuilder getAvailablePackageOrBuilder()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;Inventory.Item.DetailsCase getDetailsCase()
Copyright © 2024 Google LLC. All rights reserved.