com.google.protobuf.descriptor

UninterpretedOption

final case class UninterpretedOption(name: Seq[NamePart] = scala.collection.Seq.empty[Nothing], identifierValue: Option[String] = scala.None, positiveIntValue: Option[Long] = scala.None, negativeIntValue: Option[Long] = scala.None, doubleValue: Option[Double] = scala.None, stringValue: Option[ByteString] = scala.None, aggregateValue: Option[String] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[UninterpretedOption] with Updatable[UninterpretedOption] with Product with Serializable

A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.

identifierValue

The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Product, Equals, Updatable[UninterpretedOption], trueaccord.scalapb.Message[UninterpretedOption], trueaccord.scalapb.GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UninterpretedOption
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UninterpretedOption(name: Seq[NamePart] = scala.collection.Seq.empty[Nothing], identifierValue: Option[String] = scala.None, positiveIntValue: Option[Long] = scala.None, negativeIntValue: Option[Long] = scala.None, doubleValue: Option[Double] = scala.None, stringValue: Option[ByteString] = scala.None, aggregateValue: Option[String] = scala.None)

    identifierValue

    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addAllName(__vs: TraversableOnce[NamePart]): UninterpretedOption

  7. def addName(__vs: NamePart*): UninterpretedOption

  8. val aggregateValue: Option[String]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clearAggregateValue: UninterpretedOption

  11. def clearDoubleValue: UninterpretedOption

  12. def clearIdentifierValue: UninterpretedOption

  13. def clearName: UninterpretedOption

  14. def clearNegativeIntValue: UninterpretedOption

  15. def clearPositiveIntValue: UninterpretedOption

  16. def clearStringValue: UninterpretedOption

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def companion: UninterpretedOption.type

    Definition Classes
    UninterpretedOptionGeneratedMessage
  19. val doubleValue: Option[Double]

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getAggregateValue: String

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getDoubleValue: Double

  25. def getField(__field: FieldDescriptor): PValue

    Definition Classes
    UninterpretedOptionGeneratedMessage
  26. def getFieldByNumber(__fieldNumber: Int): Any

    Definition Classes
    UninterpretedOptionGeneratedMessage
  27. def getIdentifierValue: String

  28. def getNegativeIntValue: Long

  29. def getPositiveIntValue: Long

  30. def getStringValue: ByteString

  31. val identifierValue: Option[String]

    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.

    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def mergeFrom(_input__: CodedInputStream): UninterpretedOption

    Definition Classes
    UninterpretedOptionMessage
  34. val name: Seq[NamePart]

  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. val negativeIntValue: Option[Long]

  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. val positiveIntValue: Option[Long]

  40. final def serializedSize: Int

    Definition Classes
    UninterpretedOptionGeneratedMessage
  41. val stringValue: Option[ByteString]

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toByteArray: Array[Byte]

    Definition Classes
    GeneratedMessage
  44. def toByteString: ByteString

    Definition Classes
    GeneratedMessage
  45. def toPMessage: PMessage

    Definition Classes
    GeneratedMessage
  46. def toString(): String

    Definition Classes
    UninterpretedOption → AnyRef → Any
  47. def update(ms: (Lens[UninterpretedOption, UninterpretedOption]) ⇒ (UninterpretedOption) ⇒ UninterpretedOption*): UninterpretedOption

    Definition Classes
    Updatable
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withAggregateValue(__v: String): UninterpretedOption

  52. def withDoubleValue(__v: Double): UninterpretedOption

  53. def withIdentifierValue(__v: String): UninterpretedOption

  54. def withName(__v: Seq[NamePart]): UninterpretedOption

  55. def withNegativeIntValue(__v: Long): UninterpretedOption

  56. def withPositiveIntValue(__v: Long): UninterpretedOption

  57. def withStringValue(__v: ByteString): UninterpretedOption

  58. def writeDelimitedTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage
  59. def writeTo(_output__: CodedOutputStream): Unit

    Definition Classes
    UninterpretedOptionGeneratedMessage
  60. def writeTo(output: OutputStream): Unit

    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[UninterpretedOption]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped