Module: Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type

Defined in:
proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb

Overview

The type of the object that is being mapped.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unspecified name mapping type.

0
DATABASE =

The object being mapped is a database.

1
SCHEMA =

The object being mapped is a schema.

2
RELATION =

The object being mapped is a relation.

3
ATTRIBUTE =

The object being mapped is an attribute.

4
RELATION_ALIAS =

The object being mapped is a relation alias.

5
ATTRIBUTE_ALIAS =

The object being mapped is a an attribute alias.

6
FUNCTION =

The object being mapped is a function.

7