addAll
fun DslList<GeneralLanguageSettings, GuestConfigurationKt.Dsl.GeneralProxy>.addAll(values: Iterable<GeneralLanguageSettings>)
General and default settings to apply as part of this suite of policies.
Content copied to clipboard
repeated .elide.meta.GeneralLanguageSettings general = 2;
Parameters
values
The general to add.
fun DslList<GuestSettings, GuestConfigurationKt.Dsl.SettingsProxy>.addAll(values: Iterable<GuestSettings>)
Settings stanzas, each of which describe general and language-specific settings for a given guest language.
Content copied to clipboard
repeated .elide.meta.GuestSettings settings = 3;
Parameters
values
The settings to add.