getJvmFlagBytes

abstract fun getJvmFlagBytes(index: Int): ByteString
Arguments to provide to the JVM.
repeated string jvm_flag = 2;

Return

The bytes of the jvmFlag at the given index.

Parameters

index

The index of the value to return.