public final class

DataProto.SeriesValue

extends <any>

implements DataProto.SeriesValueOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.DataProto.SeriesValue

Overview

Protobuf type androidx.health.platform.client.proto.SeriesValue

Summary

Fields
public static final intINSTANT_TIME_MILLIS_FIELD_NUMBER

public static final intVALUES_FIELD_NUMBER

Methods
public booleancontainsValues(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static DataProto.SeriesValuegetDefaultInstance()

public longgetInstantTimeMillis()

optional int64 instant_time_millis = 2;

public java.util.Map<java.lang.String, DataProto.Value>getValues()

Use DataProto.SeriesValue.getValuesMap() instead.

public intgetValuesCount()

public java.util.Map<java.lang.String, DataProto.Value>getValuesMap()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.ValuegetValuesOrDefault(java.lang.String key, DataProto.Value defaultValue)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.ValuegetValuesOrThrow(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public booleanhasInstantTimeMillis()

optional int64 instant_time_millis = 2;

public static DataProto.SeriesValue.BuildernewBuilder()

public static DataProto.SeriesValue.BuildernewBuilder(DataProto.SeriesValue prototype)

public static DataProto.SeriesValueparseDelimitedFrom(java.io.InputStream input)

public static DataProto.SeriesValueparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValueparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValueparseFrom(java.nio.ByteBuffer data)

public static DataProto.SeriesValueparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValueparseFrom(com.google.protobuf.ByteString data)

public static DataProto.SeriesValueparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValueparseFrom(com.google.protobuf.CodedInputStream input)

public static DataProto.SeriesValueparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValueparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int VALUES_FIELD_NUMBER

public static final int INSTANT_TIME_MILLIS_FIELD_NUMBER

Methods

public int getValuesCount()

public boolean containsValues(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public java.util.Map<java.lang.String, DataProto.Value> getValues()

Use DataProto.SeriesValue.getValuesMap() instead.

public java.util.Map<java.lang.String, DataProto.Value> getValuesMap()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.Value getValuesOrDefault(java.lang.String key, DataProto.Value defaultValue)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.Value getValuesOrThrow(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public boolean hasInstantTimeMillis()

optional int64 instant_time_millis = 2;

Returns:

Whether the instantTimeMillis field is set.

public long getInstantTimeMillis()

optional int64 instant_time_millis = 2;

Returns:

The instantTimeMillis.

public static DataProto.SeriesValue parseFrom(java.nio.ByteBuffer data)

public static DataProto.SeriesValue parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue parseFrom(com.google.protobuf.ByteString data)

public static DataProto.SeriesValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue parseDelimitedFrom(java.io.InputStream input)

public static DataProto.SeriesValue parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue parseFrom(com.google.protobuf.CodedInputStream input)

public static DataProto.SeriesValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DataProto.SeriesValue.Builder newBuilder()

public static DataProto.SeriesValue.Builder newBuilder(DataProto.SeriesValue prototype)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static DataProto.SeriesValue getDefaultInstance()

public static <any> parser()