Interface DocumentWriteSet

All Superinterfaces:
Collection<DocumentWriteOperation>, Iterable<DocumentWriteOperation>, Set<DocumentWriteOperation>

public interface DocumentWriteSetextends Set<DocumentWriteOperation>
Builds a set of DocumentWriteOperations to be sent to the server through the REST API as a bulk write request. Instantiate with DocumentManager.newWriteSet().
See Also: