com.improving.grpc_rest_gateway.api

Members list

Type members

Classlikes

object AnnotationsProto extends GeneratedFileObject

Attributes

Supertypes
class GeneratedFileObject
class Object
trait Matchable
class Any
Self type
final case class StatusDescription(status: Int, description: String) extends GeneratedMessage, Updatable[StatusDescription]

Value parameters

description

optional, description of given status

status

Valid HTTP status code

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[StatusDescription]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Statuses(successStatus: Option[StatusDescription], otherStatus: Seq[StatusDescription]) extends GeneratedMessage, Updatable[Statuses]

Value parameters

otherStatus

Other status and their descriptions, this will be used in OpenApi documentation

successStatus

Default success status, default value is '200'

Attributes

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

Attributes

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