BigQueryLoggerConfig

data class BigQueryLoggerConfig(val projectId: String, val datasetId: String, val enabled: Boolean = true, val location: String = "US", val tableName: String = "agent_events", val credentials: Credentials? = null)

Configuration for the BigQueryAgentAnalyticsPlugin.

Constructors

Link copied to clipboard
constructor(projectId: String, datasetId: String, enabled: Boolean = true, location: String = "US", tableName: String = "agent_events", credentials: Credentials? = null)

Types

Link copied to clipboard
class Builder

Fluent builder for BigQueryLoggerConfig, provided primarily for Java callers. Any property left unset falls back to the same default as the constructor.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val credentials: Credentials?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard