io.github.positionpal.proto
package io.github.positionpal.proto
Members list
Type members
Classlikes
trait ChatService
START GRPC DEFINITION
START GRPC DEFINITION
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ServiceHandlertrait ChatServiceClient
object ChatService extends ServiceDescription
Attributes
- Companion
- trait
- Supertypes
-
trait ServiceDescriptionclass Objecttrait Matchableclass Any
- Self type
-
ChatService.type
trait ChatServiceClient extends ChatService, ChatServiceClientPowerApi, AkkaGrpcClient
Attributes
- Companion
- object
- Supertypes
object ChatServiceClient
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatServiceClient.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait ChatServiceClient
@ApiMayChange(issue = _)
object ChatServiceHandler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatServiceHandler.type
object ChatServiceProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
ChatServiceProto.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 GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MessageResponse extends GeneratedMessageCompanion[MessageResponse]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[MessageResponse]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
MessageResponse.type
final case class RetrieveLastMessagesRequest(groupId: String, numberOfMessages: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[RetrieveLastMessagesRequest]
- Retrieve last messages from the group
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[RetrieveLastMessagesRequest]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RetrieveLastMessagesRequest extends GeneratedMessageCompanion[RetrieveLastMessagesRequest]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RetrieveLastMessagesRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
final case class Status(code: StatusCode, message: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Status]
sealed abstract class StatusCode(val value: Int) extends GeneratedEnum
Attributes
- Companion
- object
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object BAD_REQUESTobject GENERIC_ERRORobject OKobject REQUEST_TIMEOUTtrait Recognizedobject SERVICE_UNAVAILABLEclass UnrecognizedShow all
object StatusCode extends GeneratedEnumCompanion[StatusCode]
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[StatusCode]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
StatusCode.type
In this article