Class NameMappingKey (0.15.0)

public final class NameMappingKey extends GeneratedMessageV3 implements NameMappingKeyOrBuilder

The potential components of a full name mapping that will be mapped during translation in the source data warehouse.

Protobuf type google.cloud.bigquery.migration.v2.NameMappingKey

Static Fields

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
Field Value
TypeDescription
int

DATABASE_FIELD_NUMBER

public static final int DATABASE_FIELD_NUMBER
Field Value
TypeDescription
int

RELATION_FIELD_NUMBER

public static final int RELATION_FIELD_NUMBER
Field Value
TypeDescription
int

SCHEMA_FIELD_NUMBER

public static final int SCHEMA_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NameMappingKey getDefaultInstance()
Returns
TypeDescription
NameMappingKey

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static NameMappingKey.Builder newBuilder()
Returns
TypeDescription
NameMappingKey.Builder

newBuilder(NameMappingKey prototype)

public static NameMappingKey.Builder newBuilder(NameMappingKey prototype)
Parameter
NameDescription
prototypeNameMappingKey
Returns
TypeDescription
NameMappingKey.Builder

parseDelimitedFrom(InputStream input)

public static NameMappingKey parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NameMappingKey parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NameMappingKey parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NameMappingKey parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NameMappingKey parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NameMappingKey parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NameMappingKey parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NameMappingKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NameMappingKey> parser()
Returns
TypeDescription
Parser<NameMappingKey>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAttribute()

public String getAttribute()

The attribute name (BigQuery column equivalent in the source data warehouse).

string attribute = 5;

Returns
TypeDescription
String

The attribute.

getAttributeBytes()

public ByteString getAttributeBytes()

The attribute name (BigQuery column equivalent in the source data warehouse).

string attribute = 5;

Returns
TypeDescription
ByteString

The bytes for attribute.

getDatabase()

public String getDatabase()

The database name (BigQuery project ID equivalent in the source data warehouse).

string database = 2;

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public ByteString getDatabaseBytes()

The database name (BigQuery project ID equivalent in the source data warehouse).

string database = 2;

Returns
TypeDescription
ByteString

The bytes for database.

getDefaultInstanceForType()

public NameMappingKey getDefaultInstanceForType()
Returns
TypeDescription
NameMappingKey

getParserForType()

public Parser<NameMappingKey> getParserForType()
Returns
TypeDescription
Parser<NameMappingKey>
Overrides

getRelation()

public String getRelation()

The relation name (BigQuery table or view equivalent in the source data warehouse).

string relation = 4;

Returns
TypeDescription
String

The relation.

getRelationBytes()

public ByteString getRelationBytes()

The relation name (BigQuery table or view equivalent in the source data warehouse).

string relation = 4;

Returns
TypeDescription
ByteString

The bytes for relation.

getSchema()

public String getSchema()

The schema name (BigQuery dataset equivalent in the source data warehouse).

string schema = 3;

Returns
TypeDescription
String

The schema.

getSchemaBytes()

public ByteString getSchemaBytes()

The schema name (BigQuery dataset equivalent in the source data warehouse).

string schema = 3;

Returns
TypeDescription
ByteString

The bytes for schema.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public NameMappingKey.Type getType()

The type of object that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingKey.Type type = 1;

Returns
TypeDescription
NameMappingKey.Type

The type.

getTypeValue()

public int getTypeValue()

The type of object that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingKey.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NameMappingKey.Builder newBuilderForType()
Returns
TypeDescription
NameMappingKey.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NameMappingKey.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NameMappingKey.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NameMappingKey.Builder toBuilder()
Returns
TypeDescription
NameMappingKey.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException