Uses of Class
com.google.cloud.bigquery.migration.v2.ObjectNameMapping
-
Packages that use ObjectNameMapping Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of ObjectNameMapping in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return ObjectNameMapping Modifier and Type Method Description ObjectNameMapping
ObjectNameMapping.Builder. build()
ObjectNameMapping
ObjectNameMapping.Builder. buildPartial()
static ObjectNameMapping
ObjectNameMapping. getDefaultInstance()
ObjectNameMapping
ObjectNameMapping.Builder. getDefaultInstanceForType()
ObjectNameMapping
ObjectNameMapping. getDefaultInstanceForType()
ObjectNameMapping
ObjectNameMappingList.Builder. getNameMap(int index)
The elements of the object name map.ObjectNameMapping
ObjectNameMappingList. getNameMap(int index)
The elements of the object name map.ObjectNameMapping
ObjectNameMappingListOrBuilder. getNameMap(int index)
The elements of the object name map.static ObjectNameMapping
ObjectNameMapping. parseDelimitedFrom(InputStream input)
static ObjectNameMapping
ObjectNameMapping. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectNameMapping
ObjectNameMapping. parseFrom(byte[] data)
static ObjectNameMapping
ObjectNameMapping. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectNameMapping
ObjectNameMapping. parseFrom(com.google.protobuf.ByteString data)
static ObjectNameMapping
ObjectNameMapping. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectNameMapping
ObjectNameMapping. parseFrom(com.google.protobuf.CodedInputStream input)
static ObjectNameMapping
ObjectNameMapping. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectNameMapping
ObjectNameMapping. parseFrom(InputStream input)
static ObjectNameMapping
ObjectNameMapping. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ObjectNameMapping
ObjectNameMapping. parseFrom(ByteBuffer data)
static ObjectNameMapping
ObjectNameMapping. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type ObjectNameMapping Modifier and Type Method Description List<ObjectNameMapping>
ObjectNameMappingList.Builder. getNameMapList()
The elements of the object name map.List<ObjectNameMapping>
ObjectNameMappingList. getNameMapList()
The elements of the object name map.List<ObjectNameMapping>
ObjectNameMappingListOrBuilder. getNameMapList()
The elements of the object name map.com.google.protobuf.Parser<ObjectNameMapping>
ObjectNameMapping. getParserForType()
static com.google.protobuf.Parser<ObjectNameMapping>
ObjectNameMapping. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type ObjectNameMapping Modifier and Type Method Description ObjectNameMappingList.Builder
ObjectNameMappingList.Builder. addNameMap(int index, ObjectNameMapping value)
The elements of the object name map.ObjectNameMappingList.Builder
ObjectNameMappingList.Builder. addNameMap(ObjectNameMapping value)
The elements of the object name map.ObjectNameMapping.Builder
ObjectNameMapping.Builder. mergeFrom(ObjectNameMapping other)
static ObjectNameMapping.Builder
ObjectNameMapping. newBuilder(ObjectNameMapping prototype)
ObjectNameMappingList.Builder
ObjectNameMappingList.Builder. setNameMap(int index, ObjectNameMapping value)
The elements of the object name map.Method parameters in com.google.cloud.bigquery.migration.v2 with type arguments of type ObjectNameMapping Modifier and Type Method Description ObjectNameMappingList.Builder
ObjectNameMappingList.Builder. addAllNameMap(Iterable<? extends ObjectNameMapping> values)
The elements of the object name map.
-