com.improving.grpc_rest_gateway.api
Members list
Type members
Classlikes
object AnnotationsProto extends GeneratedFileObject
Attributes
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
AnnotationsProto.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 GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object StatusDescription extends GeneratedMessageCompanion[StatusDescription]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[StatusDescription]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
StatusDescription.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
In this article