getEphemeral

abstract fun getEphemeral(): Boolean
Indicate to the data storage engine that a given field is ephemeral, and should not be stored, but rather held with
a calculated value for use in systems upstream from the data storage layer.
bool ephemeral = 4;

Return

The ephemeral.