public static interface Inventory.OsInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture()
The system architecture of the operating system.
|
com.google.protobuf.ByteString |
getArchitectureBytes()
The system architecture of the operating system.
|
String |
getHostname()
The VM hostname.
|
com.google.protobuf.ByteString |
getHostnameBytes()
The VM hostname.
|
String |
getKernelRelease()
The kernel release of the operating system.
|
com.google.protobuf.ByteString |
getKernelReleaseBytes()
The kernel release of the operating system.
|
String |
getKernelVersion()
The kernel version of the operating system.
|
com.google.protobuf.ByteString |
getKernelVersionBytes()
The kernel version of the operating system.
|
String |
getLongName()
The operating system long name.
|
com.google.protobuf.ByteString |
getLongNameBytes()
The operating system long name.
|
String |
getOsconfigAgentVersion()
The current version of the OS Config agent running on the VM.
|
com.google.protobuf.ByteString |
getOsconfigAgentVersionBytes()
The current version of the OS Config agent running on the VM.
|
String |
getShortName()
The operating system short name.
|
com.google.protobuf.ByteString |
getShortNameBytes()
The operating system short name.
|
String |
getVersion()
The version of the operating system.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version of the operating system.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHostname()
The VM hostname.
string hostname = 9;com.google.protobuf.ByteString getHostnameBytes()
The VM hostname.
string hostname = 9;String getLongName()
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;com.google.protobuf.ByteString getLongNameBytes()
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;String getShortName()
The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;com.google.protobuf.ByteString getShortNameBytes()
The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;String getVersion()
The version of the operating system.
string version = 4;com.google.protobuf.ByteString getVersionBytes()
The version of the operating system.
string version = 4;String getArchitecture()
The system architecture of the operating system.
string architecture = 5;com.google.protobuf.ByteString getArchitectureBytes()
The system architecture of the operating system.
string architecture = 5;String getKernelVersion()
The kernel version of the operating system.
string kernel_version = 6;com.google.protobuf.ByteString getKernelVersionBytes()
The kernel version of the operating system.
string kernel_version = 6;String getKernelRelease()
The kernel release of the operating system.
string kernel_release = 7;com.google.protobuf.ByteString getKernelReleaseBytes()
The kernel release of the operating system.
string kernel_release = 7;String getOsconfigAgentVersion()
The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;com.google.protobuf.ByteString getOsconfigAgentVersionBytes()
The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;Copyright © 2023 Google LLC. All rights reserved.