com.google.protobuf.struct.NullValue
See theNullValue companion class
object NullValue extends GeneratedEnumCompanion[NullValue]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[NullValue]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
NullValue.type
Members list
Type members
Classlikes
case object NULL_VALUE extends NullValue, Recognized
Null value.
Null value.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass NullValuetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
NULL_VALUE.type
sealed trait Recognized extends NullValue
Attributes
- Supertypes
-
class NullValuetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object NULL_VALUE.type
final case class Unrecognized(unrecognizedValue: Int) extends NullValue, UnrecognizedEnum
Attributes
- Supertypes
-
trait UnrecognizedEnumclass NullValuetrait 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