Class BatchEntry<ElementT,​ElementResultT>

  • Type Parameters:
    ElementT - The type of each individual element to be batched.
    ElementResultT - The type of the result for each individual element.

    @InternalApi("For google-cloud-java client use only.")
    public abstract class BatchEntry<ElementT,​ElementResultT>
    extends Object
    This class contains the element and its corresponding unresolved future, which would be resolved when batch is successful or failed.