Interface ObjectNameMappingListOrBuilder (0.11.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
NameDescription
indexint
Returns
TypeDescription
ObjectNameMapping

getNameMapCount()

public abstract int getNameMapCount()

The elements of the object name map.

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

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.bigquery.migration.v2.ObjectNameMappingOrBuilder>