PropertyType

object PropertyType extends GeneratedEnumCompanion[PropertyType]
Companion
class
trait Sum
trait Mirror
trait GeneratedEnumCompanion[PropertyType]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
case
object BOOL extends PropertyType with Recognized

The type is bool.

The type is bool.

@SerialVersionUID(0L)
case
object DOUBLE extends PropertyType with Recognized

The type is 'double'.

The type is 'double'.

@SerialVersionUID(0L)
case
object INT64 extends PropertyType with Recognized

The type is int64.

The type is int64.

sealed
trait Recognized extends PropertyType
@SerialVersionUID(0L)
case
object STRING extends PropertyType with Recognized

The type is string.

The type is string.

@SerialVersionUID(0L)
case
object UNSPECIFIED extends PropertyType with Recognized

The type is unspecified, and will result in an error.

The type is unspecified, and will result in an error.

@SerialVersionUID(0L)
final case
class Unrecognized(unrecognizedValue: Int) extends PropertyType with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedEnumCompanion

Value members

Concrete methods

def fromJavaValue(pbJavaSource: PropertyType): PropertyType
def fromValue(`__value`: Int): PropertyType
def javaDescriptor: EnumDescriptor
def scalaDescriptor: EnumDescriptor
def toJavaValue(pbScalaSource: PropertyType): PropertyType

Inherited methods

def fromName(name: String): Option[PropertyType]
Inherited from
GeneratedEnumCompanion

Concrete fields

lazy

Implicits

Implicits

implicit
def enumCompanion: GeneratedEnumCompanion[PropertyType]