copy

fun copy(    key: String = this.key,     v_type: ValueType = this.v_type,     v_str: String = this.v_str,     v_bool: Boolean = this.v_bool,     v_int64: Long = this.v_int64,     v_float64: Double = this.v_float64,     v_binary: ByteString = this.v_binary,     unknownFields: ByteString = this.unknownFields): KeyValue