public interface

ResponseProto.GetChangesResponseOrBuilder

 androidx.health.platform.client.proto.ResponseProto.GetChangesResponseOrBuilder

Subclasses:

ResponseProto.GetChangesResponse, ResponseProto.GetChangesResponse.Builder

Summary

Methods
public ChangeProto.DataChangegetChanges(int index)

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

public intgetChangesCount()

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

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

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

public booleangetChangesTokenExpired()

optional bool changes_token_expired = 4;

public booleangetHasMore()

optional bool has_more = 2;

public java.lang.StringgetNextChangesToken()

optional string next_changes_token = 3;

public com.google.protobuf.ByteStringgetNextChangesTokenBytes()

optional string next_changes_token = 3;

public booleanhasChangesTokenExpired()

optional bool changes_token_expired = 4;

public booleanhasHasMore()

optional bool has_more = 2;

public booleanhasNextChangesToken()

optional string next_changes_token = 3;

Methods

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

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

public ChangeProto.DataChange getChanges(int index)

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

public int getChangesCount()

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

public boolean hasHasMore()

optional bool has_more = 2;

Returns:

Whether the hasMore field is set.

public boolean getHasMore()

optional bool has_more = 2;

Returns:

The hasMore.

public boolean hasNextChangesToken()

optional string next_changes_token = 3;

Returns:

Whether the nextChangesToken field is set.

public java.lang.String getNextChangesToken()

optional string next_changes_token = 3;

Returns:

The nextChangesToken.

public com.google.protobuf.ByteString getNextChangesTokenBytes()

optional string next_changes_token = 3;

Returns:

The bytes for nextChangesToken.

public boolean hasChangesTokenExpired()

optional bool changes_token_expired = 4;

Returns:

Whether the changesTokenExpired field is set.

public boolean getChangesTokenExpired()

optional bool changes_token_expired = 4;

Returns:

The changesTokenExpired.