public interface CSVOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter()
Delimiter characters in CSV.
|
com.google.protobuf.ByteString |
getDelimiterBytes()
Delimiter characters in CSV.
|
boolean |
getHeaderRequired()
If set, will include a header row in the CSV report.
|
String |
getRecordSeparator()
Record separator characters in CSV.
|
com.google.protobuf.ByteString |
getRecordSeparatorBytes()
Record separator characters in CSV.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRecordSeparator()
Record separator characters in CSV.
string record_separator = 1;com.google.protobuf.ByteString getRecordSeparatorBytes()
Record separator characters in CSV.
string record_separator = 1;String getDelimiter()
Delimiter characters in CSV.
string delimiter = 2;com.google.protobuf.ByteString getDelimiterBytes()
Delimiter characters in CSV.
string delimiter = 2;boolean getHeaderRequired()
If set, will include a header row in the CSV report.
bool header_required = 3;Copyright © 2024 Google LLC. All rights reserved.