o
org.apache.pekko.stream.connectors.googlecloud.bigquery
BigQuerySettings
Companion class BigQuerySettings
object BigQuerySettings extends Serializable
- Source
- BigQuerySettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigQuerySettings
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ConfigPath: String
- def apply(system: ClassicActorSystemProvider): BigQuerySettings
Scala API: Creates BigQuerySettings from the Config attached to an pekko.actor.ActorSystem.
- def apply()(implicit system: ClassicActorSystemProvider, dummy: DummyImplicit): BigQuerySettings
Scala API: Creates BigQuerySettings from the Config attached to an actor system.
- def apply(c: Config): BigQuerySettings
Reads from the given config.
- def create(loadJobPerTableQuota: Duration): BigQuerySettings
Java API
- def create(system: ClassicActorSystemProvider): BigQuerySettings
Java API: Creates BigQuerySettings from the Config attached to an actor system.
- def create(c: Config): BigQuerySettings
Java API: Reads from the given config.
- implicit def settings(implicit system: ClassicActorSystemProvider): BigQuerySettings