Architecture

enum Architecture : ProtocolMessageEnum
Enumerates known architectures.
Protobuf enum elide.machine.Architecture

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
The architecture is unknown, unrecognized, or backwards-incompatible.
ARCHITECTURE_UNKNOWN = 0;
Link copied to clipboard
val ARM64_VALUE: Int = 200
ARM64 architecture (generic).
ARM64 = 200;
Link copied to clipboard
val X86_64_V2_VALUE: Int = 102
The x86 architecture (v2).
X86_64_V2 = 102;
Link copied to clipboard
val X86_64_V3_VALUE: Int = 103
The x86 architecture (v3).
X86_64_V3 = 103;
Link copied to clipboard
val X86_64_V4_VALUE: Int = 104
The x86 architecture (v4).
X86_64_V4 = 104;
Link copied to clipboard
val X86_64_VALUE: Int = 100
The x86 architecture (generic).
X86_64 = 100;

Functions

Link copied to clipboard
open fun forNumber(value: Int): Architecture
Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<Architecture>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): Architecture
open fun valueOf(value: Int): Architecture

open fun valueOf(name: String): Architecture

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.