Interface ObjectNameMappingListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectNameMappingList
,ObjectNameMappingList.Builder
public interface ObjectNameMappingListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectNameMapping
getNameMap(int index)
The elements of the object name map.int
getNameMapCount()
The elements of the object name map.List<ObjectNameMapping>
getNameMapList()
The elements of the object name map.ObjectNameMappingOrBuilder
getNameMapOrBuilder(int index)
The elements of the object name map.List<? extends ObjectNameMappingOrBuilder>
getNameMapOrBuilderList()
The elements of the object name map.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNameMapList
List<ObjectNameMapping> getNameMapList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
-
getNameMap
ObjectNameMapping getNameMap(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
-
getNameMapCount
int getNameMapCount()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
-
getNameMapOrBuilderList
List<? extends ObjectNameMappingOrBuilder> getNameMapOrBuilderList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
-
getNameMapOrBuilder
ObjectNameMappingOrBuilder getNameMapOrBuilder(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;
-
-