@SerialVersionUID(0L) final case class EnumValueOptions(deprecated: Option[Boolean], uninterpretedOption: Seq[UninterpretedOption], unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[EnumValueOptions] with ExtendableMessage[EnumValueOptions]
- Value Params
- deprecated
Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.
- uninterpretedOption
The parser stores options it doesn't recognize here. See above.
- Companion
- object
trait Updatable[EnumValueOptions]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
- Inherited from
- GeneratedMessage
Serializes the messgae and returns a ByteString containing its raw bytes
Serializes the messgae and returns a ByteString containing its raw bytes
- Inherited from
- GeneratedMessage
def update(ms: Lens[EnumValueOptions, EnumValueOptions] => () => EnumValueOptions*): EnumValueOptions
- Inherited from
- Updatable
def withExtension[T](generatedExtension: GeneratedExtension[EnumValueOptions, T])(value: T): EnumValueOptions
- Inherited from
- ExtendableMessage
Serializes the message into the given output stream
Serializes the message into the given output stream
- Inherited from
- GeneratedMessage