Google Cloud Storage Insights V1 Client - Class CSVOptions (0.2.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setRecordSeparator

Record separator characters in CSV.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDelimiter

Delimiter characters in CSV.

Returns
TypeDescription
string

setDelimiter

Delimiter characters in CSV.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHeaderRequired

If set, will include a header row in the CSV report.

Returns
TypeDescription
bool

setHeaderRequired

If set, will include a header row in the CSV report.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this