scalapb.options.ScalaPbOptions.AuxMessageOptions
See theAuxMessageOptions companion object
final case class AuxMessageOptions(target: Option[String], options: Option[MessageOptions], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AuxMessageOptions]
AuxMessageOptions enables you to set message-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 message.
Value parameters
- options
-
Options to apply to the message. If there are any options defined on the target message they take precedence over the options.
- target
-
The fully-qualified name of the message in the proto name space. Set to
*
to apply to all messages in scope.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[AuxMessageOptions]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article