public interface

ResponseProto.ReadDataRangeResponseOrBuilder

 androidx.health.platform.client.proto.ResponseProto.ReadDataRangeResponseOrBuilder

Subclasses:

ResponseProto.ReadDataRangeResponse, ResponseProto.ReadDataRangeResponse.Builder

Summary

Methods
public DataProto.DataPointgetDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public intgetDataPointCount()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public java.util.List<DataProto.DataPoint>getDataPointList()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public java.lang.StringgetPageToken()

optional string page_token = 2;

public com.google.protobuf.ByteStringgetPageTokenBytes()

optional string page_token = 2;

public booleanhasPageToken()

optional string page_token = 2;

Methods

public java.util.List<DataProto.DataPoint> getDataPointList()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public DataProto.DataPoint getDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public int getDataPointCount()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public boolean hasPageToken()

optional string page_token = 2;

Returns:

Whether the pageToken field is set.

public java.lang.String getPageToken()

optional string page_token = 2;

Returns:

The pageToken.

public com.google.protobuf.ByteString getPageTokenBytes()

optional string page_token = 2;

Returns:

The bytes for pageToken.