Interface HardwareOrBuilder (0.3.0)

public interface HardwareOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCpuClockSpeed()

public abstract long getCpuClockSpeed()

Clock speed of the hardware CPU in MHz.

uint64 cpu_clock_speed = 6;

Returns
Type Description
long

The cpuClockSpeed.

getCpuMaxClockSpeed()

public abstract long getCpuMaxClockSpeed()

Maximum possible clock speed of the hardware CPU in MHz.

uint64 cpu_max_clock_speed = 7;

Returns
Type Description
long

The cpuMaxClockSpeed.

getCpuModel()

public abstract String getCpuModel()

Model description of the hardware CPU (e.g. "2.8 GHz Quad-Core Intel Core i5").

string cpu_model = 5;

Returns
Type Description
String

The cpuModel.

getCpuModelBytes()

public abstract ByteString getCpuModelBytes()

Model description of the hardware CPU (e.g. "2.8 GHz Quad-Core Intel Core i5").

string cpu_model = 5;

Returns
Type Description
ByteString

The bytes for cpuModel.

getCpuNumberCores()

public abstract long getCpuNumberCores()

Number of CPU cores.

uint64 cpu_number_cores = 8;

Returns
Type Description
long

The cpuNumberCores.

getCpuPlatform()

public abstract String getCpuPlatform()

Platform of the hardware CPU (e.g. "Intel Broadwell").

string cpu_platform = 4;

Returns
Type Description
String

The cpuPlatform.

getCpuPlatformBytes()

public abstract ByteString getCpuPlatformBytes()

Platform of the hardware CPU (e.g. "Intel Broadwell").

string cpu_platform = 4;

Returns
Type Description
ByteString

The bytes for cpuPlatform.

getManufacturer()

public abstract String getManufacturer()

Hardware manufacturer.

string manufacturer = 2;

Returns
Type Description
String

The manufacturer.

getManufacturerBytes()

public abstract ByteString getManufacturerBytes()

Hardware manufacturer.

string manufacturer = 2;

Returns
Type Description
ByteString

The bytes for manufacturer.

getModel()

public abstract String getModel()

Hardware model.

string model = 3;

Returns
Type Description
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

Hardware model.

string model = 3;

Returns
Type Description
ByteString

The bytes for model.

getRam()

public abstract long getRam()

Amount of the hardware ramdom access memory (RAM) in Mb.

uint64 ram = 9;

Returns
Type Description
long

The ram.

getSerialNumber()

public abstract String getSerialNumber()

Hardware serial number.

string serial_number = 1;

Returns
Type Description
String

The serialNumber.

getSerialNumberBytes()

public abstract ByteString getSerialNumberBytes()

Hardware serial number.

string serial_number = 1;

Returns
Type Description
ByteString

The bytes for serialNumber.