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 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

