Documentation

object Documentation extends GeneratedMessageCompanion[Documentation] with JavaProtoSupport[Documentation, Documentation]
Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Documentation, Documentation]
trait GeneratedMessageCompanion[Documentation]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

implicit
class DocumentationLens[UpperPB](_l: Lens[UpperPB, Documentation]) extends ObjectLens[UpperPB, Documentation]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def fromJavaProto(javaPbSource: Documentation): Documentation
def javaDescriptor: Descriptor
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(summary: String, pages: Seq[Page], rules: Seq[DocumentationRule], documentationRootUrl: String, serviceRootUrl: String, overview: String): Documentation
def parseFrom(`_input__`: CodedInputStream): Documentation
def scalaDescriptor: Descriptor
def toJavaProto(scalaPbSource: Documentation): Documentation

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
Inherited from
GeneratedMessageCompanion
def fromAscii(s: String): Documentation
Inherited from
GeneratedMessageCompanion
def merge(a: Documentation, input: CodedInputStream): Documentation

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Inherited from
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[Documentation]
Inherited from
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[Documentation]
Inherited from
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): Documentation
Inherited from
GeneratedMessageCompanion
def parseFrom(input: InputStream): Documentation
Inherited from
GeneratedMessageCompanion
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Documentation]
Inherited from
GeneratedMessageCompanion
def toByteArray(a: Documentation): Array[Byte]
Inherited from
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Documentation]
Inherited from
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, Documentation]
Inherited from
GeneratedMessageCompanion

Concrete fields

final
final
lazy
val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit
def DocumentationLens[UpperPB](_l: Lens[UpperPB, Documentation]): DocumentationLens[UpperPB]
implicit
def messageCompanion: GeneratedMessageCompanion[Documentation] & JavaProtoSupport[Documentation, Documentation]
implicit