Class NameMappingValue (0.15.0)

public final class NameMappingValue extends 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

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

Static Methods

getDefaultInstance()

public static NameMappingValue getDefaultInstance()
Returns
TypeDescription
NameMappingValue

getDescriptor()

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

newBuilder()

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

newBuilder(NameMappingValue prototype)

public static NameMappingValue.Builder newBuilder(NameMappingValue prototype)
Parameter
NameDescription
prototypeNameMappingValue
Returns
TypeDescription
NameMappingValue.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

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 target data warehouse).

string attribute = 4;

Returns
TypeDescription
String

The attribute.

getAttributeBytes()

public ByteString getAttributeBytes()

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

string attribute = 4;

Returns
TypeDescription
ByteString

The bytes for attribute.

getDatabase()

public String getDatabase()

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

string database = 1;

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public ByteString getDatabaseBytes()

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

string database = 1;

Returns
TypeDescription
ByteString

The bytes for database.

getDefaultInstanceForType()

public NameMappingValue getDefaultInstanceForType()
Returns
TypeDescription
NameMappingValue

getParserForType()

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

getRelation()

public String getRelation()

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

string relation = 3;

Returns
TypeDescription
String

The relation.

getRelationBytes()

public ByteString getRelationBytes()

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

string relation = 3;

Returns
TypeDescription
ByteString

The bytes for relation.

getSchema()

public String getSchema()

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

string schema = 2;

Returns
TypeDescription
String

The schema.

getSchemaBytes()

public ByteString getSchemaBytes()

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

string schema = 2;

Returns
TypeDescription
ByteString

The bytes for schema.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 NameMappingValue.Builder newBuilderForType()
Returns
TypeDescription
NameMappingValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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