Packages

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class GrpcRestGatewayProto extends AnyRef
  2. 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()
  3. 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

  1. object AnnotationsProto extends GeneratedFileObject
  2. object StatusDescription extends GeneratedMessageCompanion[StatusDescription]
  3. object Statuses extends GeneratedMessageCompanion[Statuses]

Ungrouped