Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class CSVOptions.
Options to configure CSV formatted reports.
Generated from protobuf message google.cloud.storageinsights.v1.CSVOptions
Namespace
Google \ Cloud \ StorageInsights \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ record_separator
string
Record separator characters in CSV.
↳ delimiter
string
Delimiter characters in CSV.
↳ header_required
bool
If set, will include a header row in the CSV report.
getRecordSeparator
Record separator characters in CSV.
string
setRecordSeparator
Record separator characters in CSV.
var
string
$this
getDelimiter
Delimiter characters in CSV.
string
setDelimiter
Delimiter characters in CSV.
var
string
$this
getHeaderRequired
If set, will include a header row in the CSV report.
bool
setHeaderRequired
If set, will include a header row in the CSV report.
var
bool
$this