Interface ObjectNameMappingOrBuilder (0.78.0)

publicinterface ObjectNameMappingOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getSource()

publicabstractNameMappingKeygetSource()

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()

publicabstractNameMappingKeyOrBuildergetSourceOrBuilder()

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

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

Returns
Type Description
NameMappingKeyOrBuilder

getTarget()

publicabstractNameMappingValuegetTarget()

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()

publicabstractNameMappingValueOrBuildergetTargetOrBuilder()

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

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

Returns
Type Description
NameMappingValueOrBuilder

hasSource()

publicabstractbooleanhasSource()

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()

publicabstractbooleanhasTarget()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.