Object/Class

com.google.protobuf.descriptor.FieldDescriptorProto

Type

Related Docs: class Type | package FieldDescriptorProto

Permalink

object Type extends GeneratedEnumCompanion[Type] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedEnumCompanion[Type], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Serializable
  3. Serializable
  4. GeneratedEnumCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Recognized extends Type

    Permalink
  2. final case class Unrecognized(unrecognizedValue: Int) extends Type with UnrecognizedEnum with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. type ValueType = Type

    Permalink
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object TYPE_BOOL extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. object TYPE_BYTES extends Type with Recognized with Product with Serializable

    Permalink

    New in version 2.

    New in version 2.

    Annotations
    @SerialVersionUID()
  6. object TYPE_DOUBLE extends Type with Recognized with Product with Serializable

    Permalink

    0 is reserved for errors.

    0 is reserved for errors. Order is weird for historical reasons.

    Annotations
    @SerialVersionUID()
  7. object TYPE_ENUM extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. object TYPE_FIXED32 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. object TYPE_FIXED64 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. object TYPE_FLOAT extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. object TYPE_GROUP extends Type with Recognized with Product with Serializable

    Permalink

    Tag-delimited aggregate.

    Tag-delimited aggregate. Group type is deprecated and not supported in proto3. However, Proto3 implementations should still be able to parse the group wire format and treat group fields as unknown fields.

    Annotations
    @SerialVersionUID()
  12. object TYPE_INT32 extends Type with Recognized with Product with Serializable

    Permalink

    Not ZigZag encoded.

    Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if negative values are likely.

    Annotations
    @SerialVersionUID()
  13. object TYPE_INT64 extends Type with Recognized with Product with Serializable

    Permalink

    Not ZigZag encoded.

    Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if negative values are likely.

    Annotations
    @SerialVersionUID()
  14. object TYPE_MESSAGE extends Type with Recognized with Product with Serializable

    Permalink

    Length-delimited aggregate.

    Length-delimited aggregate.

    Annotations
    @SerialVersionUID()
  15. object TYPE_SFIXED32 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. object TYPE_SFIXED64 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  17. object TYPE_SINT32 extends Type with Recognized with Product with Serializable

    Permalink

    Uses ZigZag encoding.

    Uses ZigZag encoding.

    Annotations
    @SerialVersionUID()
  18. object TYPE_SINT64 extends Type with Recognized with Product with Serializable

    Permalink

    Uses ZigZag encoding.

    Uses ZigZag encoding.

    Annotations
    @SerialVersionUID()
  19. object TYPE_STRING extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  20. object TYPE_UINT32 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  21. object TYPE_UINT64 extends Type with Recognized with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. implicit def enumCompanion: GeneratedEnumCompanion[Type]

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fromJavaValue(pbJavaSource: DescriptorProtos.FieldDescriptorProto.Type): Type

    Permalink
  29. def fromName(name: String): scala.Option[Type]

    Permalink
    Definition Classes
    GeneratedEnumCompanion
  30. def fromValue(value: Int): Type

    Permalink
    Definition Classes
    TypeGeneratedEnumCompanion
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def javaDescriptor: EnumDescriptor

    Permalink
    Definition Classes
    TypeGeneratedEnumCompanion
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def scalaDescriptor: EnumDescriptor

    Permalink
    Definition Classes
    TypeGeneratedEnumCompanion
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toJavaValue(pbScalaSource: Type): DescriptorProtos.FieldDescriptorProto.Type

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. lazy val values: Seq[Recognized]

    Permalink
    Definition Classes
    TypeGeneratedEnumCompanion
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedEnumCompanion[Type]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped