public interface ObjectNameMappingListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ObjectNameMapping> getNameMapList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;ObjectNameMapping getNameMap(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;int getNameMapCount()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;List<? extends ObjectNameMappingOrBuilder> getNameMapOrBuilderList()
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;ObjectNameMappingOrBuilder getNameMapOrBuilder(int index)
The elements of the object name map.
repeated .google.cloud.bigquery.migration.v2.ObjectNameMapping name_map = 1;Copyright © 2024 Google LLC. All rights reserved.