Interface ConvertRowIdToColumnOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getOnlyIfNoPrimaryKey()
      Required.
      • 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

      • getOnlyIfNoPrimaryKey

        boolean getOnlyIfNoPrimaryKey()
         Required. Only work on tables without primary key defined
         
        bool only_if_no_primary_key = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The onlyIfNoPrimaryKey.