final case class AuxFieldOptions(target: Option[String] = _root_.scala.None, options: Option[FieldOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[AuxFieldOptions] with Product with Serializable

AuxFieldOptions enables you to set field-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the field.

target

The fully-qualified name of the field in the proto name space. Set to * to apply to all fields in scope.

options

Options to apply to the field. If there are any options defined on the target message they take precedence over the options.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[AuxFieldOptions], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuxFieldOptions
  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 AuxFieldOptions(target: Option[String] = _root_.scala.None, options: Option[FieldOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)

    target

    The fully-qualified name of the field in the proto name space. Set to * to apply to all fields in scope.

    options

    Options to apply to the field. If there are any options defined on the target message they take precedence over the options.

Value Members

  1. def clearOptions: AuxFieldOptions
  2. def clearTarget: AuxFieldOptions
  3. def companion: AuxFieldOptions.type
    Definition Classes
    AuxFieldOptionsGeneratedMessage
  4. def discardUnknownFields: AuxFieldOptions
  5. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    AuxFieldOptionsGeneratedMessage
  6. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    AuxFieldOptionsGeneratedMessage
  7. def getOptions: FieldOptions
  8. def getTarget: String
  9. val options: Option[FieldOptions]
  10. def serializedSize: Int
    Definition Classes
    AuxFieldOptionsGeneratedMessage
  11. val target: Option[String]
  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
    AuxFieldOptionsGeneratedMessage
  16. val unknownFields: UnknownFieldSet
  17. def update(ms: (Lens[AuxFieldOptions, AuxFieldOptions]) ⇒ Mutation[AuxFieldOptions]*): AuxFieldOptions
    Definition Classes
    Updatable
  18. def withOptions(__v: FieldOptions): AuxFieldOptions
  19. def withTarget(__v: String): AuxFieldOptions
  20. def withUnknownFields(__v: UnknownFieldSet): AuxFieldOptions
  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
    AuxFieldOptionsGeneratedMessage
  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