Class: Google::Cloud::Bigquery::Migration::V2::SourceEnv

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb

Overview

Represents the default source environment values for the translation.

Instance Attribute Summary collapse

Instance Attribute Details

#default_database::String

Returns The default database name to fully qualify SQL objects when their database name is missing.

Returns:

  • (::String)

    The default database name to fully qualify SQL objects when their database name is missing.



306
307
308
309
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 306

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

#schema_search_path::Array<::String>

Returns The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.

Returns:

  • (::Array<::String>)

    The schema search path. When SQL objects are missing schema name, translation engine will search through this list to find the value.



306
307
308
309
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 306

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