Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::Inventory::VersionedPackage.
Information related to the a standard versioned package. This includes package info for APT, Yum, Zypper, and Googet package managers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#architecture
def architecture() -> ::String
Returns
- (::String) — The system architecture this package is intended for.
#architecture=
def architecture=(value) -> ::String
Parameter
- value (::String) — The system architecture this package is intended for.
Returns
- (::String) — The system architecture this package is intended for.
#package_name
def package_name() -> ::String
Returns
- (::String) — The name of the package.
#package_name=
def package_name=(value) -> ::String
Parameter
- value (::String) — The name of the package.
Returns
- (::String) — The name of the package.
#version
def version() -> ::String
Returns
- (::String) — The version of the package.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — The version of the package.
Returns
- (::String) — The version of the package.