- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
public static interface ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowJaggedRows()
public abstract BoolValue getAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
Returns | |
---|---|
Type | Description |
BoolValue |
getAllowJaggedRowsOrBuilder()
public abstract BoolValueOrBuilder getAllowJaggedRowsOrBuilder()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
StringValueOrBuilder |
getSkipLeadingRows()
public abstract Int64Value getSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
Returns | |
---|---|
Type | Description |
Int64Value |
getSkipLeadingRowsOrBuilder()
public abstract Int64ValueOrBuilder getSkipLeadingRowsOrBuilder()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
Returns | |
---|---|
Type | Description |
Int64ValueOrBuilder |
hasAllowJaggedRows()
public abstract boolean hasAllowJaggedRows()
Accept rows that are missing trailing optional columns.
.google.protobuf.BoolValue allow_jagged_rows = 5;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
hasSkipLeadingRows()
public abstract boolean hasSkipLeadingRows()
Number of leading rows to skip.
.google.protobuf.Int64Value skip_leading_rows = 4;
Returns | |
---|---|
Type | Description |
boolean |