Interface ObjectNameMappingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ObjectNameMapping, ObjectNameMapping.Builder

    public interface ObjectNameMappingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasSource

        boolean hasSource()
         The name of the object in source that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingKey source = 1;
        Returns:
        Whether the source field is set.
      • getSource

        NameMappingKey getSource()
         The name of the object in source that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingKey source = 1;
        Returns:
        The source.
      • getSourceOrBuilder

        NameMappingKeyOrBuilder getSourceOrBuilder()
         The name of the object in source that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingKey source = 1;
      • hasTarget

        boolean hasTarget()
         The desired target name of the object that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingValue target = 2;
        Returns:
        Whether the target field is set.
      • getTarget

        NameMappingValue getTarget()
         The desired target name of the object that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingValue target = 2;
        Returns:
        The target.
      • getTargetOrBuilder

        NameMappingValueOrBuilder getTargetOrBuilder()
         The desired target name of the object that is being mapped.
         
        .google.cloud.bigquery.migration.v2.NameMappingValue target = 2;