Class: Google::Cloud::Dataform::V1::Repository::WorkspaceCompilationOverrides

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Configures workspace compilation overrides for a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#default_database::String

Returns Optional. The default database (Google Cloud project ID).

Returns:

  • (::String)

    Optional. The default database (Google Cloud project ID).



156
157
158
159
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156

class WorkspaceCompilationOverrides
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema_suffix::String

Returns 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.



156
157
158
159
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156

class WorkspaceCompilationOverrides
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_prefix::String

Returns Optional. The prefix that should be prepended to all table names.

Returns:

  • (::String)

    Optional. The prefix that should be prepended to all table names.



156
157
158
159
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 156

class WorkspaceCompilationOverrides
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end