public interface CSVOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDelimiter()
public abstract String getDelimiter()Delimiter characters in CSV.
string delimiter = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The delimiter. |
getDelimiterBytes()
public abstract ByteString getDelimiterBytes()Delimiter characters in CSV.
string delimiter = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for delimiter. |
getHeaderRequired()
public abstract boolean getHeaderRequired()If set, will include a header row in the CSV report.
bool header_required = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The headerRequired. |
getRecordSeparator()
public abstract String getRecordSeparator()Record separator characters in CSV.
string record_separator = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The recordSeparator. |
getRecordSeparatorBytes()
public abstract ByteString getRecordSeparatorBytes()Record separator characters in CSV.
string record_separator = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for recordSeparator. |