ContextualizedQueryLatencyStats

class ContextualizedQueryLatencyStats(    val query_latency_stats: QueryLatencyStats? = null,     val context: StatsContext? = null,     unknownFields: ByteString = ByteString.EMPTY) : Message<ContextualizedQueryLatencyStats, Nothing>

Constructors

Link copied to clipboard
constructor(query_latency_stats: QueryLatencyStats? = null, context: StatsContext? = null, unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val context: StatsContext? = null
Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(    query_latency_stats: QueryLatencyStats? = this.query_latency_stats,     context: StatsContext? = this.context,     unknownFields: ByteString = this.unknownFields): ContextualizedQueryLatencyStats
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