Location

Companion
class
trait Product
trait Mirror
trait JavaProtoSupport[Location, Location]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

class LocationLens[UpperPB](_l: Lens[UpperPB, Location]) extends ObjectLens[UpperPB, Location]

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 fromJavaProto(javaPbSource: Location): Location
def javaDescriptor: Descriptor
def of(path: Seq[Int], span: Seq[Int], leadingComments: Option[String], trailingComments: Option[String], leadingDetachedComments: Seq[String]): Location
def parseFrom(`_input__`: CodedInputStream): Location
def toJavaProto(scalaPbSource: Location): Location

Inherited methods

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

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

Implicits