wtclientrpc.Tower.scala Maven / Gradle / Ivy
The newest version!
// Generated by the Scala Plugin for the Protocol Buffer Compiler.
// Do not edit!
//
// Protofile syntax: PROTO3
package wtclientrpc
/** @param pubkey
* The identifying public key of the watchtower.
* @param addresses
* The list of addresses the watchtower is reachable over.
* @param activeSessionCandidate
* Deprecated, use the active_session_candidate field under the
* correct identifier in the client_type map.
* Whether the watchtower is currently a candidate for new sessions.
* @param numSessions
* Deprecated, use the num_sessions field under the correct identifier
* in the client_type map.
* The number of sessions that have been negotiated with the watchtower.
* @param sessions
* Deprecated, use the sessions field under the correct identifier in the
* client_type map.
* The list of sessions that have been negotiated with the watchtower.
* @param sessionInfo
* A list sessions held with the tower.
*/
@SerialVersionUID(0L)
final case class Tower(
pubkey: _root_.com.google.protobuf.ByteString = _root_.com.google.protobuf.ByteString.EMPTY,
addresses: _root_.scala.Seq[_root_.scala.Predef.String] = _root_.scala.Seq.empty,
@scala.deprecated(message="Marked as deprecated in proto file", "") activeSessionCandidate: _root_.scala.Boolean = false,
@scala.deprecated(message="Marked as deprecated in proto file", "") numSessions: _root_.scala.Int = 0,
@scala.deprecated(message="Marked as deprecated in proto file", "") sessions: _root_.scala.Seq[wtclientrpc.TowerSession] = _root_.scala.Seq.empty,
sessionInfo: _root_.scala.Seq[wtclientrpc.TowerSessionInfo] = _root_.scala.Seq.empty,
unknownFields: _root_.scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty
) extends scalapb.GeneratedMessage with scalapb.lenses.Updatable[Tower] {
@transient
private[this] var __serializedSizeMemoized: _root_.scala.Int = 0
private[this] def __computeSerializedSize(): _root_.scala.Int = {
var __size = 0
{
val __value = pubkey
if (!__value.isEmpty) {
__size += _root_.com.google.protobuf.CodedOutputStream.computeBytesSize(1, __value)
}
};
addresses.foreach { __item =>
val __value = __item
__size += _root_.com.google.protobuf.CodedOutputStream.computeStringSize(2, __value)
}
{
val __value = activeSessionCandidate
if (__value != false) {
__size += _root_.com.google.protobuf.CodedOutputStream.computeBoolSize(3, __value)
}
};
{
val __value = numSessions
if (__value != 0) {
__size += _root_.com.google.protobuf.CodedOutputStream.computeUInt32Size(4, __value)
}
};
sessions.foreach { __item =>
val __value = __item
__size += 1 + _root_.com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(__value.serializedSize) + __value.serializedSize
}
sessionInfo.foreach { __item =>
val __value = __item
__size += 1 + _root_.com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(__value.serializedSize) + __value.serializedSize
}
__size += unknownFields.serializedSize
__size
}
override def serializedSize: _root_.scala.Int = {
var __size = __serializedSizeMemoized
if (__size == 0) {
__size = __computeSerializedSize() + 1
__serializedSizeMemoized = __size
}
__size - 1
}
def writeTo(`_output__`: _root_.com.google.protobuf.CodedOutputStream): _root_.scala.Unit = {
{
val __v = pubkey
if (!__v.isEmpty) {
_output__.writeBytes(1, __v)
}
};
addresses.foreach { __v =>
val __m = __v
_output__.writeString(2, __m)
};
{
val __v = activeSessionCandidate
if (__v != false) {
_output__.writeBool(3, __v)
}
};
{
val __v = numSessions
if (__v != 0) {
_output__.writeUInt32(4, __v)
}
};
sessions.foreach { __v =>
val __m = __v
_output__.writeTag(5, 2)
_output__.writeUInt32NoTag(__m.serializedSize)
__m.writeTo(_output__)
};
sessionInfo.foreach { __v =>
val __m = __v
_output__.writeTag(6, 2)
_output__.writeUInt32NoTag(__m.serializedSize)
__m.writeTo(_output__)
};
unknownFields.writeTo(_output__)
}
def withPubkey(__v: _root_.com.google.protobuf.ByteString): Tower = copy(pubkey = __v)
def clearAddresses = copy(addresses = _root_.scala.Seq.empty)
def addAddresses(__vs: _root_.scala.Predef.String *): Tower = addAllAddresses(__vs)
def addAllAddresses(__vs: Iterable[_root_.scala.Predef.String]): Tower = copy(addresses = addresses ++ __vs)
def withAddresses(__v: _root_.scala.Seq[_root_.scala.Predef.String]): Tower = copy(addresses = __v)
def withActiveSessionCandidate(__v: _root_.scala.Boolean): Tower = copy(activeSessionCandidate = __v)
def withNumSessions(__v: _root_.scala.Int): Tower = copy(numSessions = __v)
def clearSessions = copy(sessions = _root_.scala.Seq.empty)
def addSessions(__vs: wtclientrpc.TowerSession *): Tower = addAllSessions(__vs)
def addAllSessions(__vs: Iterable[wtclientrpc.TowerSession]): Tower = copy(sessions = sessions ++ __vs)
def withSessions(__v: _root_.scala.Seq[wtclientrpc.TowerSession]): Tower = copy(sessions = __v)
def clearSessionInfo = copy(sessionInfo = _root_.scala.Seq.empty)
def addSessionInfo(__vs: wtclientrpc.TowerSessionInfo *): Tower = addAllSessionInfo(__vs)
def addAllSessionInfo(__vs: Iterable[wtclientrpc.TowerSessionInfo]): Tower = copy(sessionInfo = sessionInfo ++ __vs)
def withSessionInfo(__v: _root_.scala.Seq[wtclientrpc.TowerSessionInfo]): Tower = copy(sessionInfo = __v)
def withUnknownFields(__v: _root_.scalapb.UnknownFieldSet) = copy(unknownFields = __v)
def discardUnknownFields = copy(unknownFields = _root_.scalapb.UnknownFieldSet.empty)
def getFieldByNumber(__fieldNumber: _root_.scala.Int): _root_.scala.Any = {
(__fieldNumber: @_root_.scala.unchecked) match {
case 1 => {
val __t = pubkey
if (__t != _root_.com.google.protobuf.ByteString.EMPTY) __t else null
}
case 2 => addresses
case 3 => {
val __t = activeSessionCandidate
if (__t != false) __t else null
}
case 4 => {
val __t = numSessions
if (__t != 0) __t else null
}
case 5 => sessions
case 6 => sessionInfo
}
}
def getField(__field: _root_.scalapb.descriptors.FieldDescriptor): _root_.scalapb.descriptors.PValue = {
_root_.scala.Predef.require(__field.containingMessage eq companion.scalaDescriptor)
(__field.number: @_root_.scala.unchecked) match {
case 1 => _root_.scalapb.descriptors.PByteString(pubkey)
case 2 => _root_.scalapb.descriptors.PRepeated(addresses.iterator.map(_root_.scalapb.descriptors.PString(_)).toVector)
case 3 => _root_.scalapb.descriptors.PBoolean(activeSessionCandidate)
case 4 => _root_.scalapb.descriptors.PInt(numSessions)
case 5 => _root_.scalapb.descriptors.PRepeated(sessions.iterator.map(_.toPMessage).toVector)
case 6 => _root_.scalapb.descriptors.PRepeated(sessionInfo.iterator.map(_.toPMessage).toVector)
}
}
def toProtoString: _root_.scala.Predef.String = _root_.scalapb.TextFormat.printToUnicodeString(this)
def companion: wtclientrpc.Tower.type = wtclientrpc.Tower
// @@protoc_insertion_point(GeneratedMessage[wtclientrpc.Tower])
}
object Tower extends scalapb.GeneratedMessageCompanion[wtclientrpc.Tower] {
implicit def messageCompanion: scalapb.GeneratedMessageCompanion[wtclientrpc.Tower] = this
def parseFrom(`_input__`: _root_.com.google.protobuf.CodedInputStream): wtclientrpc.Tower = {
var __pubkey: _root_.com.google.protobuf.ByteString = _root_.com.google.protobuf.ByteString.EMPTY
val __addresses: _root_.scala.collection.immutable.VectorBuilder[_root_.scala.Predef.String] = new _root_.scala.collection.immutable.VectorBuilder[_root_.scala.Predef.String]
var __activeSessionCandidate: _root_.scala.Boolean = false
var __numSessions: _root_.scala.Int = 0
val __sessions: _root_.scala.collection.immutable.VectorBuilder[wtclientrpc.TowerSession] = new _root_.scala.collection.immutable.VectorBuilder[wtclientrpc.TowerSession]
val __sessionInfo: _root_.scala.collection.immutable.VectorBuilder[wtclientrpc.TowerSessionInfo] = new _root_.scala.collection.immutable.VectorBuilder[wtclientrpc.TowerSessionInfo]
var `_unknownFields__`: _root_.scalapb.UnknownFieldSet.Builder = null
var _done__ = false
while (!_done__) {
val _tag__ = _input__.readTag()
_tag__ match {
case 0 => _done__ = true
case 10 =>
__pubkey = _input__.readBytes()
case 18 =>
__addresses += _input__.readStringRequireUtf8()
case 24 =>
__activeSessionCandidate = _input__.readBool()
case 32 =>
__numSessions = _input__.readUInt32()
case 42 =>
__sessions += _root_.scalapb.LiteParser.readMessage[wtclientrpc.TowerSession](_input__)
case 50 =>
__sessionInfo += _root_.scalapb.LiteParser.readMessage[wtclientrpc.TowerSessionInfo](_input__)
case tag =>
if (_unknownFields__ == null) {
_unknownFields__ = new _root_.scalapb.UnknownFieldSet.Builder()
}
_unknownFields__.parseField(tag, _input__)
}
}
wtclientrpc.Tower(
pubkey = __pubkey,
addresses = __addresses.result(),
activeSessionCandidate = __activeSessionCandidate,
numSessions = __numSessions,
sessions = __sessions.result(),
sessionInfo = __sessionInfo.result(),
unknownFields = if (_unknownFields__ == null) _root_.scalapb.UnknownFieldSet.empty else _unknownFields__.result()
)
}
implicit def messageReads: _root_.scalapb.descriptors.Reads[wtclientrpc.Tower] = _root_.scalapb.descriptors.Reads{
case _root_.scalapb.descriptors.PMessage(__fieldsMap) =>
_root_.scala.Predef.require(__fieldsMap.keys.forall(_.containingMessage eq scalaDescriptor), "FieldDescriptor does not match message type.")
wtclientrpc.Tower(
pubkey = __fieldsMap.get(scalaDescriptor.findFieldByNumber(1).get).map(_.as[_root_.com.google.protobuf.ByteString]).getOrElse(_root_.com.google.protobuf.ByteString.EMPTY),
addresses = __fieldsMap.get(scalaDescriptor.findFieldByNumber(2).get).map(_.as[_root_.scala.Seq[_root_.scala.Predef.String]]).getOrElse(_root_.scala.Seq.empty),
activeSessionCandidate = __fieldsMap.get(scalaDescriptor.findFieldByNumber(3).get).map(_.as[_root_.scala.Boolean]).getOrElse(false),
numSessions = __fieldsMap.get(scalaDescriptor.findFieldByNumber(4).get).map(_.as[_root_.scala.Int]).getOrElse(0),
sessions = __fieldsMap.get(scalaDescriptor.findFieldByNumber(5).get).map(_.as[_root_.scala.Seq[wtclientrpc.TowerSession]]).getOrElse(_root_.scala.Seq.empty),
sessionInfo = __fieldsMap.get(scalaDescriptor.findFieldByNumber(6).get).map(_.as[_root_.scala.Seq[wtclientrpc.TowerSessionInfo]]).getOrElse(_root_.scala.Seq.empty)
)
case _ => throw new RuntimeException("Expected PMessage")
}
def javaDescriptor: _root_.com.google.protobuf.Descriptors.Descriptor = WtclientProto.javaDescriptor.getMessageTypes().get(6)
def scalaDescriptor: _root_.scalapb.descriptors.Descriptor = WtclientProto.scalaDescriptor.messages(6)
def messageCompanionForFieldNumber(__number: _root_.scala.Int): _root_.scalapb.GeneratedMessageCompanion[_] = {
var __out: _root_.scalapb.GeneratedMessageCompanion[_] = null
(__number: @_root_.scala.unchecked) match {
case 5 => __out = wtclientrpc.TowerSession
case 6 => __out = wtclientrpc.TowerSessionInfo
}
__out
}
lazy val nestedMessagesCompanions: Seq[_root_.scalapb.GeneratedMessageCompanion[_ <: _root_.scalapb.GeneratedMessage]] = Seq.empty
def enumCompanionForFieldNumber(__fieldNumber: _root_.scala.Int): _root_.scalapb.GeneratedEnumCompanion[_] = throw new MatchError(__fieldNumber)
lazy val defaultInstance = wtclientrpc.Tower(
pubkey = _root_.com.google.protobuf.ByteString.EMPTY,
addresses = _root_.scala.Seq.empty,
activeSessionCandidate = false,
numSessions = 0,
sessions = _root_.scala.Seq.empty,
sessionInfo = _root_.scala.Seq.empty
)
implicit class TowerLens[UpperPB](_l: _root_.scalapb.lenses.Lens[UpperPB, wtclientrpc.Tower]) extends _root_.scalapb.lenses.ObjectLens[UpperPB, wtclientrpc.Tower](_l) {
def pubkey: _root_.scalapb.lenses.Lens[UpperPB, _root_.com.google.protobuf.ByteString] = field(_.pubkey)((c_, f_) => c_.copy(pubkey = f_))
def addresses: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Seq[_root_.scala.Predef.String]] = field(_.addresses)((c_, f_) => c_.copy(addresses = f_))
def activeSessionCandidate: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Boolean] = field(_.activeSessionCandidate)((c_, f_) => c_.copy(activeSessionCandidate = f_))
def numSessions: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Int] = field(_.numSessions)((c_, f_) => c_.copy(numSessions = f_))
def sessions: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Seq[wtclientrpc.TowerSession]] = field(_.sessions)((c_, f_) => c_.copy(sessions = f_))
def sessionInfo: _root_.scalapb.lenses.Lens[UpperPB, _root_.scala.Seq[wtclientrpc.TowerSessionInfo]] = field(_.sessionInfo)((c_, f_) => c_.copy(sessionInfo = f_))
}
final val PUBKEY_FIELD_NUMBER = 1
final val ADDRESSES_FIELD_NUMBER = 2
final val ACTIVE_SESSION_CANDIDATE_FIELD_NUMBER = 3
final val NUM_SESSIONS_FIELD_NUMBER = 4
final val SESSIONS_FIELD_NUMBER = 5
final val SESSION_INFO_FIELD_NUMBER = 6
def of(
pubkey: _root_.com.google.protobuf.ByteString,
addresses: _root_.scala.Seq[_root_.scala.Predef.String],
activeSessionCandidate: _root_.scala.Boolean,
numSessions: _root_.scala.Int,
sessions: _root_.scala.Seq[wtclientrpc.TowerSession],
sessionInfo: _root_.scala.Seq[wtclientrpc.TowerSessionInfo]
): _root_.wtclientrpc.Tower = _root_.wtclientrpc.Tower(
pubkey,
addresses,
activeSessionCandidate,
numSessions,
sessions,
sessionInfo
)
// @@protoc_insertion_point(GeneratedMessageCompanion[wtclientrpc.Tower])
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy