abstract fun getPrimarykeys(index: Int): String!
repeated string primarykeys = 5;
index - Int: The index of the element to return.
index
Return String!: The primarykeys at the given index.