Interface SchemaFromCsvRequestOrBuilder

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

@Generated public interface SchemaFromCsvRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • hasCommonOptions

      boolean hasCommonOptions()
      .io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;
      Returns:
      Whether the commonOptions field is set.
    • getCommonOptions

      SchemaFromCsvCommon getCommonOptions()
      .io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;
      Returns:
      The commonOptions.
    • getCommonOptionsOrBuilder

      SchemaFromCsvCommonOrBuilder getCommonOptionsOrBuilder()
      .io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;
    • hasCsvString

      boolean hasCsvString()
      string csv_string = 2;
      Returns:
      Whether the csvString field is set.
    • getCsvString

      String getCsvString()
      string csv_string = 2;
      Returns:
      The csvString.
    • getCsvStringBytes

      ByteString getCsvStringBytes()
      string csv_string = 2;
      Returns:
      The bytes for csvString.
    • hasFilePath

      boolean hasFilePath()
      string file_path = 3;
      Returns:
      Whether the filePath field is set.
    • getFilePath

      String getFilePath()
      string file_path = 3;
      Returns:
      The filePath.
    • getFilePathBytes

      ByteString getFilePathBytes()
      string file_path = 3;
      Returns:
      The bytes for filePath.
    • getSourceCase