Page Summary
-
The
DataApi.DeleteDataItemsResultinterface is deprecated. -
This interface contains the number of deleted items.
-
The
getNumDeleted()method returns the count of items deleted.
public static interface DataApi.DeleteDataItemsResult implements Result
This interface is deprecated.
See
DataClient.deleteDataItems(Uri).
Contains the number of deleted items.
Public Method Summary
| abstract int |
getNumDeleted()
Returns the number of items deleted by
DataApi.deleteDataItems(GoogleApiClient, Uri).
|
Inherited Method Summary
Public Methods
public abstract int getNumDeleted ()
Returns the number of items deleted by
DataApi.deleteDataItems(GoogleApiClient, Uri).