io.github.positionpal.location.presentation.proto

Members list

Type members

Classlikes

final case class Address(name: String, location: Option[GPSLocation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Address]

Attributes

Companion
object
Supertypes
trait Updatable[Address]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Address extends GeneratedMessageCompanion[Address]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Address]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Address.type
final case class GPSLocation(latitude: Double, longitude: Double, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GPSLocation]

Attributes

Companion
object
Supertypes
trait Updatable[GPSLocation]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GPSLocation extends GeneratedMessageCompanion[GPSLocation]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GPSLocation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class GroupId(value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GroupId]

Attributes

Companion
object
Supertypes
trait Updatable[GroupId]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object GroupId extends GeneratedMessageCompanion[GroupId]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[GroupId]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
GroupId.type
final case class LocationResponse(status: Option[Status], location: Option[GPSLocation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[LocationResponse]

Attributes

Companion
object
Supertypes
trait Updatable[LocationResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object LocationResponse extends GeneratedMessageCompanion[LocationResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LocationResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Route(locations: Seq[SampledLocation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Route]

Attributes

Companion
object
Supertypes
trait Updatable[Route]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Route extends GeneratedMessageCompanion[Route]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Route]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Route.type
final case class SampledLocation(user: Option[UserId], timestamp: Option[Timestamp], location: Option[GPSLocation], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SampledLocation]

Attributes

Companion
object
Supertypes
trait Updatable[SampledLocation]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SampledLocation extends GeneratedMessageCompanion[SampledLocation]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SampledLocation]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Scope(user: Option[UserId], group: Option[GroupId], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Scope]

Attributes

Companion
object
Supertypes
trait Updatable[Scope]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Scope extends GeneratedMessageCompanion[Scope]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Scope]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Scope.type
final case class Session(scope: Option[Scope], state: UserState, lastSampledLocation: Option[SampledLocation], activeTracking: Option[Tracking], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Session]

Attributes

Companion
object
Supertypes
trait Updatable[Session]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Session extends GeneratedMessageCompanion[Session]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Session]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Session.type
final case class SessionResponse(status: Option[Status], session: Option[Session], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[SessionResponse]

Attributes

Companion
object
Supertypes
trait Updatable[SessionResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SessionResponse extends GeneratedMessageCompanion[SessionResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[SessionResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Status(code: StatusCode, message: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Status]

Attributes

Companion
object
Supertypes
trait Updatable[Status]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Status extends GeneratedMessageCompanion[Status]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Status]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Status.type
sealed abstract class StatusCode(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object GENERIC_ERROR
object NOT_FOUND
object OK
trait Recognized
class Unrecognized
object StatusCode extends GeneratedEnumCompanion[StatusCode]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[StatusCode]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
StatusCode.type
final case class Tracking(route: Option[Route], destination: Option[Address], eta: Option[Timestamp], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Tracking]

Attributes

Companion
object
Supertypes
trait Updatable[Tracking]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Tracking extends GeneratedMessageCompanion[Tracking]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Tracking]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Tracking.type
object TrackingProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class TrackingResponse(status: Option[Status], route: Option[Tracking], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[TrackingResponse]

Attributes

Companion
object
Supertypes
trait Updatable[TrackingResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TrackingResponse extends GeneratedMessageCompanion[TrackingResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[TrackingResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class UserId(value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[UserId]

Attributes

Companion
object
Supertypes
trait Updatable[UserId]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UserId extends GeneratedMessageCompanion[UserId]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UserId]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UserId.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UserSessionsServiceFs2Grpc extends GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2Grpc[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2Grpc[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object UserSessionsServiceFs2GrpcTrailers extends GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2GrpcTrailers[F, A]]

Attributes

Companion
trait
Supertypes
trait GeneratedCompanion[[F[_], A] =>> UserSessionsServiceFs2GrpcTrailers[F, A]]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class UserState(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ACTIVE
object INACTIVE
object ROUTING
trait Recognized
object SOS
object UNDEFINED
object WARNING
class Unrecognized
Show all
object UserState extends GeneratedEnumCompanion[UserState]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[UserState]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
UserState.type
final case class UserStateResponse(status: Option[Status], state: UserState, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[UserStateResponse]

Attributes

Companion
object
Supertypes
trait Updatable[UserStateResponse]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UserStateResponse extends GeneratedMessageCompanion[UserStateResponse]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[UserStateResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type