package v1
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Attributes(dictionary: Map[Int, String] = ..., attributeContext: Option[Int] = scala.None, resetContext: Option[Boolean] = scala.None, stringAttributes: Map[Int, String] = ..., int64Attributes: Map[Int, Long] = ..., doubleAttributes: Map[Int, Double] = ..., boolAttributes: Map[Int, Boolean] = ..., timestampAttributes: Map[Int, Timestamp] = ..., durationAttributes: Map[Int, Duration] = ..., bytesAttributes: Map[Int, Buf] = ..., stringMapAttributes: Map[Int, StringMap] = ..., deletedAttributes: Seq[Int] = scala.Nil, timestampAttributesHACK: Map[Int, Timestamp] = ..., durationAttributesHACK: Map[Int, Duration] = ...) extends Product with Serializable
- case class CheckRequest(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None) extends Product with Serializable
- case class CheckResponse(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None, result: Option[Status] = scala.None, expiration: Option[Duration] = scala.None) extends Product with Serializable
- trait Mixer extends AnyRef
- case class QuotaRequest(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None, deduplicationId: Option[String] = scala.None, quota: Option[String] = scala.None, amount: Option[Long] = scala.None, bestEffort: Option[Boolean] = scala.None) extends Product with Serializable
- case class QuotaResponse(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None, result: Option[Status] = scala.None, expiration: Option[Duration] = scala.None, amount: Option[Long] = scala.None) extends Product with Serializable
- case class ReportRequest(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None) extends Product with Serializable
- case class ReportResponse(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None, result: Option[Status] = scala.None) extends Product with Serializable
- case class StringMap(map: Map[Int, String] = ...) extends Product with Serializable
Value Members
- object Attributes extends Serializable
- object CheckRequest extends Serializable
- object CheckResponse extends Serializable
- object Mixer
- object QuotaRequest extends Serializable
- object QuotaResponse extends Serializable
- object ReportRequest extends Serializable
- object ReportResponse extends Serializable
- object StringMap extends Serializable