GeneralLanguageSettings
# Language Settings: General
Defines general settings and configurations which apply to every guest language.
Content copied to clipboard
elide.meta.GeneralLanguageSettings
Types
Properties
Functions
Link copied to clipboard
inline fun GeneralLanguageSettings.copy(block: GeneralLanguageSettingsKt.Dsl.() -> Unit): GeneralLanguageSettings
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Default security and isolation policy to apply to guest VMs. If left unspecified, reasonable defaults are used. Any
same-type payload for an individual language overrides these settings within the scope of that language.
Content copied to clipboard
.elide.meta.GuestPolicy default_policy = 3;
Link copied to clipboard
Default security and isolation policy to apply to guest VMs. If left unspecified, reasonable defaults are used. Any
same-type payload for an individual language overrides these settings within the scope of that language.
Content copied to clipboard
.elide.meta.GuestPolicy default_policy = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether to disable source parser caching. Requires sharing of engines across contexts. Defaults to `false`; should
usually be kept on to improve performance.
Content copied to clipboard
bool disable_cache = 2;
Link copied to clipboard
Whether this language is enabled.
Content copied to clipboard
bool enabled = 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
Link copied to clipboard
Link copied to clipboard
Default security and isolation policy to apply to guest VMs. If left unspecified, reasonable defaults are used. Any
same-type payload for an individual language overrides these settings within the scope of that language.
Content copied to clipboard
.elide.meta.GuestPolicy default_policy = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): GeneralLanguageSettings
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard