plusAssign
inline operator fun DslList<ListenerConfiguration, HostConfigurationKt.Dsl.ListenerProxy>.plusAssign(value: ListenerConfiguration)
Listeners to apply to this host. If empty, only native calls are accepted.
Content copied to clipboard
repeated .elide.host.ListenerConfiguration listener = 4;
Parameters
value
The listener to add.
inline operator fun DslList<ListenerConfiguration, HostConfigurationKt.Dsl.ListenerProxy>.plusAssign(values: Iterable<ListenerConfiguration>)
Listeners to apply to this host. If empty, only native calls are accepted.
Content copied to clipboard
repeated .elide.host.ListenerConfiguration listener = 4;
Parameters
values
The listener to add.
inline operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.plusAssign(value: AppConfigurationSuite)
Generic host configuration payloads.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 5;
Parameters
value
The config to add.
inline operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.plusAssign(values: Iterable<AppConfigurationSuite>)
Generic host configuration payloads.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 5;
Parameters
values
The config to add.
inline operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.plusAssign(value: AppConfigurationSuite)
Default suite of configurations applied to hosted applications.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite defaults = 6;
Parameters
value
The defaults to add.
inline operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.plusAssign(values: Iterable<AppConfigurationSuite>)
Default suite of configurations applied to hosted applications.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite defaults = 6;
Parameters
values
The defaults to add.