public final class

RequestProto.DataTypeIdPair

extends <any>

implements RequestProto.DataTypeIdPairOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDATA_TYPE_FIELD_NUMBER

public static final intID_FIELD_NUMBER

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

public DataProto.DataTypegetDataType()

optional .androidx.health.platform.client.proto.DataType data_type = 1;

public static RequestProto.DataTypeIdPairgetDefaultInstance()

public java.lang.StringgetId()

optional string id = 2;

public com.google.protobuf.ByteStringgetIdBytes()

optional string id = 2;

public booleanhasDataType()

optional .androidx.health.platform.client.proto.DataType data_type = 1;

public booleanhasId()

optional string id = 2;

public static RequestProto.DataTypeIdPair.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RequestProto.DataTypeIdPairparseFrom(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_TYPE_FIELD_NUMBER

public static final int ID_FIELD_NUMBER

Methods

public boolean hasDataType()

optional .androidx.health.platform.client.proto.DataType data_type = 1;

public DataProto.DataType getDataType()

optional .androidx.health.platform.client.proto.DataType data_type = 1;

public boolean hasId()

optional string id = 2;

Returns:

Whether the id field is set.

public java.lang.String getId()

optional string id = 2;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

optional string id = 2;

Returns:

The bytes for id.

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

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

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

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

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

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

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

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

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

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

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

public static <any> parser()