public interface RollUpDataPointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRollupDataPoints(int index)
public abstract RollupDataPoint getRollupDataPoints(int index)Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.RollupDataPoint rollup_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RollupDataPoint |
|
getRollupDataPointsCount()
public abstract int getRollupDataPointsCount()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.RollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRollupDataPointsList()
public abstract List<RollupDataPoint> getRollupDataPointsList()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.RollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<RollupDataPoint> |
|
getRollupDataPointsOrBuilder(int index)
public abstract RollupDataPointOrBuilder getRollupDataPointsOrBuilder(int index)Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.RollupDataPoint rollup_data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RollupDataPointOrBuilder |
|
getRollupDataPointsOrBuilderList()
public abstract List<? extends RollupDataPointOrBuilder> getRollupDataPointsOrBuilderList()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.RollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.devicesandservices.health.v4.RollupDataPointOrBuilder> |
|