Class Inventory.Builder

  • All Implemented Interfaces:
    InventoryOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Inventory

    public static final class Inventory.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
    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](https://cloud.google.com/compute/docs/instances/os-inventory-management#data-collected).
     
    Protobuf type google.cloud.osconfig.v1alpha.Inventory
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • clear

        public Inventory.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • getDefaultInstanceForType

        public Inventory getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Inventory build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Inventory buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Inventory.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • setField

        public Inventory.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                          Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • clearField

        public Inventory.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • clearOneof

        public Inventory.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • setRepeatedField

        public Inventory.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  int index,
                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • addRepeatedField

        public Inventory.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • mergeFrom

        public Inventory.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Inventory.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • mergeFrom

        public Inventory.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Inventory.Builder>
        Throws:
        IOException
      • getName

        public 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];
        Specified by:
        getName in interface InventoryOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.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];
        Specified by:
        getNameBytes in interface InventoryOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Inventory.Builder setName​(String value)
         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];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Inventory.Builder clearName()
         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:
        This builder for chaining.
      • setNameBytes

        public Inventory.Builder setNameBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasOsInfo

        public boolean hasOsInfo()
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasOsInfo in interface InventoryOrBuilder
        Returns:
        Whether the osInfo field is set.
      • getOsInfo

        public Inventory.OsInfo getOsInfo()
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getOsInfo in interface InventoryOrBuilder
        Returns:
        The osInfo.
      • setOsInfo

        public Inventory.Builder setOsInfo​(Inventory.OsInfo value)
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setOsInfo

        public Inventory.Builder setOsInfo​(Inventory.OsInfo.Builder builderForValue)
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeOsInfo

        public Inventory.Builder mergeOsInfo​(Inventory.OsInfo value)
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearOsInfo

        public Inventory.Builder clearOsInfo()
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getOsInfoBuilder

        public Inventory.OsInfo.Builder getOsInfoBuilder()
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getOsInfoOrBuilder

        public Inventory.OsInfoOrBuilder getOsInfoOrBuilder()
         Output only. Base level operating system information for the VM.
         
        .google.cloud.osconfig.v1alpha.Inventory.OsInfo os_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getOsInfoOrBuilder in interface InventoryOrBuilder
      • getItemsCount

        public int getItemsCount()
        Description copied from interface: InventoryOrBuilder
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getItemsCount in interface InventoryOrBuilder
      • containsItems

        public boolean containsItems​(String key)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsItems in interface InventoryOrBuilder
      • getItemsMap

        public Map<String,​Inventory.Item> getItemsMap()
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getItemsMap in interface InventoryOrBuilder
      • getItemsOrDefault

        public Inventory.Item getItemsOrDefault​(String key,
                                                Inventory.Item defaultValue)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getItemsOrDefault in interface InventoryOrBuilder
      • getItemsOrThrow

        public Inventory.Item getItemsOrThrow​(String key)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getItemsOrThrow in interface InventoryOrBuilder
      • removeItems

        public Inventory.Builder removeItems​(String key)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • putItems

        public Inventory.Builder putItems​(String key,
                                          Inventory.Item value)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • putAllItems

        public Inventory.Builder putAllItems​(Map<String,​Inventory.Item> values)
         Output only. 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.v1alpha.Inventory.Item> items = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • 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];
        Specified by:
        hasUpdateTime in interface InventoryOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.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];
        Specified by:
        getUpdateTime in interface InventoryOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Inventory.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp of the last reported inventory for the VM.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Inventory.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp of the last reported inventory for the VM.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Inventory.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp of the last reported inventory for the VM.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Inventory.Builder clearUpdateTime()
         Output only. Timestamp of the last reported inventory for the VM.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. Timestamp of the last reported inventory for the VM.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.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];
        Specified by:
        getUpdateTimeOrBuilder in interface InventoryOrBuilder
      • setUnknownFields

        public final Inventory.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>
      • mergeUnknownFields

        public final Inventory.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Inventory.Builder>