getFeaturePolicy

abstract fun getFeaturePolicy(index: Int): String
Specifies feature policies for this HTTP cycle.
repeated string feature_policy = 13;

Return

The featurePolicy at the given index.

Parameters

index

The index of the element to return.