Class ReconcileDataPointsResponse.Builder (0.2.0)

public static final class ReconcileDataPointsResponse.Builder extends GeneratedMessage.Builder<ReconcileDataPointsResponse.Builder> implements ReconcileDataPointsResponseOrBuilder

Response containing the list of reconciled DataPoints.

Protobuf type google.devicesandservices.health.v4.ReconcileDataPointsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllDataPoints(Iterable<? extends ReconciledDataPoint> values)

public ReconcileDataPointsResponse.Builder addAllDataPoints(Iterable<? extends ReconciledDataPoint> values)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
values Iterable<? extends com.google.devicesandservices.health.v4.ReconciledDataPoint>
Returns
Type Description
ReconcileDataPointsResponse.Builder

addDataPoints(ReconciledDataPoint value)

public ReconcileDataPointsResponse.Builder addDataPoints(ReconciledDataPoint value)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
value ReconciledDataPoint
Returns
Type Description
ReconcileDataPointsResponse.Builder

addDataPoints(ReconciledDataPoint.Builder builderForValue)

public ReconcileDataPointsResponse.Builder addDataPoints(ReconciledDataPoint.Builder builderForValue)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
builderForValue ReconciledDataPoint.Builder
Returns
Type Description
ReconcileDataPointsResponse.Builder

addDataPoints(int index, ReconciledDataPoint value)

public ReconcileDataPointsResponse.Builder addDataPoints(int index, ReconciledDataPoint value)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameters
Name Description
index int
value ReconciledDataPoint
Returns
Type Description
ReconcileDataPointsResponse.Builder

addDataPoints(int index, ReconciledDataPoint.Builder builderForValue)

public ReconcileDataPointsResponse.Builder addDataPoints(int index, ReconciledDataPoint.Builder builderForValue)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameters
Name Description
index int
builderForValue ReconciledDataPoint.Builder
Returns
Type Description
ReconcileDataPointsResponse.Builder

addDataPointsBuilder()

public ReconciledDataPoint.Builder addDataPointsBuilder()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
ReconciledDataPoint.Builder

addDataPointsBuilder(int index)

public ReconciledDataPoint.Builder addDataPointsBuilder(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPoint.Builder

build()

public ReconcileDataPointsResponse build()
Returns
Type Description
ReconcileDataPointsResponse

buildPartial()

public ReconcileDataPointsResponse buildPartial()
Returns
Type Description
ReconcileDataPointsResponse

clear()

public ReconcileDataPointsResponse.Builder clear()
Returns
Type Description
ReconcileDataPointsResponse.Builder
Overrides

clearDataPoints()

public ReconcileDataPointsResponse.Builder clearDataPoints()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
ReconcileDataPointsResponse.Builder

clearNextPageToken()

public ReconcileDataPointsResponse.Builder clearNextPageToken()

Next page token, empty if the response is complete

string next_page_token = 2;

Returns
Type Description
ReconcileDataPointsResponse.Builder

This builder for chaining.

getDataPoints(int index)

public ReconciledDataPoint getDataPoints(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPoint

getDataPointsBuilder(int index)

public ReconciledDataPoint.Builder getDataPointsBuilder(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPoint.Builder

getDataPointsBuilderList()

public List<ReconciledDataPoint.Builder> getDataPointsBuilderList()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
List<Builder>

getDataPointsCount()

public int getDataPointsCount()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
int

getDataPointsList()

public List<ReconciledDataPoint> getDataPointsList()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
List<ReconciledDataPoint>

getDataPointsOrBuilder(int index)

public ReconciledDataPointOrBuilder getDataPointsOrBuilder(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconciledDataPointOrBuilder

getDataPointsOrBuilderList()

public List<? extends ReconciledDataPointOrBuilder> getDataPointsOrBuilderList()

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Returns
Type Description
List<? extends com.google.devicesandservices.health.v4.ReconciledDataPointOrBuilder>

getDefaultInstanceForType()

public ReconcileDataPointsResponse getDefaultInstanceForType()
Returns
Type Description
ReconcileDataPointsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

Next page token, empty if the response is complete

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Next page token, empty if the response is complete

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ReconcileDataPointsResponse other)

public ReconcileDataPointsResponse.Builder mergeFrom(ReconcileDataPointsResponse other)
Parameter
Name Description
other ReconcileDataPointsResponse
Returns
Type Description
ReconcileDataPointsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReconcileDataPointsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReconcileDataPointsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReconcileDataPointsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReconcileDataPointsResponse.Builder
Overrides

removeDataPoints(int index)

public ReconcileDataPointsResponse.Builder removeDataPoints(int index)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameter
Name Description
index int
Returns
Type Description
ReconcileDataPointsResponse.Builder

setDataPoints(int index, ReconciledDataPoint value)

public ReconcileDataPointsResponse.Builder setDataPoints(int index, ReconciledDataPoint value)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameters
Name Description
index int
value ReconciledDataPoint
Returns
Type Description
ReconcileDataPointsResponse.Builder

setDataPoints(int index, ReconciledDataPoint.Builder builderForValue)

public ReconcileDataPointsResponse.Builder setDataPoints(int index, ReconciledDataPoint.Builder builderForValue)

Data points matching the query

repeated .google.devicesandservices.health.v4.ReconciledDataPoint data_points = 1;

Parameters
Name Description
index int
builderForValue ReconciledDataPoint.Builder
Returns
Type Description
ReconcileDataPointsResponse.Builder

setNextPageToken(String value)

public ReconcileDataPointsResponse.Builder setNextPageToken(String value)

Next page token, empty if the response is complete

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ReconcileDataPointsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ReconcileDataPointsResponse.Builder setNextPageTokenBytes(ByteString value)

Next page token, empty if the response is complete

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ReconcileDataPointsResponse.Builder

This builder for chaining.