public interface ObjectNameMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NameMappingKey |
getSource()
The name of the object in source that is being mapped.
|
NameMappingKeyOrBuilder |
getSourceOrBuilder()
The name of the object in source that is being mapped.
|
NameMappingValue |
getTarget()
The desired target name of the object that is being mapped.
|
NameMappingValueOrBuilder |
getTargetOrBuilder()
The desired target name of the object that is being mapped.
|
boolean |
hasSource()
The name of the object in source that is being mapped.
|
boolean |
hasTarget()
The desired target name of the object that is being mapped.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
The name of the object in source that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;NameMappingKey getSource()
The name of the object in source that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;NameMappingKeyOrBuilder getSourceOrBuilder()
The name of the object in source that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingKey source = 1;boolean hasTarget()
The desired target name of the object that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;NameMappingValue getTarget()
The desired target name of the object that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;NameMappingValueOrBuilder getTargetOrBuilder()
The desired target name of the object that is being mapped.
.google.cloud.bigquery.migration.v2.NameMappingValue target = 2;Copyright © 2024 Google LLC. All rights reserved.