public final class

RequestProto.DeleteDataRangeRequest

extends <any>

implements RequestProto.DeleteDataRangeRequestOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intDATA_TYPE_FIELD_NUMBER

public static final intTIME_SPEC_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(int index)

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public intgetDataTypeCount()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public java.util.List<DataProto.DataType>getDataTypeList()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public DataProto.DataTypeOrBuildergetDataTypeOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public java.util.List<DataProto.DataTypeOrBuilder>getDataTypeOrBuilderList()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public static RequestProto.DeleteDataRangeRequestgetDefaultInstance()

public TimeProto.TimeSpecgetTimeSpec()

optional .androidx.health.platform.client.proto.TimeSpec time_spec = 1;

public booleanhasTimeSpec()

optional .androidx.health.platform.client.proto.TimeSpec time_spec = 1;

public static RequestProto.DeleteDataRangeRequest.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RequestProto.DeleteDataRangeRequestparseFrom(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 TIME_SPEC_FIELD_NUMBER

public static final int DATA_TYPE_FIELD_NUMBER

Methods

public boolean hasTimeSpec()

optional .androidx.health.platform.client.proto.TimeSpec time_spec = 1;

public TimeProto.TimeSpec getTimeSpec()

optional .androidx.health.platform.client.proto.TimeSpec time_spec = 1;

public java.util.List<DataProto.DataType> getDataTypeList()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public java.util.List<DataProto.DataTypeOrBuilder> getDataTypeOrBuilderList()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public int getDataTypeCount()

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public DataProto.DataType getDataType(int index)

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

public DataProto.DataTypeOrBuilder getDataTypeOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataType data_type = 2;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()