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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setRecordSeparator
Record separator characters in CSV.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDelimiter
Delimiter characters in CSV.
Returns | |
---|---|
Type | Description |
string |
setDelimiter
Delimiter characters in CSV.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHeaderRequired
If set, will include a header row in the CSV report.
Returns | |
---|---|
Type | Description |
bool |
setHeaderRequired
If set, will include a header row in the CSV report.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |