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 ObjectNameMappingObjectNameMapping.Builder. build()ObjectNameMappingObjectNameMapping.Builder. buildPartial()static ObjectNameMappingObjectNameMapping. getDefaultInstance()ObjectNameMappingObjectNameMapping.Builder. getDefaultInstanceForType()ObjectNameMappingObjectNameMapping. getDefaultInstanceForType()ObjectNameMappingObjectNameMappingList.Builder. getNameMap(int index)The elements of the object name map.ObjectNameMappingObjectNameMappingList. getNameMap(int index)The elements of the object name map.ObjectNameMappingObjectNameMappingListOrBuilder. getNameMap(int index)The elements of the object name map.static ObjectNameMappingObjectNameMapping. parseDelimitedFrom(InputStream input)static ObjectNameMappingObjectNameMapping. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectNameMappingObjectNameMapping. parseFrom(byte[] data)static ObjectNameMappingObjectNameMapping. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectNameMappingObjectNameMapping. parseFrom(com.google.protobuf.ByteString data)static ObjectNameMappingObjectNameMapping. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectNameMappingObjectNameMapping. parseFrom(com.google.protobuf.CodedInputStream input)static ObjectNameMappingObjectNameMapping. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectNameMappingObjectNameMapping. parseFrom(InputStream input)static ObjectNameMappingObjectNameMapping. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectNameMappingObjectNameMapping. parseFrom(ByteBuffer data)static ObjectNameMappingObjectNameMapping. 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.BuilderObjectNameMappingList.Builder. addNameMap(int index, ObjectNameMapping value)The elements of the object name map.ObjectNameMappingList.BuilderObjectNameMappingList.Builder. addNameMap(ObjectNameMapping value)The elements of the object name map.ObjectNameMapping.BuilderObjectNameMapping.Builder. mergeFrom(ObjectNameMapping other)static ObjectNameMapping.BuilderObjectNameMapping. newBuilder(ObjectNameMapping prototype)ObjectNameMappingList.BuilderObjectNameMappingList.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.BuilderObjectNameMappingList.Builder. addAllNameMap(Iterable<? extends ObjectNameMapping> values)The elements of the object name map.
-