public interface ObjectNameMappingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the target field is set. |