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

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
Name Description
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
Type Description
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
Name Description
var string[]
Returns
Type Description
$this