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 class
ObjectNameMapping
Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.static class
ObjectNameMapping.Builder
Represents 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 ObjectNameMappingOrBuilder
ObjectNameMappingList.Builder. getNameMapOrBuilder(int index)
The elements of the object name map.ObjectNameMappingOrBuilder
ObjectNameMappingList. getNameMapOrBuilder(int index)
The elements of the object name map.ObjectNameMappingOrBuilder
ObjectNameMappingListOrBuilder. 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.
-