getProblemBytes

open fun getProblemBytes(index: Int): ByteString
Problem messages to resolve verification.
repeated string problem = 3;

Return

The bytes of the problem at the given index.

Parameters

index

The index of the value to return.