io.github.positionpal.proto

Members list

Type members

Classlikes

trait ChatService

START GRPC DEFINITION

START GRPC DEFINITION

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ChatService extends ServiceDescription

Attributes

Companion
trait
Supertypes
trait ServiceDescription
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
trait AkkaGrpcClient
trait ChatService
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
@ApiMayChange(issue = _)

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object ChatServiceProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class Message(clientId: String, content: String, timestamp: Option[Timestamp], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Message]

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[MessageResponse]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class RetrieveLastMessagesRequest(groupId: String, numberOfMessages: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[RetrieveLastMessagesRequest]
  1. Retrieve last messages from the group

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RetrieveLastMessagesRequest]
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 BAD_REQUEST
object GENERIC_ERROR
object OK
trait Recognized
class Unrecognized
Show all
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