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

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

A datasource that can be used to answer questions.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.Datasource

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ bigquery_table_reference BigQueryTableReference

A reference to a BigQuery table.

↳ studio_datasource_id string

A reference to a Looker Studio datasource.

↳ looker_explore_reference LookerExploreReference

A reference to a Looker explore.

↳ alloy_db_reference AlloyDbReference

A reference to an AlloyDB database.

↳ spanner_reference SpannerReference

A reference to a Spanner database.

↳ cloud_sql_reference CloudSqlReference

A reference to a CloudSQL database.

↳ schema Schema

Optional. The schema of the datasource.

↳ struct_schema Google\Protobuf\Struct

Optional. A struct representation of the schema. This is populated for datasources with schemas that cannot be fully represented by the strongly-typed schema field. For Looker datasources, this maps to the LookmlModelExplore type: https://cloud.google.com/looker/docs/reference/looker-api/latest/types/LookmlModelExplore

getBigqueryTableReference

A reference to a BigQuery table.

Returns
Type Description
BigQueryTableReference|null

hasBigqueryTableReference

setBigqueryTableReference

A reference to a BigQuery table.

Parameter
Name Description
var BigQueryTableReference
Returns
Type Description
$this

getStudioDatasourceId

A reference to a Looker Studio datasource.

Returns
Type Description
string

hasStudioDatasourceId

setStudioDatasourceId

A reference to a Looker Studio datasource.

Parameter
Name Description
var string
Returns
Type Description
$this

getLookerExploreReference

A reference to a Looker explore.

Returns
Type Description
LookerExploreReference|null

hasLookerExploreReference

setLookerExploreReference

A reference to a Looker explore.

Parameter
Name Description
var LookerExploreReference
Returns
Type Description
$this

getAlloyDbReference

A reference to an AlloyDB database.

Returns
Type Description
AlloyDbReference|null

hasAlloyDbReference

setAlloyDbReference

A reference to an AlloyDB database.

Parameter
Name Description
var AlloyDbReference
Returns
Type Description
$this

getSpannerReference

A reference to a Spanner database.

Returns
Type Description
SpannerReference|null

hasSpannerReference

setSpannerReference

A reference to a Spanner database.

Parameter
Name Description
var SpannerReference
Returns
Type Description
$this

getCloudSqlReference

A reference to a CloudSQL database.

Returns
Type Description
CloudSqlReference|null

hasCloudSqlReference

setCloudSqlReference

A reference to a CloudSQL database.

Parameter
Name Description
var CloudSqlReference
Returns
Type Description
$this

getSchema

Optional. The schema of the datasource.

Returns
Type Description
Schema|null

hasSchema

clearSchema

setSchema

Optional. The schema of the datasource.

Parameter
Name Description
var Schema
Returns
Type Description
$this

getStructSchema

Optional. A struct representation of the schema.

This is populated for datasources with schemas that cannot be fully represented by the strongly-typed schema field. For Looker datasources, this maps to the LookmlModelExplore type: https://cloud.google.com/looker/docs/reference/looker-api/latest/types/LookmlModelExplore

Returns
Type Description
Google\Protobuf\Struct|null

hasStructSchema

clearStructSchema

setStructSchema

Optional. A struct representation of the schema.

This is populated for datasources with schemas that cannot be fully represented by the strongly-typed schema field. For Looker datasources, this maps to the LookmlModelExplore type: https://cloud.google.com/looker/docs/reference/looker-api/latest/types/LookmlModelExplore

Parameter
Name Description
var Google\Protobuf\Struct
Returns
Type Description
$this

getReference

Returns
Type Description
string