Google Cloud Gemini Data Analytics V1beta Client - Class LookerExploreReference (0.1.0)

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

Message representing a reference to a single Looker explore.

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

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ looker_instance_uri string

Required. The base url of the Looker instance.

↳ private_looker_instance_info PrivateLookerInstanceInfo

Private Looker instance info.

↳ lookml_model string

Required. Looker Model as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML model.

↳ explore string

Required. Looker Explore as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML explore.

↳ schema Schema

Optional. The schema of the datasource.

getLookerInstanceUri

Required. The base url of the Looker instance.

Returns
Type Description
string

hasLookerInstanceUri

setLookerInstanceUri

Required. The base url of the Looker instance.

Parameter
Name Description
var string
Returns
Type Description
$this

getPrivateLookerInstanceInfo

Private Looker instance info.

Returns
Type Description
PrivateLookerInstanceInfo|null

hasPrivateLookerInstanceInfo

setPrivateLookerInstanceInfo

Private Looker instance info.

Parameter
Name Description
var PrivateLookerInstanceInfo
Returns
Type Description
$this

getLookmlModel

Required. Looker Model as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML model.

Returns
Type Description
string

setLookmlModel

Required. Looker Model as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML model.

Parameter
Name Description
var string
Returns
Type Description
$this

getExplore

Required. Looker Explore as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML explore.

Returns
Type Description
string

setExplore

Required. Looker Explore as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML explore.

Parameter
Name Description
var string
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

getInstance

Returns
Type Description
string