public interface NameMappingValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
The attribute name (BigQuery column equivalent in the target data
warehouse).
|
com.google.protobuf.ByteString |
getAttributeBytes()
The attribute name (BigQuery column equivalent in the target data
warehouse).
|
String |
getDatabase()
The database name (BigQuery project ID equivalent in the target data
warehouse).
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The database name (BigQuery project ID equivalent in the target data
warehouse).
|
String |
getRelation()
The relation name (BigQuery table or view equivalent in the target data
warehouse).
|
com.google.protobuf.ByteString |
getRelationBytes()
The relation name (BigQuery table or view equivalent in the target data
warehouse).
|
String |
getSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
|
com.google.protobuf.ByteString |
getSchemaBytes()
The schema name (BigQuery dataset equivalent in the target data warehouse).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;String getSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;com.google.protobuf.ByteString getSchemaBytes()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;String getRelation()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;com.google.protobuf.ByteString getRelationBytes()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;String getAttribute()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;com.google.protobuf.ByteString getAttributeBytes()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;Copyright © 2024 Google LLC. All rights reserved.