Uses of Class
com.google.cloud.osconfig.v1.InventoryName
-
Packages that use InventoryName Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of InventoryName in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return InventoryName Modifier and Type Method Description InventoryName
InventoryName.Builder. build()
static InventoryName
InventoryName. of(String project, String location, String instance)
static InventoryName
InventoryName. parse(String formattedString)
Methods in com.google.cloud.osconfig.v1 that return types with arguments of type InventoryName Modifier and Type Method Description static List<InventoryName>
InventoryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.osconfig.v1 with parameters of type InventoryName Modifier and Type Method Description Inventory
OsConfigZonalServiceClient. getInventory(InventoryName name)
Get inventory data for the specified VM instance.Method parameters in com.google.cloud.osconfig.v1 with type arguments of type InventoryName Modifier and Type Method Description static List<String>
InventoryName. toStringList(List<InventoryName> values)
-