public static interface BulkWriter.WriteResultCallback
Modifier and Type | Method and Description |
---|---|
void |
onResult(DocumentReference documentReference,
WriteResult result) |
void onResult(DocumentReference documentReference, WriteResult result)
documentReference
- The document the operation was performed on.result
- The result of the operation.Copyright © 2023 Google LLC. All rights reserved.