ProtoTimestampFormat

alloy.proto.ProtoTimestampFormat
See theProtoTimestampFormat companion object
sealed abstract class ProtoTimestampFormat(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Specifies which type of timestamp representation should be used PROTOBUF indicates that the default encoding should be used EPOCH_MILLIS indicates that an int64 should be used instead of the default encoding.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object EPOCH_MILLIS
object PROTOBUF

Members list

Type members

Types

override type EnumType = ProtoTimestampFormat

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String