Interface ReconcileDataPointsResponseOrBuilder (0.2.0)

public interface ReconcileDataPointsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataPoints(int index)

public abstract ReconciledDataPoint getDataPoints(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPoint

getDataPointsCount()

public abstract int getDataPointsCount()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
int

getDataPointsList()

public abstract List<ReconciledDataPoint> getDataPointsList()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
List<ReconciledDataPoint>

getDataPointsOrBuilder(int index)

public abstract ReconciledDataPointOrBuilder getDataPointsOrBuilder(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPointOrBuilder

getDataPointsOrBuilderList()

public abstract List<? extends ReconciledDataPointOrBuilder> getDataPointsOrBuilderList()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
List<? extends com.google.devicesandservices.health.v4.ReconciledDataPointOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Next page token, empty if the response is complete

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Next page token, empty if the response is complete

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.