public final class

RequestProto.UpsertDataRequest.Builder

extends <any>

implements RequestProto.UpsertDataRequestOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.RequestProto.UpsertDataRequest.Builder

Overview

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

Summary

Methods
public RequestProto.UpsertDataRequest.BuilderaddAllDataPoint(java.lang.Iterable<DataProto.DataPoint> values)

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

public RequestProto.UpsertDataRequest.BuilderaddDataPoint(DataProto.DataPoint.Builder builderForValue)

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

public RequestProto.UpsertDataRequest.BuilderaddDataPoint(DataProto.DataPoint value)

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

public RequestProto.UpsertDataRequest.BuilderaddDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

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

public RequestProto.UpsertDataRequest.BuilderaddDataPoint(int index, DataProto.DataPoint value)

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

public RequestProto.UpsertDataRequest.BuilderclearDataPoint()

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

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 RequestProto.UpsertDataRequest.BuilderremoveDataPoint(int index)

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

public RequestProto.UpsertDataRequest.BuildersetDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

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

public RequestProto.UpsertDataRequest.BuildersetDataPoint(int index, DataProto.DataPoint value)

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

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;

public RequestProto.UpsertDataRequest.Builder setDataPoint(int index, DataProto.DataPoint value)

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

public RequestProto.UpsertDataRequest.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;

public RequestProto.UpsertDataRequest.Builder addDataPoint(int index, DataProto.DataPoint value)

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

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

public RequestProto.UpsertDataRequest.Builder addDataPoint(int index, DataProto.DataPoint.Builder builderForValue)

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

public RequestProto.UpsertDataRequest.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 RequestProto.UpsertDataRequest.Builder removeDataPoint(int index)

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