object JsonFormat extends GeneratedEnumCompanion[JsonFormat]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonFormat
- GeneratedEnumCompanion
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Recognized extends JsonFormat
-
final
case class
Unrecognized(unrecognizedValue: Int) extends JsonFormat with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = JsonFormat
- Definition Classes
- GeneratedEnumCompanion
Value Members
- implicit def enumCompanion: GeneratedEnumCompanion[JsonFormat]
- def fromJavaValue(pbJavaSource: DescriptorProtos.FeatureSet.JsonFormat): JsonFormat
-
def
fromName(name: String): scala.Option[JsonFormat]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): JsonFormat
- Definition Classes
- JsonFormat → GeneratedEnumCompanion
-
def
javaDescriptor: EnumDescriptor
Returns the Java descriptors for this enum.
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.
- Definition Classes
- JsonFormat → GeneratedEnumCompanion
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- JsonFormat → GeneratedEnumCompanion
- def toJavaValue(pbScalaSource: JsonFormat): DescriptorProtos.FeatureSet.JsonFormat
-
lazy val
values: Seq[ValueType]
- Definition Classes
- JsonFormat → GeneratedEnumCompanion
-
object
ALLOW extends JsonFormat with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
JSON_FORMAT_UNKNOWN extends JsonFormat with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
LEGACY_BEST_EFFORT extends JsonFormat with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()