public static interface Inventory.OsInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getArchitecture()
public abstract String getArchitecture()The system architecture of the operating system.
string architecture = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The architecture. |
getArchitectureBytes()
public abstract ByteString getArchitectureBytes()The system architecture of the operating system.
string architecture = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for architecture. |
getHostname()
public abstract String getHostname()The VM hostname.
string hostname = 9;
| Returns | |
|---|---|
| Type | Description |
String |
The hostname. |
getHostnameBytes()
public abstract ByteString getHostnameBytes()The VM hostname.
string hostname = 9;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for hostname. |
getKernelRelease()
public abstract String getKernelRelease()The kernel release of the operating system.
string kernel_release = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The kernelRelease. |
getKernelReleaseBytes()
public abstract ByteString getKernelReleaseBytes()The kernel release of the operating system.
string kernel_release = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kernelRelease. |
getKernelVersion()
public abstract String getKernelVersion()The kernel version of the operating system.
string kernel_version = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The kernelVersion. |
getKernelVersionBytes()
public abstract ByteString getKernelVersionBytes()The kernel version of the operating system.
string kernel_version = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kernelVersion. |
getLongName()
public abstract String getLongName()The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The longName. |
getLongNameBytes()
public abstract ByteString getLongNameBytes()The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for longName. |
getOsconfigAgentVersion()
public abstract String getOsconfigAgentVersion()The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The osconfigAgentVersion. |
getOsconfigAgentVersionBytes()
public abstract ByteString getOsconfigAgentVersionBytes()The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for osconfigAgentVersion. |
getShortName()
public abstract String getShortName()The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The shortName. |
getShortNameBytes()
public abstract ByteString getShortNameBytes()The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for shortName. |
getVersion()
public abstract String getVersion()The version of the operating system.
string version = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version of the operating system.
string version = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |