Class RunVO2MaxRollupValue (0.2.0)

public final class RunVO2MaxRollupValue extends GeneratedMessage implements RunVO2MaxRollupValueOrBuilder

Represents the result of the rollup of the user's daily heart rate variability personal range.

Protobuf type google.devicesandservices.health.v4.RunVO2MaxRollupValue

Static Fields

RATE_AVG_FIELD_NUMBER

public static final int RATE_AVG_FIELD_NUMBER
Field Value
Type Description
int

RATE_MAX_FIELD_NUMBER

public static final int RATE_MAX_FIELD_NUMBER
Field Value
Type Description
int

RATE_MIN_FIELD_NUMBER

public static final int RATE_MIN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RunVO2MaxRollupValue getDefaultInstance()
Returns
Type Description
RunVO2MaxRollupValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RunVO2MaxRollupValue.Builder newBuilder()
Returns
Type Description
RunVO2MaxRollupValue.Builder

newBuilder(RunVO2MaxRollupValue prototype)

public static RunVO2MaxRollupValue.Builder newBuilder(RunVO2MaxRollupValue prototype)
Parameter
Name Description
prototype RunVO2MaxRollupValue
Returns
Type Description
RunVO2MaxRollupValue.Builder

parseDelimitedFrom(InputStream input)

public static RunVO2MaxRollupValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RunVO2MaxRollupValue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RunVO2MaxRollupValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RunVO2MaxRollupValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RunVO2MaxRollupValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RunVO2MaxRollupValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RunVO2MaxRollupValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RunVO2MaxRollupValue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RunVO2MaxRollupValue> parser()
Returns
Type Description
Parser<RunVO2MaxRollupValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RunVO2MaxRollupValue getDefaultInstanceForType()
Returns
Type Description
RunVO2MaxRollupValue

getParserForType()

public Parser<RunVO2MaxRollupValue> getParserForType()
Returns
Type Description
Parser<RunVO2MaxRollupValue>
Overrides

getRateAvg()

public double getRateAvg()

Average value of run VO2 max in the interval.

optional double rate_avg = 3;

Returns
Type Description
double

The rateAvg.

getRateMax()

public double getRateMax()

Maximum value of run VO2 max in the interval.

optional double rate_max = 2;

Returns
Type Description
double

The rateMax.

getRateMin()

public double getRateMin()

Minimum value of run VO2 max in the interval..

optional double rate_min = 1;

Returns
Type Description
double

The rateMin.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRateAvg()

public boolean hasRateAvg()

Average value of run VO2 max in the interval.

optional double rate_avg = 3;

Returns
Type Description
boolean

Whether the rateAvg field is set.

hasRateMax()

public boolean hasRateMax()

Maximum value of run VO2 max in the interval.

optional double rate_max = 2;

Returns
Type Description
boolean

Whether the rateMax field is set.

hasRateMin()

public boolean hasRateMin()

Minimum value of run VO2 max in the interval..

optional double rate_min = 1;

Returns
Type Description
boolean

Whether the rateMin field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RunVO2MaxRollupValue.Builder newBuilderForType()
Returns
Type Description
RunVO2MaxRollupValue.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected RunVO2MaxRollupValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RunVO2MaxRollupValue.Builder
Overrides

toBuilder()

public RunVO2MaxRollupValue.Builder toBuilder()
Returns
Type Description
RunVO2MaxRollupValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException