Class: Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/inventory.rb
 
Overview
Information related to the a standard versioned package. This includes package info for APT, Yum, Zypper, and Googet package managers.
Instance Attribute Summary collapse
- 
  
    
      #architecture  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The system architecture this package is intended for.
 - 
  
    
      #package_name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the package.
 - 
  
    
      #version  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the package.
 
Instance Attribute Details
#architecture ⇒ ::String
Returns The system architecture this package is intended for.
      194 195 196 197  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 194 class VersionedPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#package_name ⇒ ::String
Returns The name of the package.
      194 195 196 197  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 194 class VersionedPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#version ⇒ ::String
Returns The version of the package.
      194 195 196 197  | 
    
      # File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 194 class VersionedPackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |