Uses of Interface
com.google.cloud.bigquery.migration.v2.ObjectNameMappingOrBuilder
-
Packages that use ObjectNameMappingOrBuilder Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of ObjectNameMappingOrBuilder in com.google.cloud.bigquery.migration.v2
Classes in com.google.cloud.bigquery.migration.v2 that implement ObjectNameMappingOrBuilder Modifier and Type Class Description classObjectNameMappingRepresents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.static classObjectNameMapping.BuilderRepresents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.Methods in com.google.cloud.bigquery.migration.v2 that return ObjectNameMappingOrBuilder Modifier and Type Method Description ObjectNameMappingOrBuilderObjectNameMappingList.Builder. getNameMapOrBuilder(int index)The elements of the object name map.ObjectNameMappingOrBuilderObjectNameMappingList. getNameMapOrBuilder(int index)The elements of the object name map.ObjectNameMappingOrBuilderObjectNameMappingListOrBuilder. getNameMapOrBuilder(int index)The elements of the object name map.Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type ObjectNameMappingOrBuilder Modifier and Type Method Description List<? extends ObjectNameMappingOrBuilder>ObjectNameMappingList.Builder. getNameMapOrBuilderList()The elements of the object name map.List<? extends ObjectNameMappingOrBuilder>ObjectNameMappingList. getNameMapOrBuilderList()The elements of the object name map.List<? extends ObjectNameMappingOrBuilder>ObjectNameMappingListOrBuilder. getNameMapOrBuilderList()The elements of the object name map.
-