public interface

ChangeProto.ChangesEventOrBuilder

 androidx.health.platform.client.proto.ChangeProto.ChangesEventOrBuilder

Subclasses:

ChangeProto.ChangesEvent, ChangeProto.ChangesEvent.Builder

Summary

Methods
public ChangeProto.DataChangegetChanges(int index)

repeated .androidx.health.platform.client.proto.DataChange changes = 2;

public intgetChangesCount()

repeated .androidx.health.platform.client.proto.DataChange changes = 2;

public java.util.List<ChangeProto.DataChange>getChangesList()

repeated .androidx.health.platform.client.proto.DataChange changes = 2;

public java.lang.StringgetNextChangesToken()

optional string next_changes_token = 1;

public com.google.protobuf.ByteStringgetNextChangesTokenBytes()

optional string next_changes_token = 1;

public booleanhasNextChangesToken()

optional string next_changes_token = 1;

Methods

public boolean hasNextChangesToken()

optional string next_changes_token = 1;

Returns:

Whether the nextChangesToken field is set.

public java.lang.String getNextChangesToken()

optional string next_changes_token = 1;

Returns:

The nextChangesToken.

public com.google.protobuf.ByteString getNextChangesTokenBytes()

optional string next_changes_token = 1;

Returns:

The bytes for nextChangesToken.

public java.util.List<ChangeProto.DataChange> getChangesList()

repeated .androidx.health.platform.client.proto.DataChange changes = 2;

public ChangeProto.DataChange getChanges(int index)

repeated .androidx.health.platform.client.proto.DataChange changes = 2;

public int getChangesCount()

repeated .androidx.health.platform.client.proto.DataChange changes = 2;