com.google.protobuf.descriptor.FieldOptions.JSType
See theJSType companion class
object JSType extends GeneratedEnumCompanion[JSType]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[JSType]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
JSType.type
Members list
Type members
Classlikes
case object JS_NORMAL extends JSType, Recognized
Use the default type.
Use the default type.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass JSTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
JS_NORMAL.type
case object JS_NUMBER extends JSType, Recognized
Use JavaScript numbers.
Use JavaScript numbers.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass JSTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
JS_NUMBER.type
case object JS_STRING extends JSType, Recognized
Use JavaScript strings.
Use JavaScript strings.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass JSTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
JS_STRING.type
sealed trait Recognized extends JSType
Attributes
- Supertypes
-
class JSTypetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
final case class Unrecognized(unrecognizedValue: Int) extends JSType, UnrecognizedEnum
Attributes
- Supertypes
-
trait UnrecognizedEnumclass JSTypetrait 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