public final class MachineArchitectureDetails extends GeneratedMessageV3 implements MachineArchitectureDetailsOrBuilder
Details of the machine architecture.
Protobuf type google.cloud.migrationcenter.v1.MachineArchitectureDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BIOS_FIELD_NUMBER
public static final int BIOS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CPU_ARCHITECTURE_FIELD_NUMBER
public static final int CPU_ARCHITECTURE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CPU_NAME_FIELD_NUMBER
public static final int CPU_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CPU_SOCKET_COUNT_FIELD_NUMBER
public static final int CPU_SOCKET_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CPU_THREAD_COUNT_FIELD_NUMBER
public static final int CPU_THREAD_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FIRMWARE_TYPE_FIELD_NUMBER
public static final int FIRMWARE_TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HYPERTHREADING_FIELD_NUMBER
public static final int HYPERTHREADING_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VENDOR_FIELD_NUMBER
public static final int VENDOR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MachineArchitectureDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MachineArchitectureDetails.Builder newBuilder()
newBuilder(MachineArchitectureDetails prototype)
public static MachineArchitectureDetails.Builder newBuilder(MachineArchitectureDetails prototype)
public static MachineArchitectureDetails parseDelimitedFrom(InputStream input)
public static MachineArchitectureDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MachineArchitectureDetails parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MachineArchitectureDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(CodedInputStream input)
public static MachineArchitectureDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(InputStream input)
public static MachineArchitectureDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MachineArchitectureDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MachineArchitectureDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBios()
public BiosDetails getBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
getBiosOrBuilder()
public BiosDetailsOrBuilder getBiosOrBuilder()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
getCpuArchitecture()
public String getCpuArchitecture()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
string cpu_architecture = 1;
Returns |
Type |
Description |
String |
The cpuArchitecture.
|
getCpuArchitectureBytes()
public ByteString getCpuArchitectureBytes()
CPU architecture, e.g., "x64-based PC", "x86_64", "i686" etc.
string cpu_architecture = 1;
Returns |
Type |
Description |
ByteString |
The bytes for cpuArchitecture.
|
getCpuName()
public String getCpuName()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
string cpu_name = 2;
Returns |
Type |
Description |
String |
The cpuName.
|
getCpuNameBytes()
public ByteString getCpuNameBytes()
CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
string cpu_name = 2;
Returns |
Type |
Description |
ByteString |
The bytes for cpuName.
|
getCpuSocketCount()
public int getCpuSocketCount()
Number of processor sockets allocated to the machine.
int32 cpu_socket_count = 5;
Returns |
Type |
Description |
int |
The cpuSocketCount.
|
getCpuThreadCount()
public int getCpuThreadCount()
Number of CPU threads allocated to the machine.
int32 cpu_thread_count = 4;
Returns |
Type |
Description |
int |
The cpuThreadCount.
|
getDefaultInstanceForType()
public MachineArchitectureDetails getDefaultInstanceForType()
getFirmwareType()
public MachineArchitectureDetails.FirmwareType getFirmwareType()
Firmware type.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType firmware_type = 7;
getFirmwareTypeValue()
public int getFirmwareTypeValue()
Firmware type.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType firmware_type = 7;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for firmwareType.
|
getHyperthreading()
public MachineArchitectureDetails.CpuHyperThreading getHyperthreading()
CPU hyper-threading support.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading hyperthreading = 8;
getHyperthreadingValue()
public int getHyperthreadingValue()
CPU hyper-threading support.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.CpuHyperThreading hyperthreading = 8;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for hyperthreading.
|
getParserForType()
public Parser<MachineArchitectureDetails> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVendor()
public String getVendor()
Hardware vendor.
string vendor = 3;
Returns |
Type |
Description |
String |
The vendor.
|
getVendorBytes()
public ByteString getVendorBytes()
Hardware vendor.
string vendor = 3;
Returns |
Type |
Description |
ByteString |
The bytes for vendor.
|
hasBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
Returns |
Type |
Description |
boolean |
Whether the bios field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MachineArchitectureDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MachineArchitectureDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MachineArchitectureDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides