public final class

ResponseProto.ReadDataRangeResponse.Builder

extends <any>

implements ResponseProto.ReadDataRangeResponseOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.ResponseProto.ReadDataRangeResponse.Builder

Overview

Protobuf type androidx.health.platform.client.proto.ReadDataRangeResponse

Summary

Methods
public ResponseProto.ReadDataRangeResponse.BuilderaddAllDataPoint(java.lang.Iterable<DataProto.DataPoint> values)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderaddDataPoint(DataProto.DataPoint.Builder builderForValue)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderaddDataPoint(DataProto.DataPoint value)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderaddDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderaddDataPoint(int index, DataProto.DataPoint value)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderclearDataPoint()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuilderclearPageToken()

optional string page_token = 2;

public DataProto.DataPointgetDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public intgetDataPointCount()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public java.util.List<DataProto.DataPoint>getDataPointList()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public java.lang.StringgetPageToken()

optional string page_token = 2;

public com.google.protobuf.ByteStringgetPageTokenBytes()

optional string page_token = 2;

public booleanhasPageToken()

optional string page_token = 2;

public ResponseProto.ReadDataRangeResponse.BuilderremoveDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuildersetDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuildersetDataPoint(int index, DataProto.DataPoint value)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.BuildersetPageToken(java.lang.String value)

optional string page_token = 2;

public ResponseProto.ReadDataRangeResponse.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)

optional string page_token = 2;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.util.List<DataProto.DataPoint> getDataPointList()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public int getDataPointCount()

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public DataProto.DataPoint getDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.Builder setDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.Builder addDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.Builder addAllDataPoint(java.lang.Iterable<DataProto.DataPoint> values)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public ResponseProto.ReadDataRangeResponse.Builder removeDataPoint(int index)

repeated .androidx.health.platform.client.proto.DataPoint data_point = 1;

public boolean hasPageToken()

optional string page_token = 2;

Returns:

Whether the pageToken field is set.

public java.lang.String getPageToken()

optional string page_token = 2;

Returns:

The pageToken.

public com.google.protobuf.ByteString getPageTokenBytes()

optional string page_token = 2;

Returns:

The bytes for pageToken.

public ResponseProto.ReadDataRangeResponse.Builder setPageToken(java.lang.String value)

optional string page_token = 2;

Parameters:

value: The pageToken to set.

Returns:

This builder for chaining.

optional string page_token = 2;

Returns:

This builder for chaining.

public ResponseProto.ReadDataRangeResponse.Builder setPageTokenBytes(com.google.protobuf.ByteString value)

optional string page_token = 2;

Parameters:

value: The bytes for pageToken to set.

Returns:

This builder for chaining.