public final class

ResponseProto.ReadExerciseRouteResponse

extends <any>

implements ResponseProto.ReadExerciseRouteResponseOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

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 ResponseProto.ReadExerciseRouteResponsegetDefaultInstance()

public booleanhasDataPoint()

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

public static ResponseProto.ReadExerciseRouteResponse.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ResponseProto.ReadExerciseRouteResponseparseFrom(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 ResponseProto.ReadExerciseRouteResponse parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

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

public static ResponseProto.ReadExerciseRouteResponse getDefaultInstance()

public static <any> parser()