abstract fun getPrimarykeysBytes(index: Int): ByteString!
repeated string primarykeys = 5;
index - Int: The index of the value to return.
index
Return ByteString!: The bytes of the primarykeys at the given index.