RepositoryWorkspaceCompilationOverridesArgs

data class RepositoryWorkspaceCompilationOverridesArgs(val defaultDatabase: Output<String>? = null, val schemaSuffix: Output<String>? = null, val tablePrefix: Output<String>? = null) : ConvertibleToJava<RepositoryWorkspaceCompilationOverridesArgs>

Constructors

constructor(defaultDatabase: Output<String>? = null, schemaSuffix: Output<String>? = null, tablePrefix: Output<String>? = null)

Properties

Link copied to clipboard
val defaultDatabase: Output<String>? = null

The default database (Google Cloud project ID).

Link copied to clipboard
val schemaSuffix: Output<String>? = null

The suffix that should be appended to all schema (BigQuery dataset ID) names.

Link copied to clipboard
val tablePrefix: Output<String>? = null

The prefix that should be prepended to all table names.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryWorkspaceCompilationOverridesArgs