set

@JvmName(name = "setListener")
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.

repeated .elide.host.ListenerConfiguration listener = 4;

Parameters

index

The index to set the value at.

value

The listener to set.


@JvmName(name = "setConfig")
operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.ConfigProxy>.set(index: Int, value: AppConfigurationSuite)
Generic host configuration payloads.

repeated .elide.app.AppConfigurationSuite config = 5;

Parameters

index

The index to set the value at.

value

The config to set.


@JvmName(name = "setDefaults")
operator fun DslList<AppConfigurationSuite, HostConfigurationKt.Dsl.DefaultsProxy>.set(index: Int, value: AppConfigurationSuite)
Default suite of configurations applied to hosted applications.

repeated .elide.app.AppConfigurationSuite defaults = 6;

Parameters

index

The index to set the value at.

value

The defaults to set.