getFeaturePolicyBytes

open fun getFeaturePolicyBytes(index: Int): ByteString
Specifies feature policies for this HTTP cycle.
repeated string feature_policy = 13;

Return

The bytes of the featurePolicy at the given index.

Parameters

index

The index of the value to return.