getKeywordBytes

open fun getKeywordBytes(index: Int): ByteString
Defines meta tag keywords, to be included in the page.
repeated string keyword = 3;

Return

The bytes of the keyword at the given index.

Parameters

index

The index of the value to return.