copy

fun copy(    header_: ReportHeader? = this.header_,     traces_per_query: Map<String, TracesAndStats> = this.traces_per_query,     end_time: Instant? = this.end_time,     operation_count: Long = this.operation_count,     traces_pre_aggregated: Boolean = this.traces_pre_aggregated,     unknownFields: ByteString = this.unknownFields): Report