Builder
Defines the structure of a VM flag value.
Content copied to clipboard
elide.host.VMConfiguration.VMFlag
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Boolean value for the flag; `true` indicates activation.
Content copied to clipboard
bool bool = 2;
Link copied to clipboard
Link copied to clipboard
Name or string for this flag.
Content copied to clipboard
string flag = 1;
Link copied to clipboard
Link copied to clipboard
String literal value for the flag.
Content copied to clipboard
string string = 3;
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
Link copied to clipboard
Name or string for this flag.
Content copied to clipboard
string flag = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
String literal value for the flag.
Content copied to clipboard
string string = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun mergeFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): VMConfiguration.VMFlag.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Boolean value for the flag; `true` indicates activation.
Content copied to clipboard
bool bool = 2;
Link copied to clipboard
Name or string for this flag.
Content copied to clipboard
string flag = 1;
Link copied to clipboard
Name or string for this flag.
Content copied to clipboard
string flag = 1;
Link copied to clipboard
abstract fun setRepeatedField(field: Descriptors.FieldDescriptor, index: Int, value: Any): Message.Builder
Link copied to clipboard
String literal value for the flag.
Content copied to clipboard
string string = 3;
Link copied to clipboard
String literal value for the flag.
Content copied to clipboard
string string = 3;
Link copied to clipboard