public interface

ChangeProto.DataChangeOrBuilder

 androidx.health.platform.client.proto.ChangeProto.DataChangeOrBuilder

Subclasses:

ChangeProto.DataChange, ChangeProto.DataChange.Builder

Summary

Methods
public ChangeProto.DataChange.ChangeCasegetChangeCase()

public java.lang.StringgetDeleteUid()

string delete_uid = 2;

public com.google.protobuf.ByteStringgetDeleteUidBytes()

string delete_uid = 2;

public DataProto.DataPointgetUpsertDataPoint()

.androidx.health.platform.client.proto.DataPoint upsert_data_point = 1;

public booleanhasDeleteUid()

string delete_uid = 2;

public booleanhasUpsertDataPoint()

.androidx.health.platform.client.proto.DataPoint upsert_data_point = 1;

Methods

public boolean hasUpsertDataPoint()

.androidx.health.platform.client.proto.DataPoint upsert_data_point = 1;

Returns:

Whether the upsertDataPoint field is set.

public DataProto.DataPoint getUpsertDataPoint()

.androidx.health.platform.client.proto.DataPoint upsert_data_point = 1;

Returns:

The upsertDataPoint.

public boolean hasDeleteUid()

string delete_uid = 2;

Returns:

Whether the deleteUid field is set.

public java.lang.String getDeleteUid()

string delete_uid = 2;

Returns:

The deleteUid.

public com.google.protobuf.ByteString getDeleteUidBytes()

string delete_uid = 2;

Returns:

The bytes for deleteUid.

public ChangeProto.DataChange.ChangeCase getChangeCase()