set
operator fun DslList<ListenerConfiguration, HostConfigurationKt.Dsl.ListenerProxy>.set(index: Int, 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
index
The index to set the value at.
value
The listener to set.
operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.set(index: Int, value: AppConfigurationSuite)
Generic host configuration payloads.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite config = 5;
Parameters
index
The index to set the value at.
value
The config to set.
operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.set(index: Int, value: AppConfigurationSuite)
Default suite of configurations applied to hosted applications.
Content copied to clipboard
repeated .elide.app.AppConfigurationSuite defaults = 6;
Parameters
index
The index to set the value at.
value
The defaults to set.