public final class

RequestProto.SimpleDataRequest

extends <any>

implements RequestProto.SimpleDataRequestOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDATA_POINT_FIELD_NUMBER

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

public DataProto.DataPointgetDataPoint()

optional .androidx.health.platform.client.proto.DataPoint data_point = 1;

public static RequestProto.SimpleDataRequestgetDefaultInstance()

public booleanhasDataPoint()

optional .androidx.health.platform.client.proto.DataPoint data_point = 1;

public static RequestProto.SimpleDataRequest.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RequestProto.SimpleDataRequestparseFrom(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 DATA_POINT_FIELD_NUMBER

Methods

public boolean hasDataPoint()

optional .androidx.health.platform.client.proto.DataPoint data_point = 1;

public DataProto.DataPoint getDataPoint()

optional .androidx.health.platform.client.proto.DataPoint data_point = 1;

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

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

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

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

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

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

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

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

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

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

public static RequestProto.SimpleDataRequest.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.SimpleDataRequest getDefaultInstance()

public static <any> parser()