com.google.protobuf.descriptor.FieldOptions.OptionRetention
See theOptionRetention companion class
object OptionRetention extends GeneratedEnumCompanion[OptionRetention]
Attributes
- Companion
- class
- Source
- FieldOptions.scala
- Graph
-
- Supertypes
- Self type
-
OptionRetention.type
Members list
Type members
Classlikes
case object RETENTION_RUNTIME extends OptionRetention, Recognized
Attributes
- Source
- FieldOptions.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass OptionRetentiontrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
RETENTION_RUNTIME.type
case object RETENTION_SOURCE extends OptionRetention, Recognized
Attributes
- Source
- FieldOptions.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass OptionRetentiontrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
RETENTION_SOURCE.type
case object RETENTION_UNKNOWN extends OptionRetention, Recognized
Attributes
- Source
- FieldOptions.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass OptionRetentiontrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
RETENTION_UNKNOWN.type
sealed trait Recognized extends OptionRetention
Attributes
- Source
- FieldOptions.scala
- Supertypes
-
class OptionRetentiontrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
final case class Unrecognized(unrecognizedValue: Int) extends OptionRetention, UnrecognizedEnum
Attributes
- Source
- FieldOptions.scala
- Supertypes
-
trait UnrecognizedEnumclass OptionRetentiontrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
Attributes
- Inherited from:
- GeneratedEnumCompanion
- Source
- GeneratedMessageCompanion.scala
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- FieldOptions.scala
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Attributes
- Source
- FieldOptions.scala
Attributes
- Source
- FieldOptions.scala
Inherited methods
Attributes
- Inherited from:
- GeneratedEnumCompanion
- Source
- GeneratedMessageCompanion.scala
Concrete fields
Attributes
- Source
- FieldOptions.scala
Implicits
Implicits
Attributes
- Source
- FieldOptions.scala
In this article