DeleteUsersResult
Stay organized with collections
Save and categorize content based on your preferences.
Public Method Summary
List<ErrorInfo>
|
getErrors()
A list of ErrorInfo instances describing the errors that were encountered during
the deletion.
|
int
|
getFailureCount()
Returns the number of users that failed to be deleted (possibly zero).
|
int
|
getSuccessCount()
Returns the number of users that were deleted successfully (possibly zero).
|
Inherited Method Summary
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
public
List<ErrorInfo>
getErrors
()
A list of ErrorInfo
instances describing the errors that were encountered during
the deletion. Length of this list is equal to the return value of
getFailureCount()
.
Returns
- A non-null list (possibly empty).
public
int
getFailureCount
()
Returns the number of users that failed to be deleted (possibly zero).
public
int
getSuccessCount
()
Returns the number of users that were deleted successfully (possibly zero). Users that did not
exist prior to calling deleteUsersAsync(List)
are considered to be
successfully deleted.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-28 UTC.
[null,null,["Last updated 2021-04-28 UTC."],[],[],null,["public final class **DeleteUsersResult** extends Object \nRepresents the result of the [deleteUsersAsync(List)](/docs/reference/admin/java/reference/com/google/firebase/auth/AbstractFirebaseAuth#deleteUsersAsync(java.util.List\u003cjava.lang.String\u003e)) API. \n\nPublic Method Summary\n\nInherited Method Summary \nFrom class java.lang.Object \n\nPublic Methods \n\npublic List\\\u003c[ErrorInfo](/docs/reference/admin/java/reference/com/google/firebase/auth/ErrorInfo)\\\u003e\n**getErrors**\n() \nA list of [ErrorInfo](/docs/reference/admin/java/reference/com/google/firebase/auth/ErrorInfo) instances describing the errors that were encountered during\nthe deletion. Length of this list is equal to the return value of\n[getFailureCount()](/docs/reference/admin/java/reference/com/google/firebase/auth/DeleteUsersResult#getFailureCount()). \n\nReturns\n\n- A non-null list (possibly empty). \n\npublic int\n**getFailureCount**\n() \nReturns the number of users that failed to be deleted (possibly zero). \n\npublic int\n**getSuccessCount**\n() \nReturns the number of users that were deleted successfully (possibly zero). Users that did not\nexist prior to calling [deleteUsersAsync(List)](/docs/reference/admin/java/reference/com/google/firebase/auth/AbstractFirebaseAuth#deleteUsersAsync(java.util.List\u003cjava.lang.String\u003e)) are considered to be\nsuccessfully deleted."]]