Packages

package storage

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package configuration

Type Members

  1. class GcsBucket extends GcsDownloader with FileIO with Paging

    This class wraps the com.google.cloud.storage.Bucket class, providing an idiomatic scala API handling null values with Option where applicable, as well as wrapping all side-effectful calls in monix.eval.Task or monix.reactive.Observable.

  2. final class GcsStorage extends Paging

    This class wraps the com.google.cloud.storage.Storage class, providing an idiomatic scala API that only exposes side-effectful calls and automatically returns the right types from the monix connect api.

Value Members

  1. object GcsBlob
  2. object GcsBucket

    Object companion object for GcsBucket.

  3. object GcsStorage

    Companion object for GcsStorage that provides different builder options.

Ungrouped