JsSettingsOrBuilder

interface JsSettingsOrBuilder : 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 getDisabled(index: Int): JsSettings.JsFeature
JavaScript language features which are disabled for the guest.
repeated .elide.meta.JsSettings.JsFeature disabled = 3;
Link copied to clipboard
abstract fun getDisabledCount(): Int
JavaScript language features which are disabled for the guest.
repeated .elide.meta.JsSettings.JsFeature disabled = 3;
Link copied to clipboard
JavaScript language features which are disabled for the guest.
repeated .elide.meta.JsSettings.JsFeature disabled = 3;
Link copied to clipboard
abstract fun getDisabledValue(index: Int): Int
JavaScript language features which are disabled for the guest.
repeated .elide.meta.JsSettings.JsFeature disabled = 3;
Link copied to clipboard
JavaScript language features which are disabled for the guest.
repeated .elide.meta.JsSettings.JsFeature disabled = 3;
Link copied to clipboard
abstract fun getEnabled(index: Int): JsSettings.JsFeature
JavaScript language features which are enabled for the guest.
repeated .elide.meta.JsSettings.JsFeature enabled = 2;
Link copied to clipboard
abstract fun getEnabledCount(): Int
JavaScript language features which are enabled for the guest.
repeated .elide.meta.JsSettings.JsFeature enabled = 2;
Link copied to clipboard
JavaScript language features which are enabled for the guest.
repeated .elide.meta.JsSettings.JsFeature enabled = 2;
Link copied to clipboard
abstract fun getEnabledValue(index: Int): Int
JavaScript language features which are enabled for the guest.
repeated .elide.meta.JsSettings.JsFeature enabled = 2;
Link copied to clipboard
JavaScript language features which are enabled for the guest.
repeated .elide.meta.JsSettings.JsFeature enabled = 2;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getLevel(): JsLanguageLevel
Describes the JavaScript language level for an embedded guest script.
.elide.meta.JsLanguageLevel level = 1;
Link copied to clipboard
abstract fun getLevelValue(): Int
Describes the JavaScript language level for an embedded guest script.
.elide.meta.JsLanguageLevel level = 1;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
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 getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean