GetEpochRequest

interface GetEpochRequest

Properties

Link copied to clipboard
abstract val epoch: <Error class: unknown class>?

The requested epoch. If no epoch is provided the current epoch will be returned.

Link copied to clipboard

Returns the field-presence view for this GetEpochRequest instance.

Link copied to clipboard
abstract val readMask: FieldMask

Mask specifying which fields to read. If no mask is specified, defaults to epoch.

Functions

Link copied to clipboard
fun GetEpochRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): GetEpochRequest

Copies the original message, including unknown fields.