Details

class Details(    variables_json: Map<String, String> = emptyMap(),     val operation_name: String = "",     unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.Details, Nothing>

Constructors

Link copied to clipboard
constructor(variables_json: Map<String, String> = emptyMap(), operation_name: String = "", unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<Trace.Details>
Link copied to clipboard

This is deprecated and only used for legacy applications don't include this in traces inside a FullTracesReport; the operation name for these traces comes from the key of the traces_per_query map.

Link copied to clipboard
val unknownFields: ByteString
Link copied to clipboard

The variables associated with this query (unless the reporting agent is configured to keep them all private). Values are JSON: ie, strings are enclosed in double quotes, etc. The value of a private variable is the empty string.

Functions

Link copied to clipboard
fun copy(    variables_json: Map<String, String> = this.variables_json,     operation_name: String = this.operation_name,     unknownFields: ByteString = this.unknownFields): Trace.Details
Link copied to clipboard
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String