Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. case class CheckRequest(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None) extends Product with Serializable
  3. 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
  4. trait Mixer extends AnyRef
  5. 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
  6. 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
  7. case class ReportRequest(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None) extends Product with Serializable
  8. case class ReportResponse(requestIndex: Option[Long] = scala.None, attributeUpdate: Option[Attributes] = scala.None, result: Option[Status] = scala.None) extends Product with Serializable
  9. case class StringMap(map: Map[Int, String] = ...) extends Product with Serializable

Value Members

  1. object Attributes extends Serializable
  2. object CheckRequest extends Serializable
  3. object CheckResponse extends Serializable
  4. object Mixer
  5. object QuotaRequest extends Serializable
  6. object QuotaResponse extends Serializable
  7. object ReportRequest extends Serializable
  8. object ReportResponse extends Serializable
  9. object StringMap extends Serializable

Ungrouped