final case class FeatureSet(fieldPresence: scala.Option[FieldPresence] = _root_.scala.None, enumType: scala.Option[EnumType] = _root_.scala.None, repeatedFieldEncoding: scala.Option[RepeatedFieldEncoding] = _root_.scala.None, utf8Validation: scala.Option[Utf8Validation] = _root_.scala.None, messageEncoding: scala.Option[MessageEncoding] = _root_.scala.None, jsonFormat: scala.Option[JsonFormat] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends scalapb.GeneratedMessage with Updatable[FeatureSet] with ExtendableMessage[FeatureSet] with Product with Serializable

TODO Enums in C++ gencode (and potentially other languages) are not well scoped. This means that each of the feature enums below can clash with each other. The short names we've chosen maximize call-site readability, but leave us very open to this scenario. A future feature will be designed and implemented to handle this, hopefully before we ever hit a conflict here.

Annotations
@SerialVersionUID()
Linear Supertypes
ExtendableMessage[FeatureSet], Updatable[FeatureSet], scalapb.GeneratedMessage, Serializable, Product, Equals, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FeatureSet
  2. ExtendableMessage
  3. Updatable
  4. GeneratedMessage
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FeatureSet(fieldPresence: scala.Option[FieldPresence] = _root_.scala.None, enumType: scala.Option[EnumType] = _root_.scala.None, repeatedFieldEncoding: scala.Option[RepeatedFieldEncoding] = _root_.scala.None, utf8Validation: scala.Option[Utf8Validation] = _root_.scala.None, messageEncoding: scala.Option[MessageEncoding] = _root_.scala.None, jsonFormat: scala.Option[JsonFormat] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearEnumType: FeatureSet
  6. def clearFieldPresence: FeatureSet
  7. def clearJsonFormat: FeatureSet
  8. def clearMessageEncoding: FeatureSet
  9. def clearRepeatedFieldEncoding: FeatureSet
  10. def clearUtf8Validation: FeatureSet
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def companion: FeatureSet.type
    Definition Classes
    FeatureSetGeneratedMessage
  13. def discardUnknownFields: FeatureSet
  14. val enumType: scala.Option[EnumType]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def extension[T](generatedExtension: GeneratedExtension[FeatureSet, T]): T
    Definition Classes
    ExtendableMessage
  17. val fieldPresence: scala.Option[FieldPresence]
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getEnumType: EnumType
  21. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    FeatureSetGeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): scala.Any
    Definition Classes
    FeatureSetGeneratedMessage
  23. def getFieldPresence: FieldPresence
  24. def getJsonFormat: JsonFormat
  25. def getMessageEncoding: MessageEncoding
  26. def getRepeatedFieldEncoding: RepeatedFieldEncoding
  27. def getUtf8Validation: Utf8Validation
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val jsonFormat: scala.Option[JsonFormat]
  30. val messageEncoding: scala.Option[MessageEncoding]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val repeatedFieldEncoding: scala.Option[RepeatedFieldEncoding]
  36. def serializedSize: Int
    Definition Classes
    FeatureSetGeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. final def toByteArray: Array[Byte]

    Serializes the message and returns a byte array containing its raw bytes

    Serializes the message and returns a byte array containing its raw bytes

    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString

    Serializes the message and returns a ByteString containing its raw bytes

    Serializes the message and returns a ByteString containing its raw bytes

    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String

    Returns a human-readable ASCII format representation of this message.

    Returns a human-readable ASCII format representation of this message.

    The original message can be decoded from this format by using fromAscii on the companion object.

    returns

    human-readable representation of this message.

    Definition Classes
    FeatureSetGeneratedMessage
  42. val unknownFields: scalapb.UnknownFieldSet
    Definition Classes
    FeatureSetExtendableMessage
  43. def update(ms: (Lens[FeatureSet, FeatureSet]) => Mutation[FeatureSet]*): FeatureSet
    Definition Classes
    Updatable
  44. val utf8Validation: scala.Option[Utf8Validation]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def withEnumType(__v: EnumType): FeatureSet
  49. def withExtension[T](generatedExtension: GeneratedExtension[FeatureSet, T])(value: T): FeatureSet
    Definition Classes
    ExtendableMessage
  50. def withFieldPresence(__v: FieldPresence): FeatureSet
  51. def withJsonFormat(__v: JsonFormat): FeatureSet
  52. def withMessageEncoding(__v: MessageEncoding): FeatureSet
  53. def withRepeatedFieldEncoding(__v: RepeatedFieldEncoding): FeatureSet
  54. def withUnknownFields(__v: scalapb.UnknownFieldSet): FeatureSet
    Definition Classes
    FeatureSetExtendableMessage
  55. def withUtf8Validation(__v: Utf8Validation): FeatureSet
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit

    Serializes the message into the given coded output stream

    Serializes the message into the given coded output stream

    Definition Classes
    FeatureSetGeneratedMessage
  58. final def writeTo(output: OutputStream): Unit

    Serializes the message into the given output stream

    Serializes the message into the given output stream

    Definition Classes
    GeneratedMessage

Inherited from Updatable[FeatureSet]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from scala.Any

Ungrouped