Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class LookerQuery.
Looker Query Object Looker API documentation .
Generated from protobuf message google.cloud.geminidataanalytics.v1.LookerQuery
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__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
string[]
Optional. The fields to retrieve from the explore.
↳ filters
↳ sorts
string[]
Optional. The sorts to apply to the explore.
↳ limit
string
Optional. Limit in the query.
↳ query_id
string
Optional. The primary identifier for the query resource in Looker, used for API operations. Maps to id
(or slug
) in the Looker API Query
resource.
↳ client_id
string
Optional. The short alphanumeric identifier for the query, used for share links and Explore URLs (e.g., in the qid
parameter). Maps to client_id
in the Looker API Query
resource.
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
getQueryId
Optional. The primary identifier for the query resource in Looker, used for
API operations. Maps to id
(or slug
) in the Looker API Query
resource.
string
hasQueryId
clearQueryId
setQueryId
Optional. The primary identifier for the query resource in Looker, used for
API operations. Maps to id
(or slug
) in the Looker API Query
resource.
var
string
$this
getClientId
Optional. The short alphanumeric identifier for the query, used for share
links and Explore URLs (e.g., in the qid
parameter). Maps to client_id
in the Looker API Query
resource.
string
hasClientId
clearClientId
setClientId
Optional. The short alphanumeric identifier for the query, used for share
links and Explore URLs (e.g., in the qid
parameter). Maps to client_id
in the Looker API Query
resource.
var
string
$this

