Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery.

A query for retrieving data from a Looker Explore. See Run Inline Query.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#explore

def explore() -> ::String
Returns
  • (::String) — Required. The LookML Explore used to generate the query.

#explore=

def explore=(value) -> ::String
Parameter
  • value (::String) — Required. The LookML Explore used to generate the query.
Returns
  • (::String) — Required. The LookML Explore used to generate the query.

#fields

def fields() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The fields to retrieve from the Explore.

#fields=

def fields=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The fields to retrieve from the Explore.
Returns
  • (::Array<::String>) — Optional. The fields to retrieve from the Explore.

#filters

def filters() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery::Filter>
Returns

#filters=

def filters=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::LookerQuery::Filter>
Parameter
Returns

#limit

def limit() -> ::String
Returns
  • (::String) — Optional. Limit in the query.

#limit=

def limit=(value) -> ::String
Parameter
  • value (::String) — Optional. Limit in the query.
Returns
  • (::String) — Optional. Limit in the query.

#model

def model() -> ::String
Returns
  • (::String) — Required. The LookML model used to generate the query.

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — Required. The LookML model used to generate the query.
Returns
  • (::String) — Required. The LookML model used to generate the query.

#sorts

def sorts() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The sorts to apply to the Explore.

#sorts=

def sorts=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The sorts to apply to the Explore.
Returns
  • (::Array<::String>) — Optional. The sorts to apply to the Explore.