Interface TableFromCsvRequestOrBuilder

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

@Generated public interface TableFromCsvRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • hasCommonOptions

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

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

      TableFromCsvRequestCommonOrBuilder getCommonOptionsOrBuilder()
      .io.deephaven.proto.csv.TableFromCsvRequestCommon 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.
    • hasImportSource

      boolean hasImportSource()
      .io.deephaven.proto.csv.ImportSourceRequest import_source = 4;
      Returns:
      Whether the importSource field is set.
    • getImportSource

      ImportSourceRequest getImportSource()
      .io.deephaven.proto.csv.ImportSourceRequest import_source = 4;
      Returns:
      The importSource.
    • getImportSourceOrBuilder

      ImportSourceRequestOrBuilder getImportSourceOrBuilder()
      .io.deephaven.proto.csv.ImportSourceRequest import_source = 4;
    • getSourceCase