public interface DailyRollUpDataPointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRollupDataPoints(int index)
public abstract DailyRollupDataPoint getRollupDataPoints(int index)Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DailyRollupDataPoint |
|
getRollupDataPointsCount()
public abstract int getRollupDataPointsCount()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRollupDataPointsList()
public abstract List<DailyRollupDataPoint> getRollupDataPointsList()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<DailyRollupDataPoint> |
|
getRollupDataPointsOrBuilder(int index)
public abstract DailyRollupDataPointOrBuilder getRollupDataPointsOrBuilder(int index)Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DailyRollupDataPointOrBuilder |
|
getRollupDataPointsOrBuilderList()
public abstract List<? extends DailyRollupDataPointOrBuilder> getRollupDataPointsOrBuilderList()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.devicesandservices.health.v4.DailyRollupDataPointOrBuilder> |
|