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

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

Represents a single value within a row.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ExecutedQueryResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ value string

The cell value, represented in a string format. Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.

getValue

The cell value, represented in a string format.

Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.

Returns
Type Description
string

setValue

The cell value, represented in a string format.

Timestamps could be formatted, for example, using RFC3339Nano. This field is used if the value is not null.

Parameter
Name Description
var string
Returns
Type Description
$this