Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class Row.
Contains the values for a row.
Generated from protobuf message google.cloud.sql.v1.Row
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array<Value>
The values for the row. |
getValues
The values for the row.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setValues
The values for the row.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Value>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|