addJvmFlagBytes

open fun addJvmFlagBytes(value: ByteString): JvmSettings.Builder
Arguments to provide to the JVM.
repeated string jvm_flag = 2;

Return

This builder for chaining.

Parameters

value

The bytes of the jvmFlag to add.