add
fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.add(value: BloomFilter.FilterLayer)
Specifies each layer of this Bloom filter structure. If no more than one layer is present, the structure represents
a simple, single-layer regular Bloom filter. If more than one layer are present, the structure represents a multi-
layer (*Layered*) Bloom filter.
Content copied to clipboard
repeated .elide.structs.BloomFilter.FilterLayer layer = 5;
Parameters
value
The layer to add.