Api

Companion
class
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class ApiLens[UpperPB](_l: Lens[UpperPB, Api]) extends ObjectLens[UpperPB, Api]

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

Value members

Concrete methods

def javaDescriptor: Descriptor
def of(name: String, methods: Seq[Method], options: Seq[OptionProto], version: String, sourceContext: Option[SourceContext], mixins: Seq[Mixin], syntax: Syntax): Api
def parseFrom(`_input__`: CodedInputStream): Api

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
def fromAscii(s: String): Api
def merge(a: Api, input: CodedInputStream): Api

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 parseDelimitedFrom(input: InputStream): Option[Api]
def parseDelimitedFrom(input: CodedInputStream): Option[Api]
def parseFrom(s: Array[Byte]): Api
def parseFrom(input: InputStream): Api
@nowarn("cat=deprecation")
def streamFromDelimitedInput(input: InputStream): Stream[Api]
def toByteArray(a: Api): Array[Byte]
def validate(s: Array[Byte]): Try[Api]
def validateAscii(s: String): Either[TextFormatError, Api]

Implicits

Implicits

implicit def messageReads: Reads[Api]