MetadataOrBuilder

interface MetadataOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getApiVersion(): String
API version used to generate the metrics 
string api_version = 3;
Link copied to clipboard
abstract fun getApiVersionBytes(): ByteString
API version used to generate the metrics 
string api_version = 3;
Link copied to clipboard
abstract fun getFrameCount(): Int
Number of actual image frames used to generate the associated PreprocessedDataBuffer,
excluding frames partially used for previous buffers 
int32 frame_count = 6;
Link copied to clipboard
abstract fun getFrameTimestamp(): Long
Microseconds since start of capture, associated with PreprocessedDataBuffer that triggered this MetricsBuffer 
int64 frame_timestamp = 5;
Link copied to clipboard
abstract fun getId(): String
Unique identifier for the metrics data 
string id = 1;
Link copied to clipboard
abstract fun getIdBytes(): ByteString
Unique identifier for the metrics data 
string id = 1;
Link copied to clipboard
abstract fun getSentAtS(): Double
Seconds since Linux epoch when the data was sent from Physiology Core (cloud API or OnPrem Core Server)
double sent_at_s = 4;
Link copied to clipboard
abstract fun getUploadTimestamp(): String
Timestamp when the data was uploaded/sent, as a full ISO-8601 string 
string upload_timestamp = 2;
Link copied to clipboard
abstract fun getUploadTimestampBytes(): ByteString
Timestamp when the data was uploaded/sent, as a full ISO-8601 string 
string upload_timestamp = 2;