package api
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class GrpcRestGatewayProto extends AnyRef
- final case class StatusDescription(status: Int = 0, description: String = "") extends GeneratedMessage with Updatable[StatusDescription] with Product with Serializable
- status
Valid HTTP status code
- description
optional, description of given status
- Annotations
- @SerialVersionUID()
- final case class Statuses(successStatus: Option[StatusDescription] = _root_.scala.None, otherStatus: Seq[StatusDescription] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Statuses] with Product with Serializable
- successStatus
Default success status, default value is '200'
- otherStatus
Other status and their descriptions, this will be used in OpenApi documentation
- Annotations
- @SerialVersionUID()
Value Members
- object AnnotationsProto extends GeneratedFileObject
- object StatusDescription extends GeneratedMessageCompanion[StatusDescription]
- object Statuses extends GeneratedMessageCompanion[Statuses]