Interface ObjectNameMappingListOrBuilder (0.45.0)

public interface ObjectNameMappingListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNameMap(int index)

public abstract 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
Returns
Type Description
ObjectNameMapping

getNameMapCount()

public abstract 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 abstract List<ObjectNameMapping> getNameMapList()

The elements of the object name map.

repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;

Returns
Type Description
List<ObjectNameMapping>

getNameMapOrBuilder(int index)

public abstract 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
Returns
Type Description
ObjectNameMappingOrBuilder

getNameMapOrBuilderList()

public abstract 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>