public static interface ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowJaggedRows()
public abstract BoolValue getAllowJaggedRows()Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
| Type | Description |
| BoolValue |
getAllowJaggedRowsOrBuilder()
public abstract BoolValueOrBuilder getAllowJaggedRowsOrBuilder()Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
| Type | Description |
| BoolValueOrBuilder |
getAllowQuotedNewlines()
public abstract 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;
| Type | Description |
| BoolValue |
getAllowQuotedNewlinesOrBuilder()
public abstract 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;
| Type | Description |
| BoolValueOrBuilder |
getFieldDelimiter()
public abstract 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;
| Type | Description |
| StringValue |
getFieldDelimiterOrBuilder()
public abstract 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;
| Type | Description |
| StringValueOrBuilder |
getQuoteChar()
public abstract 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;
| Type | Description |
| StringValue |
getQuoteCharOrBuilder()
public abstract 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;
| Type | Description |
| StringValueOrBuilder |
getSkipLeadingRows()
public abstract Int64Value getSkipLeadingRows()Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
| Type | Description |
| Int64Value |
getSkipLeadingRowsOrBuilder()
public abstract Int64ValueOrBuilder getSkipLeadingRowsOrBuilder()Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
| Type | Description |
| Int64ValueOrBuilder |
hasAllowJaggedRows()
public abstract boolean hasAllowJaggedRows()Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
| Type | Description |
| boolean |
hasAllowQuotedNewlines()
public abstract 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;
| Type | Description |
| boolean |
hasFieldDelimiter()
public abstract 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;
| Type | Description |
| boolean |
hasQuoteChar()
public abstract 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;
| Type | Description |
| boolean |
hasSkipLeadingRows()
public abstract boolean hasSkipLeadingRows()Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
| Type | Description |
| boolean |