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

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

Describes a single column in the result set.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta \ ExecutedQueryResult

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the column.

↳ type string

The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

getName

The name of the column.

Returns
Type Description
string

setName

The name of the column.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

Returns
Type Description
string

setType

The type of the column (e.g., "VARCHAR", "INT64", "TIMESTAMP").

Parameter
Name Description
var string
Returns
Type Description
$this