public final class Inventory extends GeneratedMessageV3 implements InventoryOrBuilder
   
   This API resource represents the available inventory data for a
 Compute Engine virtual machine (VM) instance at a given point in time.
 You can use this API resource to determine the inventory data of your VM.
 For more information, see Information provided by OS inventory
 management.
 Protobuf type google.cloud.osconfig.v1.Inventory
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  ITEMS_FIELD_NUMBER
  
    public static final int ITEMS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  NAME_FIELD_NUMBER
  
    public static final int NAME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  OS_INFO_FIELD_NUMBER
  
    public static final int OS_INFO_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  UPDATE_TIME_FIELD_NUMBER
  
    public static final int UPDATE_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static Inventory getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static Inventory.Builder newBuilder()
   
  
  
  newBuilder(Inventory prototype)
  
    public static Inventory.Builder newBuilder(Inventory prototype)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | prototype | Inventory
 | 
    
  
  
  
  
  
    public static Inventory parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static Inventory parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static Inventory parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static Inventory parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static Inventory parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static Inventory parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Inventory parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static Inventory parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static Inventory parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static Inventory parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static Inventory parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static Inventory parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<Inventory> parser()
   
  
  Methods
  
  
  containsItems(String key)
  
    public boolean containsItems(String key)
   
   Inventory items related to the VM keyed by an opaque unique identifier for
 each inventory item.  The identifier is unique to each distinct and
 addressable inventory item and will change, when there is a new package
 version.
 map<string, .google.cloud.osconfig.v1.Inventory.Item> items = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public Inventory getDefaultInstanceForType()
   
  
  
  getItems() (deprecated)
  
    public Map<String,Inventory.Item> getItems()
   
  
  
  
  getItemsCount()
  
    public int getItemsCount()
   
   Inventory items related to the VM keyed by an opaque unique identifier for
 each inventory item.  The identifier is unique to each distinct and
 addressable inventory item and will change, when there is a new package
 version.
 map<string, .google.cloud.osconfig.v1.Inventory.Item> items = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getItemsMap()
  
    public Map<String,Inventory.Item> getItemsMap()
   
   Inventory items related to the VM keyed by an opaque unique identifier for
 each inventory item.  The identifier is unique to each distinct and
 addressable inventory item and will change, when there is a new package
 version.
 map<string, .google.cloud.osconfig.v1.Inventory.Item> items = 2;
getItemsOrDefault(String key, Inventory.Item defaultValue)
  
    public Inventory.Item getItemsOrDefault(String key, Inventory.Item defaultValue)
   
   Inventory items related to the VM keyed by an opaque unique identifier for
 each inventory item.  The identifier is unique to each distinct and
 addressable inventory item and will change, when there is a new package
 version.
 map<string, .google.cloud.osconfig.v1.Inventory.Item> items = 2;
getItemsOrThrow(String key)
  
    public Inventory.Item getItemsOrThrow(String key)
   
   Inventory items related to the VM keyed by an opaque unique identifier for
 each inventory item.  The identifier is unique to each distinct and
 addressable inventory item and will change, when there is a new package
 version.
 map<string, .google.cloud.osconfig.v1.Inventory.Item> items = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  getName()
  
   Output only. The Inventory API resource name.
 Format:
 projects/{project_number}/locations/{location}/instances/{instance_id}/inventory
 string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The name. | 
    
  
  
  getNameBytes()
  
    public ByteString getNameBytes()
   
   Output only. The Inventory API resource name.
 Format:
 projects/{project_number}/locations/{location}/instances/{instance_id}/inventory
 string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for name. | 
    
  
  
  getOsInfo()
  
    public Inventory.OsInfo getOsInfo()
   
   Base level operating system information for the VM.
 .google.cloud.osconfig.v1.Inventory.OsInfo os_info = 1;
getOsInfoOrBuilder()
  
    public Inventory.OsInfoOrBuilder getOsInfoOrBuilder()
   
   Base level operating system information for the VM.
 .google.cloud.osconfig.v1.Inventory.OsInfo os_info = 1;
getParserForType()
  
    public Parser<Inventory> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getUpdateTime()
  
    public Timestamp getUpdateTime()
   
   Output only. Timestamp of the last reported inventory for the VM.
 .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The updateTime. | 
    
  
  
  getUpdateTimeOrBuilder()
  
    public TimestampOrBuilder getUpdateTimeOrBuilder()
   
   Output only. Timestamp of the last reported inventory for the VM.
 .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
hasOsInfo()
  
    public boolean hasOsInfo()
   
   Base level operating system information for the VM.
 .google.cloud.osconfig.v1.Inventory.OsInfo os_info = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the osInfo field is set. | 
    
  
  
  hasUpdateTime()
  
    public boolean hasUpdateTime()
   
   Output only. Timestamp of the last reported inventory for the VM.
 .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateTime field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  internalGetMapFieldReflection(int number)
  
    protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | number | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | com.google.protobuf.MapFieldReflectionAccessor |  | 
    
  
  Overrides
  com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public Inventory.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected Inventory.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public Inventory.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides