public final class

DataProto.SubTypeDataValue

extends <any>

implements DataProto.SubTypeDataValueOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intEND_TIME_MILLIS_FIELD_NUMBER

public static final intSTART_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.SubTypeDataValuegetDefaultInstance()

public longgetEndTimeMillis()

optional int64 end_time_millis = 3;

public longgetStartTimeMillis()

optional int64 start_time_millis = 2;

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

Use DataProto.SubTypeDataValue.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 booleanhasEndTimeMillis()

optional int64 end_time_millis = 3;

public booleanhasStartTimeMillis()

optional int64 start_time_millis = 2;

public static DataProto.SubTypeDataValue.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static DataProto.SubTypeDataValueparseFrom(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 START_TIME_MILLIS_FIELD_NUMBER

public static final int END_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.SubTypeDataValue.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 hasStartTimeMillis()

optional int64 start_time_millis = 2;

Returns:

Whether the startTimeMillis field is set.

public long getStartTimeMillis()

optional int64 start_time_millis = 2;

Returns:

The startTimeMillis.

public boolean hasEndTimeMillis()

optional int64 end_time_millis = 3;

Returns:

Whether the endTimeMillis field is set.

public long getEndTimeMillis()

optional int64 end_time_millis = 3;

Returns:

The endTimeMillis.

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

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

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

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

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

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

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

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

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

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

public static DataProto.SubTypeDataValue.Builder newBuilder()

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

public static DataProto.SubTypeDataValue getDefaultInstance()

public static <any> parser()