package gcs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- gcs
- ApplicationLogger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait GCSApi extends AnyRef
- type GCSEnv = GCSApi
- case class GCSLive(client: Storage) extends GCSApi with Product with Serializable
- Annotations
- @SuppressWarnings()
- type GCSSink = ZSink[Any, IOException, Byte, Byte, Long]
- type GCSSinkWithEnv = ZSink[GCSEnv, IOException, Byte, Byte, Long]
- type GCSStream = ZStream[Any, IOException, Byte]
- type GCSStreamWithEnv = ZStream[GCSEnv, IOException, Byte]
Value Members
- lazy val logger: Logger
- Definition Classes
- ApplicationLogger
- object GCSApi
- object GCSClient
- object GCSLive extends Serializable