Packages

package messages

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AggregatedRecord(partitionKeyTable: Seq[String] = _root_.scala.Seq.empty, explicitHashKeyTable: Seq[String] = _root_.scala.Seq.empty, records: Seq[Record] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AggregatedRecord] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class Record(partitionKeyIndex: Long, explicitHashKeyIndex: Option[Long] = _root_.scala.None, data: ByteString, tags: Seq[Tag] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Record] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class Tag(key: String, value: Option[String] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Tag] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object AggregatedRecord extends GeneratedMessageCompanion[AggregatedRecord]
  2. object MessagesProto extends GeneratedFileObject
  3. object Record extends GeneratedMessageCompanion[Record]
  4. object Tag extends GeneratedMessageCompanion[Tag]

Ungrouped