Class BatchDeleteDataPointsResponse (0.2.0)

public final class BatchDeleteDataPointsResponse extends GeneratedMessage implements BatchDeleteDataPointsResponseOrBuilder

Response containing the list of possibly soft-deleted DataPoints.

Protobuf type google.devicesandservices.health.v4.BatchDeleteDataPointsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchDeleteDataPointsResponse

Static Fields

DATA_POINTS_FIELD_NUMBER

public static final int DATA_POINTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchDeleteDataPointsResponse getDefaultInstance()
Returns
Type Description
BatchDeleteDataPointsResponse

getDescriptor()

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

newBuilder()

public static BatchDeleteDataPointsResponse.Builder newBuilder()
Returns
Type Description
BatchDeleteDataPointsResponse.Builder

newBuilder(BatchDeleteDataPointsResponse prototype)

public static BatchDeleteDataPointsResponse.Builder newBuilder(BatchDeleteDataPointsResponse prototype)
Parameter
Name Description
prototype BatchDeleteDataPointsResponse
Returns
Type Description
BatchDeleteDataPointsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchDeleteDataPointsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchDeleteDataPointsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchDeleteDataPointsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchDeleteDataPointsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchDeleteDataPointsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchDeleteDataPointsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchDeleteDataPointsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDataPointsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchDeleteDataPointsResponse> parser()
Returns
Type Description
Parser<BatchDeleteDataPointsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataPoints(int index)

public DataPoint getDataPoints(int index)

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Parameter
Name Description
index int
Returns
Type Description
DataPoint

getDataPointsCount()

public int getDataPointsCount()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Returns
Type Description
int

getDataPointsList()

public List<DataPoint> getDataPointsList()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Returns
Type Description
List<DataPoint>

getDataPointsOrBuilder(int index)

public DataPointOrBuilder getDataPointsOrBuilder(int index)

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

Parameter
Name Description
index int
Returns
Type Description
DataPointOrBuilder

getDataPointsOrBuilderList()

public List<? extends DataPointOrBuilder> getDataPointsOrBuilderList()

The list of soft-deleted DataPoints, if the data type supports only soft deletion.

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

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

getDefaultInstanceForType()

public BatchDeleteDataPointsResponse getDefaultInstanceForType()
Returns
Type Description
BatchDeleteDataPointsResponse

getParserForType()

public Parser<BatchDeleteDataPointsResponse> getParserForType()
Returns
Type Description
Parser<BatchDeleteDataPointsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchDeleteDataPointsResponse.Builder newBuilderForType()
Returns
Type Description
BatchDeleteDataPointsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BatchDeleteDataPointsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchDeleteDataPointsResponse.Builder
Overrides

toBuilder()

public BatchDeleteDataPointsResponse.Builder toBuilder()
Returns
Type Description
BatchDeleteDataPointsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException