com.google.protobuf.descriptor.FieldDescriptorProto.Label
See theLabel companion class
object Label extends GeneratedEnumCompanion[Label]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[Label]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Label.type
Members list
Type members
Classlikes
case object LABEL_OPTIONAL extends Label, Recognized
0 is reserved for errors
0 is reserved for errors
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass Labeltrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
LABEL_OPTIONAL.type
case object LABEL_REPEATED extends Label, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass Labeltrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
LABEL_REPEATED.type
case object LABEL_REQUIRED extends Label, Recognized
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass Labeltrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
LABEL_REQUIRED.type
sealed trait Recognized extends Label
Attributes
- Supertypes
-
class Labeltrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
final case class Unrecognized(unrecognizedValue: Int) extends Label, UnrecognizedEnum
Attributes
- Supertypes
-
trait UnrecognizedEnumclass Labeltrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Attributes
- Inherited from:
- GeneratedEnumCompanion
Value members
Concrete methods
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
Inherited methods
Attributes
- Inherited from:
- GeneratedEnumCompanion
Implicits
Implicits
In this article