public interface

RequestProto.SimpleDataRequestOrBuilder

 androidx.health.platform.client.proto.RequestProto.SimpleDataRequestOrBuilder

Subclasses:

RequestProto.SimpleDataRequest, RequestProto.SimpleDataRequest.Builder

Summary

Methods
public DataProto.DataPointgetDataPoint()

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

public booleanhasDataPoint()

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

Methods

public boolean hasDataPoint()

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

Returns:

Whether the dataPoint field is set.

public DataProto.DataPoint getDataPoint()

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

Returns:

The dataPoint.