Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CodeCompilationConfig.
Configures various aspects of Dataform code compilation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assertion_schema
def assertion_schema() -> ::String
Returns
- (::String) — Optional. The default schema (BigQuery dataset ID) for assertions.
#assertion_schema=
def assertion_schema=(value) -> ::String
Parameter
- value (::String) — Optional. The default schema (BigQuery dataset ID) for assertions.
Returns
- (::String) — Optional. The default schema (BigQuery dataset ID) for assertions.
#database_suffix
def database_suffix() -> ::String
Returns
- (::String) — Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
#database_suffix=
def database_suffix=(value) -> ::String
Parameter
- value (::String) — Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
Returns
- (::String) — Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
#default_database
def default_database() -> ::String
Returns
- (::String) — Optional. The default database (Google Cloud project ID).
#default_database=
def default_database=(value) -> ::String
Parameter
- value (::String) — Optional. The default database (Google Cloud project ID).
Returns
- (::String) — Optional. The default database (Google Cloud project ID).
#default_location
def default_location() -> ::String
Returns
- (::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.
#default_location=
def default_location=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#default_schema
def default_schema() -> ::String
Returns
- (::String) — Optional. The default schema (BigQuery dataset ID).
#default_schema=
def default_schema=(value) -> ::String
Parameter
- value (::String) — Optional. The default schema (BigQuery dataset ID).
Returns
- (::String) — Optional. The default schema (BigQuery dataset ID).
#schema_suffix
def schema_suffix() -> ::String
Returns
- (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
#schema_suffix=
def schema_suffix=(value) -> ::String
Parameter
- value (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
Returns
- (::String) — Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
#table_prefix
def table_prefix() -> ::String
Returns
- (::String) — Optional. The prefix that should be prepended to all table names.
#table_prefix=
def table_prefix=(value) -> ::String
Parameter
- value (::String) — Optional. The prefix that should be prepended to all table names.
Returns
- (::String) — Optional. The prefix that should be prepended to all table names.
#vars
def vars() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined variables that are made available to project code during compilation.
#vars=
def vars=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined variables that are made available to project code during compilation.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined variables that are made available to project code during compilation.