Interface BatchDeleteDataPointsResponseOrBuilder (0.2.0)

public interface BatchDeleteDataPointsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataPoints(int index)

public abstract DataPoint getDataPoints(int index)

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Parameter
Name Description
index int
Returns
Type Description
DataPoint

getDataPointsCount()

public abstract int getDataPointsCount()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Returns
Type Description
int

getDataPointsList()

public abstract List<DataPoint> getDataPointsList()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Returns
Type Description
List<DataPoint>

getDataPointsOrBuilder(int index)

public abstract DataPointOrBuilder getDataPointsOrBuilder(int index)

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Parameter
Name Description
index int
Returns
Type Description
DataPointOrBuilder

getDataPointsOrBuilderList()

public abstract List<? extends DataPointOrBuilder> getDataPointsOrBuilderList()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

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