public final class

RequestProto.GetChangesRequest

extends <any>

implements RequestProto.GetChangesRequestOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.RequestProto.GetChangesRequest

Overview

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

Summary

Fields
public static final intCHANGES_TOKEN_FIELD_NUMBER

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

public java.lang.StringgetChangesToken()

optional string changes_token = 1;

public com.google.protobuf.ByteStringgetChangesTokenBytes()

optional string changes_token = 1;

public static RequestProto.GetChangesRequestgetDefaultInstance()

public booleanhasChangesToken()

optional string changes_token = 1;

public static RequestProto.GetChangesRequest.BuildernewBuilder()

public static RequestProto.GetChangesRequest.BuildernewBuilder(RequestProto.GetChangesRequest prototype)

public static RequestProto.GetChangesRequestparseDelimitedFrom(java.io.InputStream input)

public static RequestProto.GetChangesRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequestparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequestparseFrom(java.nio.ByteBuffer data)

public static RequestProto.GetChangesRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequestparseFrom(com.google.protobuf.ByteString data)

public static RequestProto.GetChangesRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequestparseFrom(com.google.protobuf.CodedInputStream input)

public static RequestProto.GetChangesRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequestparseFrom(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_TOKEN_FIELD_NUMBER

Methods

public boolean hasChangesToken()

optional string changes_token = 1;

Returns:

Whether the changesToken field is set.

public java.lang.String getChangesToken()

optional string changes_token = 1;

Returns:

The changesToken.

public com.google.protobuf.ByteString getChangesTokenBytes()

optional string changes_token = 1;

Returns:

The bytes for changesToken.

public static RequestProto.GetChangesRequest parseFrom(java.nio.ByteBuffer data)

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

public static RequestProto.GetChangesRequest parseFrom(com.google.protobuf.ByteString data)

public static RequestProto.GetChangesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RequestProto.GetChangesRequest parseDelimitedFrom(java.io.InputStream input)

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

public static RequestProto.GetChangesRequest parseFrom(com.google.protobuf.CodedInputStream input)

public static RequestProto.GetChangesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RequestProto.GetChangesRequest.Builder newBuilder()

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

public static RequestProto.GetChangesRequest getDefaultInstance()

public static <any> parser()