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
qidparameter). Maps toclient_idin the Looker APIQueryresource.
#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
qidparameter). Maps toclient_idin the Looker APIQueryresource.
Returns
-
(::String) — Optional. The short alphanumeric identifier for the query, used for share
links and Explore URLs (e.g., in the
qidparameter). Maps toclient_idin the Looker APIQueryresource.
#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
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerQuery::Filter>) — Optional. The filters to apply to the explore.
#filters=
def filters=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerQuery::Filter>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerQuery::Filter>) — Optional. The filters to apply to the explore.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1::LookerQuery::Filter>) — Optional. The filters to apply to the explore.
#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(orslug) in the Looker APIQueryresource.
#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(orslug) in the Looker APIQueryresource.
Returns
-
(::String) — Optional. The primary identifier for the query resource in Looker, used for
API operations. Maps to
id(orslug) in the Looker APIQueryresource.
#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.