getContent

open fun getContent(index: Int): ByteString
Content chunks which constitute this payload; fixed-size responses have only one chunk.
repeated bytes content = 4;

Return

The content at the given index.

Parameters

index

The index of the element to return.