Class NameMappingValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
- com.google.cloud.bigquery.migration.v2.NameMappingValue.Builder
-
- All Implemented Interfaces:
NameMappingValueOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- NameMappingValue
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 typegoogle.cloud.bigquery.migration.v2.NameMappingValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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(NameMappingValue other)
NameMappingValue.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameMappingValue.Builder
mergeFrom(com.google.protobuf.Message 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)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
clear
public NameMappingValue.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
getDefaultInstanceForType
public NameMappingValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public NameMappingValue build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public NameMappingValue buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public NameMappingValue.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
setField
public NameMappingValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
clearField
public NameMappingValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
clearOneof
public NameMappingValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
setRepeatedField
public NameMappingValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
addRepeatedField
public NameMappingValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
mergeFrom
public NameMappingValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<NameMappingValue.Builder>
-
mergeFrom
public NameMappingValue.Builder mergeFrom(NameMappingValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
mergeFrom
public NameMappingValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<NameMappingValue.Builder>
- Throws:
IOException
-
getDatabase
public String getDatabase()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;
- Specified by:
getDatabase
in interfaceNameMappingValueOrBuilder
- Returns:
- The database.
-
getDatabaseBytes
public com.google.protobuf.ByteString getDatabaseBytes()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;
- Specified by:
getDatabaseBytes
in interfaceNameMappingValueOrBuilder
- Returns:
- The bytes for database.
-
setDatabase
public NameMappingValue.Builder setDatabase(String value)
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;
- Parameters:
value
- The database to set.- Returns:
- This builder for chaining.
-
clearDatabase
public NameMappingValue.Builder clearDatabase()
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;
- Returns:
- This builder for chaining.
-
setDatabaseBytes
public NameMappingValue.Builder setDatabaseBytes(com.google.protobuf.ByteString value)
The database name (BigQuery project ID equivalent in the target data warehouse).
string database = 1;
- Parameters:
value
- The bytes for database to set.- Returns:
- This builder for chaining.
-
getSchema
public String getSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;
- Specified by:
getSchema
in interfaceNameMappingValueOrBuilder
- Returns:
- The schema.
-
getSchemaBytes
public com.google.protobuf.ByteString getSchemaBytes()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;
- Specified by:
getSchemaBytes
in interfaceNameMappingValueOrBuilder
- Returns:
- The bytes for schema.
-
setSchema
public NameMappingValue.Builder setSchema(String value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;
- Parameters:
value
- The schema to set.- Returns:
- This builder for chaining.
-
clearSchema
public NameMappingValue.Builder clearSchema()
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;
- Returns:
- This builder for chaining.
-
setSchemaBytes
public NameMappingValue.Builder setSchemaBytes(com.google.protobuf.ByteString value)
The schema name (BigQuery dataset equivalent in the target data warehouse).
string schema = 2;
- Parameters:
value
- The bytes for schema to set.- Returns:
- This builder for chaining.
-
getRelation
public String getRelation()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;
- Specified by:
getRelation
in interfaceNameMappingValueOrBuilder
- Returns:
- The relation.
-
getRelationBytes
public com.google.protobuf.ByteString getRelationBytes()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;
- Specified by:
getRelationBytes
in interfaceNameMappingValueOrBuilder
- Returns:
- The bytes for relation.
-
setRelation
public NameMappingValue.Builder setRelation(String value)
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;
- Parameters:
value
- The relation to set.- Returns:
- This builder for chaining.
-
clearRelation
public NameMappingValue.Builder clearRelation()
The relation name (BigQuery table or view equivalent in the target data warehouse).
string relation = 3;
- Returns:
- This builder for chaining.
-
setRelationBytes
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;
- Parameters:
value
- The bytes for relation to set.- Returns:
- This builder for chaining.
-
getAttribute
public String getAttribute()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;
- Specified by:
getAttribute
in interfaceNameMappingValueOrBuilder
- Returns:
- The attribute.
-
getAttributeBytes
public com.google.protobuf.ByteString getAttributeBytes()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;
- Specified by:
getAttributeBytes
in interfaceNameMappingValueOrBuilder
- Returns:
- The bytes for attribute.
-
setAttribute
public NameMappingValue.Builder setAttribute(String value)
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;
- Parameters:
value
- The attribute to set.- Returns:
- This builder for chaining.
-
clearAttribute
public NameMappingValue.Builder clearAttribute()
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;
- Returns:
- This builder for chaining.
-
setAttributeBytes
public NameMappingValue.Builder setAttributeBytes(com.google.protobuf.ByteString value)
The attribute name (BigQuery column equivalent in the target data warehouse).
string attribute = 4;
- Parameters:
value
- The bytes for attribute to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final NameMappingValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
mergeUnknownFields
public final NameMappingValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<NameMappingValue.Builder>
-
-