addAll
fun DslList<GuestLanguage, EngineConfigurationKt.Dsl.LanguageProxy>.addAll(values: Iterable<GuestLanguage>)
Enabled guest languages.
Content copied to clipboard
repeated .elide.meta.GuestLanguage language = 1;
Parameters
values
The language to add.
fun DslList<GuestSettingsStanza, EngineConfigurationKt.Dsl.SettingsProxy>.addAll(values: Iterable<GuestSettingsStanza>)
Guest-specific configuration, associated with each language.
Content copied to clipboard
repeated .elide.meta.GuestSettingsStanza settings = 3;
Parameters
values
The settings to add.