Uses of Class
com.google.cloud.bigquery.migration.v2.NameMappingValue
-
Packages that use NameMappingValue Package Description com.google.cloud.bigquery.migration.v2 A client to BigQuery Migration API -
-
Uses of NameMappingValue in com.google.cloud.bigquery.migration.v2
Methods in com.google.cloud.bigquery.migration.v2 that return NameMappingValue Modifier and Type Method Description NameMappingValue
NameMappingValue.Builder. build()
NameMappingValue
NameMappingValue.Builder. buildPartial()
static NameMappingValue
NameMappingValue. getDefaultInstance()
NameMappingValue
NameMappingValue.Builder. getDefaultInstanceForType()
NameMappingValue
NameMappingValue. getDefaultInstanceForType()
NameMappingValue
ObjectNameMapping.Builder. getTarget()
The desired target name of the object that is being mapped.NameMappingValue
ObjectNameMapping. getTarget()
The desired target name of the object that is being mapped.NameMappingValue
ObjectNameMappingOrBuilder. getTarget()
The desired target name of the object that is being mapped.static NameMappingValue
NameMappingValue. parseDelimitedFrom(InputStream input)
static NameMappingValue
NameMappingValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NameMappingValue
NameMappingValue. parseFrom(byte[] data)
static NameMappingValue
NameMappingValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NameMappingValue
NameMappingValue. parseFrom(com.google.protobuf.ByteString data)
static NameMappingValue
NameMappingValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NameMappingValue
NameMappingValue. parseFrom(com.google.protobuf.CodedInputStream input)
static NameMappingValue
NameMappingValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NameMappingValue
NameMappingValue. parseFrom(InputStream input)
static NameMappingValue
NameMappingValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NameMappingValue
NameMappingValue. parseFrom(ByteBuffer data)
static NameMappingValue
NameMappingValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.migration.v2 that return types with arguments of type NameMappingValue Modifier and Type Method Description com.google.protobuf.Parser<NameMappingValue>
NameMappingValue. getParserForType()
static com.google.protobuf.Parser<NameMappingValue>
NameMappingValue. parser()
Methods in com.google.cloud.bigquery.migration.v2 with parameters of type NameMappingValue Modifier and Type Method Description NameMappingValue.Builder
NameMappingValue.Builder. mergeFrom(NameMappingValue other)
ObjectNameMapping.Builder
ObjectNameMapping.Builder. mergeTarget(NameMappingValue value)
The desired target name of the object that is being mapped.static NameMappingValue.Builder
NameMappingValue. newBuilder(NameMappingValue prototype)
ObjectNameMapping.Builder
ObjectNameMapping.Builder. setTarget(NameMappingValue value)
The desired target name of the object that is being mapped.
-