Interface ImportSourceRequestOrBuilder

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

@Generated public interface ImportSourceRequestOrBuilder extends MessageOrBuilder
  • 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.