final case class OneofDescriptorProto(name: scala.Option[String] = _root_.scala.None, options: scala.Option[OneofOptions] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[OneofDescriptorProto] with Product with Serializable

Describes a oneof.

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

Instance Constructors

  1. new OneofDescriptorProto(name: scala.Option[String] = _root_.scala.None, options: scala.Option[OneofOptions] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = ...)

Value Members

  1. def clearName: OneofDescriptorProto
  2. def clearOptions: OneofDescriptorProto
  3. def companion: OneofDescriptorProto.type
    Definition Classes
    OneofDescriptorProtoGeneratedMessage
  4. def discardUnknownFields: OneofDescriptorProto
  5. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    OneofDescriptorProtoGeneratedMessage
  6. def getFieldByNumber(__fieldNumber: Int): scala.Any
    Definition Classes
    OneofDescriptorProtoGeneratedMessage
  7. def getName: String
  8. def getOptions: OneofOptions
  9. val name: scala.Option[String]
  10. val options: scala.Option[OneofOptions]
  11. def serializedSize: Int
    Definition Classes
    OneofDescriptorProtoGeneratedMessage
  12. 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
  13. 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
  14. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  15. 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
    OneofDescriptorProtoGeneratedMessage
  16. val unknownFields: scalapb.UnknownFieldSet
  17. def update(ms: (Lens[OneofDescriptorProto, OneofDescriptorProto]) ⇒ Mutation[OneofDescriptorProto]*): OneofDescriptorProto
    Definition Classes
    Updatable
  18. def withName(__v: String): OneofDescriptorProto
  19. def withOptions(__v: OneofOptions): OneofDescriptorProto
  20. def withUnknownFields(__v: scalapb.UnknownFieldSet): OneofDescriptorProto
  21. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  22. 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
    OneofDescriptorProtoGeneratedMessage
  23. 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