Google Cloud Advisory Notifications V1 Client - Class CsvRow (0.6.0)

Reference documentation and code samples for the Google Cloud Advisory Notifications V1 Client class CsvRow.

A representation of a single data row in a CSV file.

Generated from protobuf message google.cloud.advisorynotifications.v1.Csv.CsvRow

Namespace

Google \ Cloud \ AdvisoryNotifications \ V1 \ Csv

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ entries array

The data entries in a CSV file row, as a string array rather than a single comma-separated string.

getEntries

The data entries in a CSV file row, as a string array rather than a single comma-separated string.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntries

The data entries in a CSV file row, as a string array rather than a single comma-separated string.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this