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()
- Alphabetic
- By Inheritance
- FeatureSet
- ExtendableMessage
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: scala.Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearEnumType: FeatureSet
- def clearFieldPresence: FeatureSet
- def clearJsonFormat: FeatureSet
- def clearMessageEncoding: FeatureSet
- def clearRepeatedFieldEncoding: FeatureSet
- def clearUtf8Validation: FeatureSet
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: FeatureSet.type
- Definition Classes
- FeatureSet → GeneratedMessage
- def discardUnknownFields: FeatureSet
- val enumType: scala.Option[EnumType]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extension[T](generatedExtension: GeneratedExtension[FeatureSet, T]): T
- Definition Classes
- ExtendableMessage
- val fieldPresence: scala.Option[FieldPresence]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEnumType: EnumType
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- FeatureSet → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): scala.Any
- Definition Classes
- FeatureSet → GeneratedMessage
- def getFieldPresence: FieldPresence
- def getJsonFormat: JsonFormat
- def getMessageEncoding: MessageEncoding
- def getRepeatedFieldEncoding: RepeatedFieldEncoding
- def getUtf8Validation: Utf8Validation
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonFormat: scala.Option[JsonFormat]
- val messageEncoding: scala.Option[MessageEncoding]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repeatedFieldEncoding: scala.Option[RepeatedFieldEncoding]
- def serializedSize: Int
- Definition Classes
- FeatureSet → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- 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
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- 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
- FeatureSet → GeneratedMessage
- val unknownFields: scalapb.UnknownFieldSet
- Definition Classes
- FeatureSet → ExtendableMessage
- def update(ms: (Lens[FeatureSet, FeatureSet]) => Mutation[FeatureSet]*): FeatureSet
- Definition Classes
- Updatable
- val utf8Validation: scala.Option[Utf8Validation]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withEnumType(__v: EnumType): FeatureSet
- def withExtension[T](generatedExtension: GeneratedExtension[FeatureSet, T])(value: T): FeatureSet
- Definition Classes
- ExtendableMessage
- def withFieldPresence(__v: FieldPresence): FeatureSet
- def withJsonFormat(__v: JsonFormat): FeatureSet
- def withMessageEncoding(__v: MessageEncoding): FeatureSet
- def withRepeatedFieldEncoding(__v: RepeatedFieldEncoding): FeatureSet
- def withUnknownFields(__v: scalapb.UnknownFieldSet): FeatureSet
- Definition Classes
- FeatureSet → ExtendableMessage
- def withUtf8Validation(__v: Utf8Validation): FeatureSet
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- 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
- FeatureSet → GeneratedMessage
- 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