addFeaturePolicyBytes

open fun addFeaturePolicyBytes(value: ByteString): Context.Builder
Specifies feature policies for this HTTP cycle.
repeated string feature_policy = 13;

Return

This builder for chaining.

Parameters

value

The bytes of the featurePolicy to add.