BigQuery Migration V2 API - Module Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type (v0.2.0)

Reference documentation and code samples for the BigQuery Migration V2 API module Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type.

The type of the object that is being mapped.

Constants

TYPE_UNSPECIFIED

value: 0
Unspecified name mapping type.

DATABASE

value: 1
The object being mapped is a database.

SCHEMA

value: 2
The object being mapped is a schema.

RELATION

value: 3
The object being mapped is a relation.

ATTRIBUTE

value: 4
The object being mapped is an attribute.

RELATION_ALIAS

value: 5
The object being mapped is a relation alias.

ATTRIBUTE_ALIAS

value: 6
The object being mapped is a an attribute alias.

FUNCTION

value: 7
The object being mapped is a function.