getLayerBuilder

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.
repeated .elide.structs.BloomFilter.FilterLayer layer = 5;