public final class DailyRollUpDataPointsResponse extends GeneratedMessage implements DailyRollUpDataPointsResponseOrBuilderResponse containing the list of rolled up data points.
Protobuf type google.devicesandservices.health.v4.DailyRollUpDataPointsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DailyRollUpDataPointsResponseImplements
DailyRollUpDataPointsResponseOrBuilderStatic Fields
ROLLUP_DATA_POINTS_FIELD_NUMBER
public static final int ROLLUP_DATA_POINTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static DailyRollUpDataPointsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static DailyRollUpDataPointsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse.Builder |
|
newBuilder(DailyRollUpDataPointsResponse prototype)
public static DailyRollUpDataPointsResponse.Builder newBuilder(DailyRollUpDataPointsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
DailyRollUpDataPointsResponse |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static DailyRollUpDataPointsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static DailyRollUpDataPointsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static DailyRollUpDataPointsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static DailyRollUpDataPointsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static DailyRollUpDataPointsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static DailyRollUpDataPointsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DailyRollUpDataPointsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<DailyRollUpDataPointsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<DailyRollUpDataPointsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public DailyRollUpDataPointsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse |
|
getParserForType()
public Parser<DailyRollUpDataPointsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<DailyRollUpDataPointsResponse> |
|
getRollupDataPoints(int index)
public 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 int getRollupDataPointsCount()Values for each aggregation time window.
repeated .google.devicesandservices.health.v4.DailyRollupDataPoint rollup_data_points = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRollupDataPointsList()
public 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 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 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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public DailyRollUpDataPointsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DailyRollUpDataPointsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse.Builder |
|
toBuilder()
public DailyRollUpDataPointsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
DailyRollUpDataPointsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|