public static final class ImportedDataInfo.TableDefinition.CsvOptions.Builder extends GeneratedMessageV3.Builder<ImportedDataInfo.TableDefinition.CsvOptions.Builder> implements ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder
   
   CSV specific options.
 Protobuf type 
 google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ImportedDataInfo.TableDefinition.CsvOptions build()
   
  
  
  buildPartial()
  
    public ImportedDataInfo.TableDefinition.CsvOptions buildPartial()
   
  
  
  clear()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clear()
   
  
  Overrides
  
  
  clearAllowJaggedRows()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearAllowJaggedRows()
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
clearAllowQuotedNewlines()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearAllowQuotedNewlines()
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
clearField(Descriptors.FieldDescriptor field)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearFieldDelimiter()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearFieldDelimiter()
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearQuoteChar()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearQuoteChar()
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
clearSkipLeadingRows()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clearSkipLeadingRows()
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
clone()
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder clone()
   
  
  Overrides
  
  
  getAllowJaggedRows()
  
    public BoolValue getAllowJaggedRows()
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
getAllowJaggedRowsBuilder()
  
    public BoolValue.Builder getAllowJaggedRowsBuilder()
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
getAllowJaggedRowsOrBuilder()
  
    public BoolValueOrBuilder getAllowJaggedRowsOrBuilder()
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
getAllowQuotedNewlines()
  
    public BoolValue getAllowQuotedNewlines()
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
getAllowQuotedNewlinesBuilder()
  
    public BoolValue.Builder getAllowQuotedNewlinesBuilder()
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
getAllowQuotedNewlinesOrBuilder()
  
    public BoolValueOrBuilder getAllowQuotedNewlinesOrBuilder()
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
getDefaultInstanceForType()
  
    public ImportedDataInfo.TableDefinition.CsvOptions getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getFieldDelimiter()
  
    public StringValue getFieldDelimiter()
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
getFieldDelimiterBuilder()
  
    public StringValue.Builder getFieldDelimiterBuilder()
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
getFieldDelimiterOrBuilder()
  
    public StringValueOrBuilder getFieldDelimiterOrBuilder()
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
getQuoteChar()
  
    public StringValue getQuoteChar()
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
getQuoteCharBuilder()
  
    public StringValue.Builder getQuoteCharBuilder()
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
getQuoteCharOrBuilder()
  
    public StringValueOrBuilder getQuoteCharOrBuilder()
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
getSkipLeadingRows()
  
    public Int64Value getSkipLeadingRows()
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
getSkipLeadingRowsBuilder()
  
    public Int64Value.Builder getSkipLeadingRowsBuilder()
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
getSkipLeadingRowsOrBuilder()
  
    public Int64ValueOrBuilder getSkipLeadingRowsOrBuilder()
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
hasAllowJaggedRows()
  
    public boolean hasAllowJaggedRows()
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
hasAllowQuotedNewlines()
  
    public boolean hasAllowQuotedNewlines()
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
hasFieldDelimiter()
  
    public boolean hasFieldDelimiter()
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
hasQuoteChar()
  
    public boolean hasQuoteChar()
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
hasSkipLeadingRows()
  
    public boolean hasSkipLeadingRows()
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeAllowJaggedRows(BoolValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeAllowJaggedRows(BoolValue value)
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
mergeAllowQuotedNewlines(BoolValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeAllowQuotedNewlines(BoolValue value)
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
mergeFieldDelimiter(StringValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFieldDelimiter(StringValue value)
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(ImportedDataInfo.TableDefinition.CsvOptions other)
   
  
  
  
  
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeQuoteChar(StringValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeQuoteChar(StringValue value)
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
mergeSkipLeadingRows(Int64Value value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeSkipLeadingRows(Int64Value value)
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ImportedDataInfo.TableDefinition.CsvOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setAllowJaggedRows(BoolValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowJaggedRows(BoolValue value)
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
setAllowJaggedRows(BoolValue.Builder builderForValue)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowJaggedRows(BoolValue.Builder builderForValue)
   
   Accept rows that are missing trailing optional columns.
 .google.protobuf.BoolValue allow_jagged_rows = 5;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setAllowQuotedNewlines(BoolValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowQuotedNewlines(BoolValue value)
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
setAllowQuotedNewlines(BoolValue.Builder builderForValue)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setAllowQuotedNewlines(BoolValue.Builder builderForValue)
   
   Whether CSV files are allowed to have quoted newlines. If quoted
 newlines are allowed, we can't split CSV files.
 .google.protobuf.BoolValue allow_quoted_newlines = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setFieldDelimiter(StringValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setFieldDelimiter(StringValue value)
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
setFieldDelimiter(StringValue.Builder builderForValue)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setFieldDelimiter(StringValue.Builder builderForValue)
   
   The delimiter.  We currently restrict this to U+0001 to U+00FF and
 apply additional constraints during validation.
 .google.protobuf.StringValue field_delimiter = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setQuoteChar(StringValue value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setQuoteChar(StringValue value)
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
setQuoteChar(StringValue.Builder builderForValue)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setQuoteChar(StringValue.Builder builderForValue)
   
   The quote character.  We currently restrict this to U+0000 to U+00FF
 and apply additional constraints during validation. Set to '\0' to
 indicate no quote is used.
 .google.protobuf.StringValue quote_char = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSkipLeadingRows(Int64Value value)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setSkipLeadingRows(Int64Value value)
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
setSkipLeadingRows(Int64Value.Builder builderForValue)
  
    public ImportedDataInfo.TableDefinition.CsvOptions.Builder setSkipLeadingRows(Int64Value.Builder builderForValue)
   
   Number of leading rows to skip.
 .google.protobuf.Int64Value skip_leading_rows = 4;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ImportedDataInfo.TableDefinition.CsvOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides