Package io.deephaven.proto.csv
Interface ImportSourceRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ImportSourceRequest,ImportSourceRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionA String to materialize as the source column when an ImportColumn is defined with a sourceType of CONSTANTA String to materialize as the source column when an ImportColumn is defined with a sourceType of CONSTANTThe name of the import sourceThe name of the import sourceThe intraday partition columnThe intraday partition columnThe partition formulaThe partition formulaThe string to be replaced in sourceFile, sourceGlob, and sourceDirectoryThe string to be replaced in sourceFile, sourceGlob, and sourceDirectoryThe schema xmlThe source directoryThe source directoryThe source fileThe source fileThe source globThe source globbooleanWhether or not to use strict importThe date format to use when formatting the partition value, if applicableThe date format to use when formatting the partition value, if applicableMethods 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
-
getImportSourceName
String getImportSourceName()The name of the import source
string import_source_name = 1;- Returns:
- The importSourceName.
-
getImportSourceNameBytes
ByteString getImportSourceNameBytes()The name of the import source
string import_source_name = 1;- Returns:
- The bytes for importSourceName.
-
getPartitionFormula
String getPartitionFormula()The partition formula
string partition_formula = 2;- Returns:
- The partitionFormula.
-
getPartitionFormulaBytes
ByteString getPartitionFormulaBytes()The partition formula
string partition_formula = 2;- Returns:
- The bytes for partitionFormula.
-
getIntradayPartitionColumn
String getIntradayPartitionColumn()The intraday partition column
string intraday_partition_column = 3;- Returns:
- The intradayPartitionColumn.
-
getIntradayPartitionColumnBytes
ByteString getIntradayPartitionColumnBytes()The intraday partition column
string intraday_partition_column = 3;- Returns:
- The bytes for intradayPartitionColumn.
-
getConstant
String getConstant()A String to materialize as the source column when an ImportColumn is defined with a sourceType of CONSTANT
string constant = 4;- Returns:
- The constant.
-
getConstantBytes
ByteString getConstantBytes()A String to materialize as the source column when an ImportColumn is defined with a sourceType of CONSTANT
string constant = 4;- Returns:
- The bytes for constant.
-
getStrict
boolean getStrict()Whether or not to use strict import
bool strict = 5;- Returns:
- The strict.
-
getPartitionSubstitution
String getPartitionSubstitution()The string to be replaced in sourceFile, sourceGlob, and sourceDirectory
string partition_substitution = 6;- Returns:
- The partitionSubstitution.
-
getPartitionSubstitutionBytes
ByteString getPartitionSubstitutionBytes()The string to be replaced in sourceFile, sourceGlob, and sourceDirectory
string partition_substitution = 6;- Returns:
- The bytes for partitionSubstitution.
-
getSubstitutionDateFormat
String getSubstitutionDateFormat()The date format to use when formatting the partition value, if applicable
string substitution_date_format = 7;- Returns:
- The substitutionDateFormat.
-
getSubstitutionDateFormatBytes
ByteString getSubstitutionDateFormatBytes()The date format to use when formatting the partition value, if applicable
string substitution_date_format = 7;- Returns:
- The bytes for substitutionDateFormat.
-
getSourceFile
String getSourceFile()The source file
string source_file = 8;- Returns:
- The sourceFile.
-
getSourceFileBytes
ByteString getSourceFileBytes()The source file
string source_file = 8;- Returns:
- The bytes for sourceFile.
-
getSourceGlob
String getSourceGlob()The source glob
string source_glob = 9;- Returns:
- The sourceGlob.
-
getSourceGlobBytes
ByteString getSourceGlobBytes()The source glob
string source_glob = 9;- Returns:
- The bytes for sourceGlob.
-
getSourceDirectory
String getSourceDirectory()The source directory
string source_directory = 10;- Returns:
- The sourceDirectory.
-
getSourceDirectoryBytes
ByteString getSourceDirectoryBytes()The source directory
string source_directory = 10;- Returns:
- The bytes for sourceDirectory.
-
getSchemaXml
ByteString getSchemaXml()The schema xml
bytes schema_xml = 11;- Returns:
- The schemaXml.
-