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

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

Looker Query Object Looker API documentation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_id

def client_id() -> ::String
Returns
  • (::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.

#client_id=

def client_id=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#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::V1::LookerQuery::Filter>
Returns

#filters=

def filters=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::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.

#query_id

def query_id() -> ::String
Returns
  • (::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.

#query_id=

def query_id=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

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