public final class

ResponseProto.InsertDataResponse

extends <any>

implements ResponseProto.InsertDataResponseOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDATA_POINT_UID_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

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 static ResponseProto.InsertDataResponsegetDefaultInstance()

public static ResponseProto.InsertDataResponse.BuildernewBuilder()

public static ResponseProto.InsertDataResponse.BuildernewBuilder(ResponseProto.InsertDataResponse prototype)

public static ResponseProto.InsertDataResponseparseDelimitedFrom(java.io.InputStream input)

public static ResponseProto.InsertDataResponseparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponseparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponseparseFrom(java.nio.ByteBuffer data)

public static ResponseProto.InsertDataResponseparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponseparseFrom(com.google.protobuf.ByteString data)

public static ResponseProto.InsertDataResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponseparseFrom(com.google.protobuf.CodedInputStream input)

public static ResponseProto.InsertDataResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponseparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int DATA_POINT_UID_FIELD_NUMBER

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 static ResponseProto.InsertDataResponse parseFrom(java.nio.ByteBuffer data)

public static ResponseProto.InsertDataResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse parseFrom(com.google.protobuf.ByteString data)

public static ResponseProto.InsertDataResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse parseDelimitedFrom(java.io.InputStream input)

public static ResponseProto.InsertDataResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse parseFrom(com.google.protobuf.CodedInputStream input)

public static ResponseProto.InsertDataResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.InsertDataResponse.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ResponseProto.InsertDataResponse getDefaultInstance()

public static <any> parser()