Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class LookerQuery.
A query for retrieving data from a Looker explore. See https://cloud.google.com/looker/docs/reference/looker-api/latest/methods/Query/run_inline_query
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.LookerQuery
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ model
string
Required. The LookML model used to generate the query.
↳ explore
string
Required. The LookML explore used to generate the query.
↳ fields
array
Optional. The fields to retrieve from the explore.
↳ filters
↳ sorts
array
Optional. The sorts to apply to the explore.
↳ limit
string
Optional. Limit in the query.
getModel
Required. The LookML model used to generate the query.
string
setModel
Required. The LookML model used to generate the query.
var
string
$this
getExplore
Required. The LookML explore used to generate the query.
string
setExplore
Required. The LookML explore used to generate the query.
var
string
$this
getFields
Optional. The fields to retrieve from the explore.
setFields
Optional. The fields to retrieve from the explore.
var
string[]
$this
getFilters
Optional. The filters to apply to the explore.
setFilters
Optional. The filters to apply to the explore.
$this
getSorts
Optional. The sorts to apply to the explore.
setSorts
Optional. The sorts to apply to the explore.
var
string[]
$this
getLimit
Optional. Limit in the query.
string
hasLimit
clearLimit
setLimit
Optional. Limit in the query.
var
string
$this