Enum NameMappingKey.Type (0.14.0)

public enum NameMappingKey.Type extends Enum<NameMappingKey.Type> implements ProtocolMessageEnum

The type of the object that is being mapped.

Protobuf enum google.cloud.bigquery.migration.v2.NameMappingKey.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ATTRIBUTE

The object being mapped is an attribute.

ATTRIBUTE = 4;

ATTRIBUTE_ALIAS

The object being mapped is a an attribute alias.

ATTRIBUTE_ALIAS = 6;

ATTRIBUTE_ALIAS_VALUE

The object being mapped is a an attribute alias.

ATTRIBUTE_ALIAS = 6;

ATTRIBUTE_VALUE

The object being mapped is an attribute.

ATTRIBUTE = 4;

DATABASE

The object being mapped is a database.

DATABASE = 1;

DATABASE_VALUE

The object being mapped is a database.

DATABASE = 1;

FUNCTION

The object being mapped is a function.

FUNCTION = 7;

FUNCTION_VALUE

The object being mapped is a function.

FUNCTION = 7;

RELATION

The object being mapped is a relation.

RELATION = 3;

RELATION_ALIAS

The object being mapped is a relation alias.

RELATION_ALIAS = 5;

RELATION_ALIAS_VALUE

The object being mapped is a relation alias.

RELATION_ALIAS = 5;

RELATION_VALUE

The object being mapped is a relation.

RELATION = 3;

SCHEMA

The object being mapped is a schema.

SCHEMA = 2;

SCHEMA_VALUE

The object being mapped is a schema.

SCHEMA = 2;

TYPE_UNSPECIFIED

Unspecified name mapping type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified name mapping type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()