public final class

ResponseProto.GetChangesResponse

extends <any>

implements ResponseProto.GetChangesResponseOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.ResponseProto.GetChangesResponse

Overview

Protobuf type androidx.health.platform.client.proto.GetChangesResponse

Summary

Fields
public static final intCHANGES_FIELD_NUMBER

public static final intCHANGES_TOKEN_EXPIRED_FIELD_NUMBER

public static final intHAS_MORE_FIELD_NUMBER

public static final intNEXT_CHANGES_TOKEN_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

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 ChangeProto.DataChangeOrBuildergetChangesOrBuilder(int index)

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

public java.util.List<ChangeProto.DataChangeOrBuilder>getChangesOrBuilderList()

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

public booleangetChangesTokenExpired()

optional bool changes_token_expired = 4;

public static ResponseProto.GetChangesResponsegetDefaultInstance()

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;

public static ResponseProto.GetChangesResponse.BuildernewBuilder()

public static ResponseProto.GetChangesResponse.BuildernewBuilder(ResponseProto.GetChangesResponse prototype)

public static ResponseProto.GetChangesResponseparseDelimitedFrom(java.io.InputStream input)

public static ResponseProto.GetChangesResponseparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponseparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponseparseFrom(java.nio.ByteBuffer data)

public static ResponseProto.GetChangesResponseparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponseparseFrom(com.google.protobuf.ByteString data)

public static ResponseProto.GetChangesResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponseparseFrom(com.google.protobuf.CodedInputStream input)

public static ResponseProto.GetChangesResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponseparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int CHANGES_FIELD_NUMBER

public static final int HAS_MORE_FIELD_NUMBER

public static final int NEXT_CHANGES_TOKEN_FIELD_NUMBER

public static final int CHANGES_TOKEN_EXPIRED_FIELD_NUMBER

Methods

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

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

public java.util.List<ChangeProto.DataChangeOrBuilder> getChangesOrBuilderList()

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

public int getChangesCount()

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 ChangeProto.DataChangeOrBuilder getChangesOrBuilder(int index)

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.

public static ResponseProto.GetChangesResponse parseFrom(java.nio.ByteBuffer data)

public static ResponseProto.GetChangesResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse parseFrom(com.google.protobuf.ByteString data)

public static ResponseProto.GetChangesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse parseDelimitedFrom(java.io.InputStream input)

public static ResponseProto.GetChangesResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse parseFrom(com.google.protobuf.CodedInputStream input)

public static ResponseProto.GetChangesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ResponseProto.GetChangesResponse.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ResponseProto.GetChangesResponse getDefaultInstance()

public static <any> parser()