public static final class ObjectNameMappingList.Builder extends GeneratedMessage.Builder<ObjectNameMappingList.Builder> implements ObjectNameMappingListOrBuilder
Represents a map of name mappings using a list of key:value proto messages of
existing name to desired output name.
Protobuf type google.cloud.bigquery.migration.v2.ObjectNameMappingList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllNameMap(Iterable<? extends ObjectNameMapping> values)
public ObjectNameMappingList.Builder addAllNameMap(Iterable<? extends ObjectNameMapping> values)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.bigquery.migration.v2.ObjectNameMapping>
|
addNameMap(ObjectNameMapping value)
public ObjectNameMappingList.Builder addNameMap(ObjectNameMapping value)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
addNameMap(ObjectNameMapping.Builder builderForValue)
public ObjectNameMappingList.Builder addNameMap(ObjectNameMapping.Builder builderForValue)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
addNameMap(int index, ObjectNameMapping value)
public ObjectNameMappingList.Builder addNameMap(int index, ObjectNameMapping value)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
addNameMap(int index, ObjectNameMapping.Builder builderForValue)
public ObjectNameMappingList.Builder addNameMap(int index, ObjectNameMapping.Builder builderForValue)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
addNameMapBuilder()
public ObjectNameMapping.Builder addNameMapBuilder()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
addNameMapBuilder(int index)
public ObjectNameMapping.Builder addNameMapBuilder(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
public ObjectNameMappingList build()
buildPartial()
public ObjectNameMappingList buildPartial()
clear()
public ObjectNameMappingList.Builder clear()
Overrides
clearNameMap()
public ObjectNameMappingList.Builder clearNameMap()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
getDefaultInstanceForType()
public ObjectNameMappingList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNameMap(int index)
public ObjectNameMapping getNameMap(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
index |
int
|
getNameMapBuilder(int index)
public ObjectNameMapping.Builder getNameMapBuilder(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
index |
int
|
getNameMapBuilderList()
public List<ObjectNameMapping.Builder> getNameMapBuilderList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
getNameMapCount()
public int getNameMapCount()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Returns |
| Type |
Description |
int |
|
getNameMapList()
public List<ObjectNameMapping> getNameMapList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
getNameMapOrBuilder(int index)
public ObjectNameMappingOrBuilder getNameMapOrBuilder(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
index |
int
|
getNameMapOrBuilderList()
public List<? extends ObjectNameMappingOrBuilder> getNameMapOrBuilderList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.bigquery.migration.v2.ObjectNameMappingOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ObjectNameMappingList other)
public ObjectNameMappingList.Builder mergeFrom(ObjectNameMappingList other)
public ObjectNameMappingList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ObjectNameMappingList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeNameMap(int index)
public ObjectNameMappingList.Builder removeNameMap(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
| Parameter |
| Name |
Description |
index |
int
|
setNameMap(int index, ObjectNameMapping value)
public ObjectNameMappingList.Builder setNameMap(int index, ObjectNameMapping value)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
setNameMap(int index, ObjectNameMapping.Builder builderForValue)
public ObjectNameMappingList.Builder setNameMap(int index, ObjectNameMapping.Builder builderForValue)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;