Strict

class Strict : GeneratedMessageLite<MessageType, BuilderType> , MetricsProto.StrictOrBuilder

Container for strict/exact values that require high precision.
Used when measurements need to be treated with special precision requirements.
Protobuf type presage.physiology.Strict

Types

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

Container for strict/exact values that require high precision.
Used when measurements need to be treated with special precision requirements.
Protobuf type presage.physiology.Strict

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun getValue(): Float
The strict value requiring high precision 
float value = 1;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
Link copied to clipboard
open fun parseFrom(data: ByteString): MetricsProto.Strict
open fun parseFrom(input: CodedInputStream): MetricsProto.Strict
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MetricsProto.Strict
Link copied to clipboard
open fun parser(): Parser<MetricsProto.Strict>