public final class

ResponseProto.InsertDataResponse.Builder

extends <any>

implements ResponseProto.InsertDataResponseOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ResponseProto.InsertDataResponse.BuilderaddAllDataPointUid(java.lang.Iterable<java.lang.String> values)

repeated string data_point_uid = 1;

public ResponseProto.InsertDataResponse.BuilderaddDataPointUid(java.lang.String value)

repeated string data_point_uid = 1;

public ResponseProto.InsertDataResponse.BuilderaddDataPointUidBytes(com.google.protobuf.ByteString value)

repeated string data_point_uid = 1;

public ResponseProto.InsertDataResponse.BuilderclearDataPointUid()

repeated string data_point_uid = 1;

public java.lang.StringgetDataPointUid(int index)

repeated string data_point_uid = 1;

public com.google.protobuf.ByteStringgetDataPointUidBytes(int index)

repeated string data_point_uid = 1;

public intgetDataPointUidCount()

repeated string data_point_uid = 1;

public java.util.List<java.lang.String>getDataPointUidList()

repeated string data_point_uid = 1;

public ResponseProto.InsertDataResponse.BuildersetDataPointUid(int index, java.lang.String value)

repeated string data_point_uid = 1;

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

Methods

public java.util.List<java.lang.String> getDataPointUidList()

repeated string data_point_uid = 1;

Returns:

A list containing the dataPointUid.

public int getDataPointUidCount()

repeated string data_point_uid = 1;

Returns:

The count of dataPointUid.

public java.lang.String getDataPointUid(int index)

repeated string data_point_uid = 1;

Parameters:

index: The index of the element to return.

Returns:

The dataPointUid at the given index.

public com.google.protobuf.ByteString getDataPointUidBytes(int index)

repeated string data_point_uid = 1;

Parameters:

index: The index of the value to return.

Returns:

The bytes of the dataPointUid at the given index.

public ResponseProto.InsertDataResponse.Builder setDataPointUid(int index, java.lang.String value)

repeated string data_point_uid = 1;

Parameters:

index: The index to set the value at.
value: The dataPointUid to set.

Returns:

This builder for chaining.

public ResponseProto.InsertDataResponse.Builder addDataPointUid(java.lang.String value)

repeated string data_point_uid = 1;

Parameters:

value: The dataPointUid to add.

Returns:

This builder for chaining.

public ResponseProto.InsertDataResponse.Builder addAllDataPointUid(java.lang.Iterable<java.lang.String> values)

repeated string data_point_uid = 1;

Parameters:

values: The dataPointUid to add.

Returns:

This builder for chaining.

public ResponseProto.InsertDataResponse.Builder clearDataPointUid()

repeated string data_point_uid = 1;

Returns:

This builder for chaining.

public ResponseProto.InsertDataResponse.Builder addDataPointUidBytes(com.google.protobuf.ByteString value)

repeated string data_point_uid = 1;

Parameters:

value: The bytes of the dataPointUid to add.

Returns:

This builder for chaining.