public interface

RequestProto.DeleteDataRequestOrBuilder

 androidx.health.platform.client.proto.RequestProto.DeleteDataRequestOrBuilder

Subclasses:

RequestProto.DeleteDataRequest, RequestProto.DeleteDataRequest.Builder

Summary

Methods
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.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;

Methods

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

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 int getUidsCount()

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 RequestProto.DataTypeIdPair getClientIds(int index)

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

public int getClientIdsCount()

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