Package io.deephaven.proto.csv
Interface SchemaFromCsvRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaFromCsvRequest,SchemaFromCsvRequest.Builder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;.io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;string csv_string = 2;string csv_string = 2;string file_path = 3;string file_path = 3;boolean.io.deephaven.proto.csv.SchemaFromCsvCommon common_options = 1;booleanstring csv_string = 2;booleanstring file_path = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
SchemaFromCsvRequest.SourceCase getSourceCase()
-