GcsStoreBuilderImpl

blobstore.gcs.GcsStore.GcsStoreBuilderImpl
case class GcsStoreBuilderImpl[F[_]](_storage: Storage, _acls: List[Acl], _defaultTrailingSlashFiles: Boolean, _defaultDirectDownload: Boolean)(using evidence$1: Async[F]) extends GcsStoreBuilder[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GcsStoreBuilder[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAcls(extraAcls: List[Acl]): GcsStoreBuilder[F]
def build: ValidatedNec[Throwable, GcsStore[F]]
def withAcls(newAcls: List[Acl]): GcsStoreBuilder[F]
def withStorage(storage: Storage): GcsStoreBuilder[F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def unsafe: GcsStore[F]

Attributes

Inherited from:
GcsStoreBuilder