BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::SourceEnv (v0.2.0)

Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::SourceEnv.

Represents the default source environment values for the translation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#default_database

def default_database() -> ::String
Returns
  • (::String) — The default database name to fully qualify SQL objects when their database name is missing.

#default_database=

def default_database=(value) -> ::String
Parameter
  • value (::String) — 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.

#schema_search_path

def schema_search_path() -> ::Array<::String>
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.

#schema_search_path=

def schema_search_path=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.