public final class NameMappingValue extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
|---|---|
static class |
NameMappingValue.Builder
The potential components of a full name mapping that will be mapped
during translation in the target data warehouse.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
DATABASE_FIELD_NUMBER |
static int |
RELATION_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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).
|
static NameMappingValue |
getDefaultInstance() |
NameMappingValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<NameMappingValue> |
getParserForType() |
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).
|
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NameMappingValue.Builder |
newBuilder() |
static NameMappingValue.Builder |
newBuilder(NameMappingValue prototype) |
NameMappingValue.Builder |
newBuilderForType() |
protected NameMappingValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NameMappingValue |
parseDelimitedFrom(InputStream input) |
static NameMappingValue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NameMappingValue |
parseFrom(byte[] data) |
static NameMappingValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NameMappingValue |
parseFrom(ByteBuffer data) |
static NameMappingValue |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NameMappingValue |
parseFrom(com.google.protobuf.ByteString data) |
static NameMappingValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NameMappingValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NameMappingValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NameMappingValue |
parseFrom(InputStream input) |
static NameMappingValue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NameMappingValue> |
parser() |
NameMappingValue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DATABASE_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
public static final int RELATION_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NameMappingValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NameMappingValue parseFrom(InputStream input) throws IOException
IOExceptionpublic static NameMappingValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NameMappingValue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NameMappingValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NameMappingValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NameMappingValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NameMappingValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NameMappingValue.Builder newBuilder()
public static NameMappingValue.Builder newBuilder(NameMappingValue prototype)
public NameMappingValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NameMappingValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NameMappingValue getDefaultInstance()
public static com.google.protobuf.Parser<NameMappingValue> parser()
public com.google.protobuf.Parser<NameMappingValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NameMappingValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.