public final class

ChangeProto.ChangesEvent

extends <any>

implements ChangeProto.ChangesEventOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.ChangeProto.ChangesEvent

Overview

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

Summary

Fields
public static final intCHANGES_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 = 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 ChangeProto.DataChangeOrBuildergetChangesOrBuilder(int index)

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

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

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

public static ChangeProto.ChangesEventgetDefaultInstance()

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;

public static ChangeProto.ChangesEvent.BuildernewBuilder()

public static ChangeProto.ChangesEvent.BuildernewBuilder(ChangeProto.ChangesEvent prototype)

public static ChangeProto.ChangesEventparseDelimitedFrom(java.io.InputStream input)

public static ChangeProto.ChangesEventparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEventparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEventparseFrom(java.nio.ByteBuffer data)

public static ChangeProto.ChangesEventparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEventparseFrom(com.google.protobuf.ByteString data)

public static ChangeProto.ChangesEventparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEventparseFrom(com.google.protobuf.CodedInputStream input)

public static ChangeProto.ChangesEventparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEventparseFrom(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 NEXT_CHANGES_TOKEN_FIELD_NUMBER

public static final int CHANGES_FIELD_NUMBER

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 java.util.List<ChangeProto.DataChangeOrBuilder> getChangesOrBuilderList()

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

public int getChangesCount()

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

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

public static ChangeProto.ChangesEvent parseFrom(java.nio.ByteBuffer data)

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

public static ChangeProto.ChangesEvent parseFrom(com.google.protobuf.ByteString data)

public static ChangeProto.ChangesEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ChangeProto.ChangesEvent parseDelimitedFrom(java.io.InputStream input)

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

public static ChangeProto.ChangesEvent parseFrom(com.google.protobuf.CodedInputStream input)

public static ChangeProto.ChangesEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ChangeProto.ChangesEvent.Builder newBuilder()

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

public static ChangeProto.ChangesEvent getDefaultInstance()

public static <any> parser()