Interface CsvImportOptionsOrBuilder

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

    public interface CsvImportOptionsOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDryRun()
      bool dry_run = 1 [json_name = "dryRun"];
      long getMaxRows()
      limit
      boolean getOptimizeImages()
      bool optimize_images = 4 [json_name = "optimizeImages"];
      long getSkipRows()
      offset
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getDryRun

        boolean getDryRun()
        bool dry_run = 1 [json_name = "dryRun"];
        Returns:
        The dryRun.
      • getSkipRows

        long getSkipRows()
         offset
         
        uint64 skip_rows = 2 [json_name = "skipRows"];
        Returns:
        The skipRows.
      • getMaxRows

        long getMaxRows()
         limit
         
        uint64 max_rows = 3 [json_name = "maxRows"];
        Returns:
        The maxRows.
      • getOptimizeImages

        boolean getOptimizeImages()
        bool optimize_images = 4 [json_name = "optimizeImages"];
        Returns:
        The optimizeImages.