Class NameMappingValue (0.14.0)

publicfinalclass NameMappingValueextendsGeneratedMessageV3implementsNameMappingValueOrBuilder

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

Inherited Members

Static Fields

ATTRIBUTE_FIELD_NUMBER

publicstaticfinalintATTRIBUTE_FIELD_NUMBER
Field Value
Type Description
int

DATABASE_FIELD_NUMBER

publicstaticfinalintDATABASE_FIELD_NUMBER
Field Value
Type Description
int

RELATION_FIELD_NUMBER

publicstaticfinalintRELATION_FIELD_NUMBER
Field Value
Type Description
int

SCHEMA_FIELD_NUMBER

publicstaticfinalintSCHEMA_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticNameMappingValuegetDefaultInstance()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

newBuilder()

publicstaticNameMappingValue.BuildernewBuilder()
Returns
Type Description

newBuilder(NameMappingValue prototype)

publicstaticNameMappingValue.BuildernewBuilder(NameMappingValueprototype)
Parameter
Name Description
prototype NameMappingValue
Returns
Type Description

parseDelimitedFrom(InputStream input)

publicstaticNameMappingValueparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticNameMappingValueparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticNameMappingValueparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticNameMappingValueparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticNameMappingValueparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticNameMappingValueparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticNameMappingValueparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<NameMappingValue>parser()
Returns
Type Description

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getAttribute()

publicStringgetAttribute()

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

string attribute = 4;

Returns
Type Description
String

The attribute.

getAttributeBytes()

publicByteStringgetAttributeBytes()

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

string attribute = 4;

Returns
Type Description
ByteString

The bytes for attribute.

getDatabase()

publicStringgetDatabase()

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

string database = 1;

Returns
Type Description
String

The database.

getDatabaseBytes()

publicByteStringgetDatabaseBytes()

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

string database = 1;

Returns
Type Description
ByteString

The bytes for database.

getDefaultInstanceForType()

publicNameMappingValuegetDefaultInstanceForType()
Returns
Type Description

getParserForType()

publicParser<NameMappingValue>getParserForType()
Returns
Type Description
Overrides

getRelation()

publicStringgetRelation()

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

string relation = 3;

Returns
Type Description
String

The relation.

getRelationBytes()

publicByteStringgetRelationBytes()

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

string relation = 3;

Returns
Type Description
ByteString

The bytes for relation.

getSchema()

publicStringgetSchema()

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

string schema = 2;

Returns
Type Description
String

The schema.

getSchemaBytes()

publicByteStringgetSchemaBytes()

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

string schema = 2;

Returns
Type Description
ByteString

The bytes for schema.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilderForType()

publicNameMappingValue.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedNameMappingValue.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
Returns
Type Description
Overrides

toBuilder()

publicNameMappingValue.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.