set

@JvmName(name = "setFeature")
operator fun DslList<ArchFeature, ArchitectureInfoKt.Dsl.FeatureProxy>.set(index: Int, value: ArchFeature)
Features detected (or known to be supported) for this architecture; optional field.

repeated .elide.machine.ArchFeature feature = 4;

Parameters

index

The index to set the value at.

value

The feature to set.


@JvmName(name = "setCustomFeature")
operator fun DslList<String, ArchitectureInfoKt.Dsl.CustomFeatureProxy>.set(index: Int, value: String)
Custom feature strings associated with this architecture or detected for support; optional field.

repeated string custom_feature = 5;

Parameters

index

The index to set the value at.

value

The customFeature to set.