Google Cloud Gemini Data Analytics V1beta Client - Class Row (0.5.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class Row.

Represents a single row in the result set.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Row

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ExecutedQueryResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values array<Value>

The values in the row, corresponding positionally to the columns.

getValues

The values in the row, corresponding positionally to the columns.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setValues

The values in the row, corresponding positionally to the columns.

Parameter
Name Description
var array<Value>
Returns
Type Description
$this