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