public final class MachineArchitectureDetails extends GeneratedMessageV3 implements MachineArchitectureDetailsOrBuilder
Details of the machine architecture.
Protobuf type google.cloud.migrationcenter.v1.MachineArchitectureDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MachineArchitectureDetailsImplements
MachineArchitectureDetailsOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MachineArchitectureDetails.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.Builder |
newBuilder(MachineArchitectureDetails prototype)
public static MachineArchitectureDetails.Builder newBuilder(MachineArchitectureDetails prototype)
Parameter | |
---|---|
Name | Description |
prototype | MachineArchitectureDetails |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.Builder |
parseDelimitedFrom(InputStream input)
public static MachineArchitectureDetails parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MachineArchitectureDetails parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MachineArchitectureDetails parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MachineArchitectureDetails parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MachineArchitectureDetails parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MachineArchitectureDetails parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MachineArchitectureDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MachineArchitectureDetails> parser()
Returns | |
---|---|
Type | Description |
Parser<MachineArchitectureDetails> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getBios()
public BiosDetails getBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
Returns | |
---|---|
Type | Description |
BiosDetails | The bios. |
getBiosOrBuilder()
public BiosDetailsOrBuilder getBiosOrBuilder()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
Returns | |
---|---|
Type | Description |
BiosDetailsOrBuilder |
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()
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails |
getFirmwareType()
public MachineArchitectureDetails.FirmwareType getFirmwareType()
Firmware type.
.google.cloud.migrationcenter.v1.MachineArchitectureDetails.FirmwareType firmware_type = 7;
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.FirmwareType | The firmwareType. |
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;
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.CpuHyperThreading | The hyperthreading. |
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()
Returns | |
---|---|
Type | Description |
Parser<MachineArchitectureDetails> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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()
public boolean hasBios()
BIOS Details.
.google.cloud.migrationcenter.v1.BiosDetails bios = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the bios field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public MachineArchitectureDetails.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MachineArchitectureDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MachineArchitectureDetails.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MachineArchitectureDetails.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |