Interface ObjectNameMappingOrBuilder (0.44.0)

public interface ObjectNameMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource()

public abstract NameMappingKey getSource()

The name of the object in source that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;

Returns
TypeDescription
NameMappingKey

The source.

getSourceOrBuilder()

public abstract NameMappingKeyOrBuilder getSourceOrBuilder()

The name of the object in source that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;

Returns
TypeDescription
NameMappingKeyOrBuilder

getTarget()

public abstract NameMappingValue getTarget()

The desired target name of the object that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;

Returns
TypeDescription
NameMappingValue

The target.

getTargetOrBuilder()

public abstract NameMappingValueOrBuilder getTargetOrBuilder()

The desired target name of the object that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;

Returns
TypeDescription
NameMappingValueOrBuilder

hasSource()

public abstract boolean hasSource()

The name of the object in source that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;

Returns
TypeDescription
boolean

Whether the source field is set.

hasTarget()

public abstract boolean hasTarget()

The desired target name of the object that is being mapped.

.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;

Returns
TypeDescription
boolean

Whether the target field is set.