Uses of Interface
com.google.cloud.osconfig.v1.InventoryOrBuilder
-
Packages that use InventoryOrBuilder Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of InventoryOrBuilder in com.google.cloud.osconfig.v1
Classes in com.google.cloud.osconfig.v1 that implement InventoryOrBuilder Modifier and Type Class Description class
Inventory
This API resource represents the available inventory data for a Compute Engine virtual machine (VM) instance at a given point in time.static class
Inventory.Builder
This API resource represents the available inventory data for a Compute Engine virtual machine (VM) instance at a given point in time.Methods in com.google.cloud.osconfig.v1 that return InventoryOrBuilder Modifier and Type Method Description InventoryOrBuilder
ListInventoriesResponse.Builder. getInventoriesOrBuilder(int index)
List of inventory objects.InventoryOrBuilder
ListInventoriesResponse. getInventoriesOrBuilder(int index)
List of inventory objects.InventoryOrBuilder
ListInventoriesResponseOrBuilder. getInventoriesOrBuilder(int index)
List of inventory objects.Methods in com.google.cloud.osconfig.v1 that return types with arguments of type InventoryOrBuilder Modifier and Type Method Description List<? extends InventoryOrBuilder>
ListInventoriesResponse.Builder. getInventoriesOrBuilderList()
List of inventory objects.List<? extends InventoryOrBuilder>
ListInventoriesResponse. getInventoriesOrBuilderList()
List of inventory objects.List<? extends InventoryOrBuilder>
ListInventoriesResponseOrBuilder. getInventoriesOrBuilderList()
List of inventory objects.
-