Metadata

class Metadata : GeneratedMessageLite<MessageType, BuilderType> , MetricsProto.MetadataOrBuilder

Metadata information for metrics data packets.
Contains identification, timing, and frame information for data correlation.
Protobuf type presage.physiology.Metadata

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , MetricsProto.MetadataOrBuilder

Metadata information for metrics data packets.
Contains identification, timing, and frame information for data correlation.
Protobuf type presage.physiology.Metadata

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun getApiVersion(): String
API version used to generate the metrics 
string api_version = 3;
Link copied to clipboard
open fun getApiVersionBytes(): ByteString
API version used to generate the metrics 
string api_version = 3;
Link copied to clipboard
Link copied to clipboard
open 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
Microseconds since start of capture, associated with PreprocessedDataBuffer that triggered this MetricsBuffer 
int64 frame_timestamp = 5;
Link copied to clipboard
open fun getId(): String
Unique identifier for the metrics data 
string id = 1;
Link copied to clipboard
open fun getIdBytes(): ByteString
Unique identifier for the metrics data 
string id = 1;
Link copied to clipboard
open 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
Timestamp when the data was uploaded/sent, as a full ISO-8601 string 
string upload_timestamp = 2;
Link copied to clipboard
open fun getUploadTimestampBytes(): ByteString
Timestamp when the data was uploaded/sent, as a full ISO-8601 string 
string upload_timestamp = 2;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
Link copied to clipboard
open fun parseFrom(data: ByteString): MetricsProto.Metadata
open fun parseFrom(input: CodedInputStream): MetricsProto.Metadata
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.Metadata
Link copied to clipboard
open fun parser(): Parser<MetricsProto.Metadata>