getCustomFeatureBytes

open fun getCustomFeatureBytes(index: Int): ByteString
Custom feature strings associated with this architecture or detected for support; optional field.
repeated string custom_feature = 5;

Return

The bytes of the customFeature at the given index.

Parameters

index

The index of the value to return.