object FieldOptions extends GeneratedMessageCompanion[FieldOptions] with JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions] with Serializable

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

Type Members

  1. sealed trait CType extends GeneratedEnum
  2. implicit class FieldOptionsLens[UpperPB] extends ObjectLens[UpperPB, FieldOptions]
  3. sealed trait JSType extends GeneratedEnum
  4. type ValueType = FieldOptions
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CTYPE_FIELD_NUMBER: Int(1)
  5. final val DEPRECATED_FIELD_NUMBER: Int(3)
  6. final val JSTYPE_FIELD_NUMBER: Int(6)
  7. final val LAZY_FIELD_NUMBER: Int(5)
  8. final val PACKED_FIELD_NUMBER: Int(2)
  9. final val UNINTERPRETED_OPTION_FIELD_NUMBER: Int(999)
  10. final val WEAK_FIELD_NUMBER: Int(10)
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. lazy val defaultInstance: FieldOptions
  14. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  15. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fromAscii(s: String): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  19. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, scala.Any]): FieldOptions
  20. def fromJavaProto(javaPbSource: DescriptorProtos.FieldOptions): FieldOptions
    Definition Classes
    FieldOptionsJavaProtoSupport
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def javaDescriptor: Descriptor
  25. implicit def messageCompanion: GeneratedMessageCompanion[FieldOptions] with JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]
  26. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  27. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  28. implicit def messageReads: Reads[FieldOptions]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def of(ctype: scala.Option[CType], packed: scala.Option[Boolean], jstype: scala.Option[JSType], lazy: scala.Option[Boolean], deprecated: scala.Option[Boolean], weak: scala.Option[Boolean], uninterpretedOption: Seq[UninterpretedOption], unknownFields: scalapb.UnknownFieldSet): FieldOptions
  34. def parseDelimitedFrom(input: InputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  35. def parseDelimitedFrom(input: CodedInputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(s: Array[Byte]): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  37. def parseFrom(input: InputStream): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  38. def parseFrom(input: CodedInputStream): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  39. def scalaDescriptor: Descriptor
  40. def streamFromDelimitedInput(input: InputStream): Stream[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toByteArray(a: FieldOptions): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  43. def toJavaProto(scalaPbSource: FieldOptions): DescriptorProtos.FieldOptions
    Definition Classes
    FieldOptionsJavaProtoSupport
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def validate(s: Array[Byte]): Try[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  46. def validateAscii(s: String): Either[TextFormatError, FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. object CType extends GeneratedEnumCompanion[CType] with Serializable
  51. object JSType extends GeneratedEnumCompanion[JSType] with Serializable

Deprecated Value Members

  1. def descriptor: Descriptor
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @deprecated
    Deprecated

    (Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.

  2. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped