public final class

RequestProto.DeleteDataRequest

extends <any>

implements RequestProto.DeleteDataRequestOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intCLIENT_IDS_FIELD_NUMBER

public static final intUIDS_FIELD_NUMBER

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

public RequestProto.DataTypeIdPairgetClientIds(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public intgetClientIdsCount()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public java.util.List<RequestProto.DataTypeIdPair>getClientIdsList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public RequestProto.DataTypeIdPairOrBuildergetClientIdsOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public java.util.List<RequestProto.DataTypeIdPairOrBuilder>getClientIdsOrBuilderList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public static RequestProto.DeleteDataRequestgetDefaultInstance()

public RequestProto.DataTypeIdPairgetUids(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public intgetUidsCount()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public java.util.List<RequestProto.DataTypeIdPair>getUidsList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public RequestProto.DataTypeIdPairOrBuildergetUidsOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public java.util.List<RequestProto.DataTypeIdPairOrBuilder>getUidsOrBuilderList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public static RequestProto.DeleteDataRequest.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RequestProto.DeleteDataRequestparseFrom(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 UIDS_FIELD_NUMBER

public static final int CLIENT_IDS_FIELD_NUMBER

Methods

public java.util.List<RequestProto.DataTypeIdPair> getUidsList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public java.util.List<RequestProto.DataTypeIdPairOrBuilder> getUidsOrBuilderList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public int getUidsCount()

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public RequestProto.DataTypeIdPair getUids(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public RequestProto.DataTypeIdPairOrBuilder getUidsOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair uids = 1;

public java.util.List<RequestProto.DataTypeIdPair> getClientIdsList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public java.util.List<RequestProto.DataTypeIdPairOrBuilder> getClientIdsOrBuilderList()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public int getClientIdsCount()

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public RequestProto.DataTypeIdPair getClientIds(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

public RequestProto.DataTypeIdPairOrBuilder getClientIdsOrBuilder(int index)

repeated .androidx.health.platform.client.proto.DataTypeIdPair client_ids = 2;

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

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

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

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

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

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

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

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

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

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

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

public static <any> parser()