FieldDescriptorProto

com.google.protobuf.descriptor.FieldDescriptorProto
See theFieldDescriptorProto companion class
object FieldDescriptorProto extends GeneratedMessageCompanion[FieldDescriptorProto]

Attributes

Companion
class
Source
FieldDescriptorProto.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[FieldDescriptorProto]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

implicit class FieldDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, FieldDescriptorProto]) extends ObjectLens[UpperPB, FieldDescriptorProto]

Attributes

Source
FieldDescriptorProto.scala
Supertypes
class ObjectLens[UpperPB, FieldDescriptorProto]
trait Lens[UpperPB, FieldDescriptorProto]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class Label(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Source
FieldDescriptorProto.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object LABEL_OPTIONAL.type
object LABEL_REPEATED.type
object LABEL_REQUIRED.type
trait Recognized
class Unrecognized
object Label extends GeneratedEnumCompanion[Label]

Attributes

Companion
class
Source
FieldDescriptorProto.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Label]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Label.type
sealed abstract class Type(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Source
FieldDescriptorProto.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Recognized
object TYPE_BOOL.type
object TYPE_BYTES.type
object TYPE_DOUBLE.type
object TYPE_ENUM.type
object TYPE_FIXED32.type
object TYPE_FIXED64.type
object TYPE_FLOAT.type
object TYPE_GROUP.type
object TYPE_INT32.type
object TYPE_INT64.type
object TYPE_MESSAGE.type
object TYPE_SFIXED32.type
object TYPE_SFIXED64.type
object TYPE_SINT32.type
object TYPE_SINT64.type
object TYPE_STRING.type
object TYPE_UINT32.type
object TYPE_UINT64.type
class Unrecognized
Show all
object Type extends GeneratedEnumCompanion[Type]

Attributes

Companion
class
Source
FieldDescriptorProto.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Type]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Type.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
FieldDescriptorProto.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
FieldDescriptorProto.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
FieldDescriptorProto.scala
def of(name: Option[String], number: Option[Int], label: Option[Label], `type`: Option[Type], typeName: Option[String], extendee: Option[String], defaultValue: Option[String], oneofIndex: Option[Int], jsonName: Option[String], options: Option[FieldOptions], proto3Optional: Option[Boolean]): FieldDescriptorProto

Attributes

Source
FieldDescriptorProto.scala
def parseFrom(`_input__`: CodedInputStream): FieldDescriptorProto

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
FieldDescriptorProto.scala
def scalaDescriptor: Descriptor

Attributes

Source
FieldDescriptorProto.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: FieldDescriptorProto, input: CodedInputStream): A

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

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

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

final val EXTENDEE_FIELD_NUMBER: 2

Attributes

Source
FieldDescriptorProto.scala
final val JSON_NAME_FIELD_NUMBER: 10

Attributes

Source
FieldDescriptorProto.scala
final val LABEL_FIELD_NUMBER: 4

Attributes

Source
FieldDescriptorProto.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
FieldDescriptorProto.scala
final val NUMBER_FIELD_NUMBER: 3

Attributes

Source
FieldDescriptorProto.scala

Attributes

Source
FieldDescriptorProto.scala
final val OPTIONS_FIELD_NUMBER: 8

Attributes

Source
FieldDescriptorProto.scala
final val TYPE_FIELD_NUMBER: 5

Attributes

Source
FieldDescriptorProto.scala
final val TYPE_NAME_FIELD_NUMBER: 6

Attributes

Source
FieldDescriptorProto.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
FieldDescriptorProto.scala

Implicits

Implicits

final implicit def FieldDescriptorProtoLens[UpperPB](_l: Lens[UpperPB, FieldDescriptorProto]): FieldDescriptorProtoLens[UpperPB]

Attributes

Source
FieldDescriptorProto.scala
implicit def messageCompanion: GeneratedMessageCompanion[FieldDescriptorProto]

Attributes

Source
FieldDescriptorProto.scala
implicit def messageReads: Reads[FieldDescriptorProto]

Attributes

Source
FieldDescriptorProto.scala