public static final class NameMappingValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder> implements NameMappingValueOrBuilder
The potential components of a full name mapping that will be mapped during translation in the target data warehouse.Protobuf type
google.cloud.bigquery.migration.v2.NameMappingValue| Modifier and Type | Method and Description |
|---|---|
NameMappingValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NameMappingValue |
build() |
NameMappingValue |
buildPartial() |
NameMappingValue.Builder |
clear() |
NameMappingValue.Builder |
clearAttribute()
The attribute name (BigQuery column equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
clearDatabase()
The database name (BigQuery project ID equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NameMappingValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NameMappingValue.Builder |
clearRelation()
The relation name (BigQuery table or view equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
clearSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
|
NameMappingValue.Builder |
clone() |
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).
|
NameMappingValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NameMappingValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NameMappingValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
NameMappingValue.Builder |
mergeFrom(NameMappingValue other) |
NameMappingValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NameMappingValue.Builder |
setAttribute(String value)
The attribute name (BigQuery column equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setAttributeBytes(com.google.protobuf.ByteString value)
The attribute name (BigQuery column equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setDatabase(String value)
The database name (BigQuery project ID equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setDatabaseBytes(com.google.protobuf.ByteString value)
The database name (BigQuery project ID equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NameMappingValue.Builder |
setRelation(String value)
The relation name (BigQuery table or view equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setRelationBytes(com.google.protobuf.ByteString value)
The relation name (BigQuery table or view equivalent in the target data
warehouse).
|
NameMappingValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NameMappingValue.Builder |
setSchema(String value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
|
NameMappingValue.Builder |
setSchemaBytes(com.google.protobuf.ByteString value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
|
NameMappingValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NameMappingValue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NameMappingValue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NameMappingValue.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NameMappingValue.Builder>public NameMappingValue.Builder mergeFrom(NameMappingValue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public NameMappingValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NameMappingValue.Builder>IOExceptionpublic String getDatabase()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;getDatabase in interface NameMappingValueOrBuilderpublic com.google.protobuf.ByteString getDatabaseBytes()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;getDatabaseBytes in interface NameMappingValueOrBuilderpublic NameMappingValue.Builder setDatabase(String value)
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;value - The database to set.public NameMappingValue.Builder clearDatabase()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;public NameMappingValue.Builder setDatabaseBytes(com.google.protobuf.ByteString value)
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;value - The bytes for database to set.public String getSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;getSchema in interface NameMappingValueOrBuilderpublic com.google.protobuf.ByteString getSchemaBytes()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;getSchemaBytes in interface NameMappingValueOrBuilderpublic NameMappingValue.Builder setSchema(String value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;value - The schema to set.public NameMappingValue.Builder clearSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;public NameMappingValue.Builder setSchemaBytes(com.google.protobuf.ByteString value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;value - The bytes for schema to set.public String getRelation()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;getRelation in interface NameMappingValueOrBuilderpublic com.google.protobuf.ByteString getRelationBytes()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;getRelationBytes in interface NameMappingValueOrBuilderpublic NameMappingValue.Builder setRelation(String value)
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;value - The relation to set.public NameMappingValue.Builder clearRelation()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;public NameMappingValue.Builder setRelationBytes(com.google.protobuf.ByteString value)
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;value - The bytes for relation to set.public String getAttribute()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;getAttribute in interface NameMappingValueOrBuilderpublic com.google.protobuf.ByteString getAttributeBytes()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;getAttributeBytes in interface NameMappingValueOrBuilderpublic NameMappingValue.Builder setAttribute(String value)
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;value - The attribute to set.public NameMappingValue.Builder clearAttribute()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;public NameMappingValue.Builder setAttributeBytes(com.google.protobuf.ByteString value)
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;value - The bytes for attribute to set.public final NameMappingValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>public final NameMappingValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>Copyright © 2024 Google LLC. All rights reserved.