Class BatchHelper.Factory

  • Enclosing class:
    BatchHelper

    public static class BatchHelper.Factory
    extends Object
    Since each BatchHelper instance should be tied to a particular related set of requests, use cases will generally interact via an injectable BatchHelper.Factory.
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • newBatchHelper

        public BatchHelper newBatchHelper​(com.google.api.client.http.HttpRequestInitializer requestInitializer,
                                          com.google.api.services.storage.Storage gcs,
                                          int maxRequestsPerBatch)