Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CodeCompilationConfig.
Configures various aspects of Dataform code compilation.
Generated from protobuf message google.cloud.dataform.v1beta1.CodeCompilationConfig
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ default_database
string
Optional. The default database (Google Cloud project ID).
↳ default_schema
string
Optional. The default schema (BigQuery dataset ID).
↳ default_location
string
Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations .
↳ assertion_schema
string
Optional. The default schema (BigQuery dataset ID) for assertions.
↳ vars
array| Google\Protobuf\Internal\MapField
Optional. User-defined variables that are made available to project code during compilation.
↳ database_suffix
string
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
↳ schema_suffix
string
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
↳ table_prefix
string
Optional. The prefix that should be prepended to all table names.
↳ builtin_assertion_name_prefix
string
Optional. The prefix to prepend to built-in assertion names.
↳ default_notebook_runtime_options
getDefaultDatabase
Optional. The default database (Google Cloud project ID).
string
setDefaultDatabase
Optional. The default database (Google Cloud project ID).
var
string
$this
getDefaultSchema
Optional. The default schema (BigQuery dataset ID).
string
setDefaultSchema
Optional. The default schema (BigQuery dataset ID).
var
string
$this
getDefaultLocation
Optional. The default BigQuery location to use. Defaults to "US".
See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations .
string
setDefaultLocation
Optional. The default BigQuery location to use. Defaults to "US".
See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations .
var
string
$this
getAssertionSchema
Optional. The default schema (BigQuery dataset ID) for assertions.
string
setAssertionSchema
Optional. The default schema (BigQuery dataset ID) for assertions.
var
string
$this
getVars
Optional. User-defined variables that are made available to project code during compilation.
setVars
Optional. User-defined variables that are made available to project code during compilation.
$this
getDatabaseSuffix
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
string
setDatabaseSuffix
Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
var
string
$this
getSchemaSuffix
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
string
setSchemaSuffix
Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
var
string
$this
getTablePrefix
Optional. The prefix that should be prepended to all table names.
string
setTablePrefix
Optional. The prefix that should be prepended to all table names.
var
string
$this
getBuiltinAssertionNamePrefix
Optional. The prefix to prepend to built-in assertion names.
string
setBuiltinAssertionNamePrefix
Optional. The prefix to prepend to built-in assertion names.
var
string
$this
getDefaultNotebookRuntimeOptions
Optional. The default notebook runtime options.
hasDefaultNotebookRuntimeOptions
clearDefaultNotebookRuntimeOptions
setDefaultNotebookRuntimeOptions
Optional. The default notebook runtime options.
$this