public interface NameMappingKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
The attribute name (BigQuery column equivalent in the source data
warehouse).
|
com.google.protobuf.ByteString |
getAttributeBytes()
The attribute name (BigQuery column equivalent in the source data
warehouse).
|
String |
getDatabase()
The database name (BigQuery project ID equivalent in the source data
warehouse).
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The database name (BigQuery project ID equivalent in the source data
warehouse).
|
String |
getRelation()
The relation name (BigQuery table or view equivalent in the source data
warehouse).
|
com.google.protobuf.ByteString |
getRelationBytes()
The relation name (BigQuery table or view equivalent in the source data
warehouse).
|
String |
getSchema()
The schema name (BigQuery dataset equivalent in the source data warehouse).
|
com.google.protobuf.ByteString |
getSchemaBytes()
The schema name (BigQuery dataset equivalent in the source data warehouse).
|
NameMappingKey.Type |
getType()
The type of object that is being mapped.
|
int |
getTypeValue()
The type of object that is being mapped.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of object that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingKey.Type type = 1;NameMappingKey.Type getType()
The type of object that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingKey.Type type = 1;String getDatabase()
The database name (BigQuery project ID equivalent in the source data warehouse).
string database = 2;com.google.protobuf.ByteString getDatabaseBytes()
The database name (BigQuery project ID equivalent in the source data warehouse).
string database = 2;String getSchema()
The schema name (BigQuery dataset equivalent in the source data warehouse).
string schema = 3;com.google.protobuf.ByteString getSchemaBytes()
The schema name (BigQuery dataset equivalent in the source data warehouse).
string schema = 3;String getRelation()
The relation name (BigQuery table or view equivalent in the source data warehouse).
string relation = 4;com.google.protobuf.ByteString getRelationBytes()
The relation name (BigQuery table or view equivalent in the source data warehouse).
string relation = 4;String getAttribute()
The attribute name (BigQuery column equivalent in the source data warehouse).
string attribute = 5;com.google.protobuf.ByteString getAttributeBytes()
The attribute name (BigQuery column equivalent in the source data warehouse).
string attribute = 5;Copyright © 2024 Google LLC. All rights reserved.