Interface SchemaFromCsvCommonOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SchemaFromCsvCommon, SchemaFromCsvCommon.Builder

@Generated public interface SchemaFromCsvCommonOrBuilder extends MessageOrBuilder
  • Method Details

    • getNamespace

      String getNamespace()
       The schema namespace
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      ByteString getNamespaceBytes()
       The schema namespace
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getTableName

      String getTableName()
       The schema table name
       
      string table_name = 2;
      Returns:
      The tableName.
    • getTableNameBytes

      ByteString getTableNameBytes()
       The schema table name
       
      string table_name = 2;
      Returns:
      The bytes for tableName.
    • getImportSourceName

      String getImportSourceName()
       The import source name
       
      string import_source_name = 3;
      Returns:
      The importSourceName.
    • getImportSourceNameBytes

      ByteString getImportSourceNameBytes()
       The import source name
       
      string import_source_name = 3;
      Returns:
      The bytes for importSourceName.
    • getBestFit

      boolean getBestFit()
       if the parser should use best fit for column types
       
      bool best_fit = 4;
      Returns:
      The bestFit.
    • getPartitionColumn

      String getPartitionColumn()
       The partition column
       
      string partition_column = 5;
      Returns:
      The partitionColumn.
    • getPartitionColumnBytes

      ByteString getPartitionColumnBytes()
       The partition column
       
      string partition_column = 5;
      Returns:
      The bytes for partitionColumn.
    • getColumnNamesList

      List<String> getColumnNamesList()
       Column names if noHeader is set
       
      repeated string column_names = 6;
      Returns:
      A list containing the columnNames.
    • getColumnNamesCount

      int getColumnNamesCount()
       Column names if noHeader is set
       
      repeated string column_names = 6;
      Returns:
      The count of columnNames.
    • getColumnNames

      String getColumnNames(int index)
       Column names if noHeader is set
       
      repeated string column_names = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnNames at the given index.
    • getColumnNamesBytes

      ByteString getColumnNamesBytes(int index)
       Column names if noHeader is set
       
      repeated string column_names = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnNames at the given index.
    • hasTableFromCsvRequestCommon

      boolean hasTableFromCsvRequestCommon()
       Common fields
       
      .io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;
      Returns:
      Whether the tableFromCsvRequestCommon field is set.
    • getTableFromCsvRequestCommon

      TableFromCsvRequestCommon getTableFromCsvRequestCommon()
       Common fields
       
      .io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;
      Returns:
      The tableFromCsvRequestCommon.
    • getTableFromCsvRequestCommonOrBuilder

      TableFromCsvRequestCommonOrBuilder getTableFromCsvRequestCommonOrBuilder()
       Common fields
       
      .io.deephaven.proto.csv.TableFromCsvRequestCommon table_from_csv_request_common = 7;