public interface ListDataPointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataPoints(int index)
public abstract DataPoint getDataPoints(int index)Data points matching the query
repeated .google.devicesandservices.health.v4.DataPoint data_points = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataPoint |
|
getDataPointsCount()
public abstract int getDataPointsCount()Data points matching the query
repeated .google.devicesandservices.health.v4.DataPoint data_points = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataPointsList()
public abstract List<DataPoint> getDataPointsList()Data points matching the query
repeated .google.devicesandservices.health.v4.DataPoint data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataPoint> |
|
getDataPointsOrBuilder(int index)
public abstract DataPointOrBuilder getDataPointsOrBuilder(int index)Data points matching the query
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()Data points matching the query
repeated .google.devicesandservices.health.v4.DataPoint data_points = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.devicesandservices.health.v4.DataPointOrBuilder> |
|
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. |