GuestSettingsStanzaOrBuilder

interface GuestSettingsStanzaOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
General settings which apply to all guest language types.
.elide.meta.GeneralLanguageSettings general = 2;
Link copied to clipboard
General settings which apply to all guest language types.
.elide.meta.GeneralLanguageSettings general = 2;
Link copied to clipboard
Link copied to clipboard
abstract fun getJs(): JsSettings
JavaScript-specific language settings.
.elide.meta.JsSettings js = 10;
Link copied to clipboard
JavaScript-specific language settings.
.elide.meta.JsSettings js = 10;
Link copied to clipboard
abstract fun getJvm(): JvmSettings
JVM-specific language settings.
.elide.meta.JvmSettings jvm = 20;
Link copied to clipboard
JVM-specific language settings.
.elide.meta.JvmSettings jvm = 20;
Link copied to clipboard
abstract fun getKotlin(): KotlinSettings
Kotlin-specific language settings.
.elide.meta.KotlinSettings kotlin = 21;
Link copied to clipboard
Kotlin-specific language settings.
.elide.meta.KotlinSettings kotlin = 21;
Link copied to clipboard
abstract fun getLang(): GuestLanguage
Specifies the language which these settings apply to.
.elide.meta.GuestLanguage lang = 1;
Link copied to clipboard
abstract fun getLangValue(): Int
Specifies the language which these settings apply to.
.elide.meta.GuestLanguage lang = 1;
Link copied to clipboard
abstract fun getLlvm(): LlvmSettings
LLVM-specific language settings.
.elide.meta.LlvmSettings llvm = 40;
Link copied to clipboard
LLVM-specific language settings.
.elide.meta.LlvmSettings llvm = 40;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getPython(): PythonSettings
Python-specific language settings.
.elide.meta.PythonSettings python = 60;
Link copied to clipboard
Python-specific language settings.
.elide.meta.PythonSettings python = 60;
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getRuby(): RubySettings
Ruby-specific language settings.
.elide.meta.RubySettings ruby = 50;
Link copied to clipboard
Ruby-specific language settings.
.elide.meta.RubySettings ruby = 50;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getWasm(): WasmSettings
WASM-specific language settings.
.elide.meta.WasmSettings wasm = 30;
Link copied to clipboard
WASM-specific language settings.
.elide.meta.WasmSettings wasm = 30;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasGeneral(): Boolean
General settings which apply to all guest language types.
.elide.meta.GeneralLanguageSettings general = 2;
Link copied to clipboard
abstract fun hasJs(): Boolean
JavaScript-specific language settings.
.elide.meta.JsSettings js = 10;
Link copied to clipboard
abstract fun hasJvm(): Boolean
JVM-specific language settings.
.elide.meta.JvmSettings jvm = 20;
Link copied to clipboard
abstract fun hasKotlin(): Boolean
Kotlin-specific language settings.
.elide.meta.KotlinSettings kotlin = 21;
Link copied to clipboard
abstract fun hasLlvm(): Boolean
LLVM-specific language settings.
.elide.meta.LlvmSettings llvm = 40;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasPython(): Boolean
Python-specific language settings.
.elide.meta.PythonSettings python = 60;
Link copied to clipboard
abstract fun hasRuby(): Boolean
Ruby-specific language settings.
.elide.meta.RubySettings ruby = 50;
Link copied to clipboard
abstract fun hasWasm(): Boolean
WASM-specific language settings.
.elide.meta.WasmSettings wasm = 30;
Link copied to clipboard
abstract fun isInitialized(): Boolean