public sealed class LookerQuery : IMessage<LookerQuery>, IEquatable<LookerQuery>, IDeepCloneable<LookerQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class LookerQuery.
A query for retrieving data from a Looker explore. See https://cloud.google.com/looker/docs/reference/looker-api/latest/methods/Query/run_inline_query
Implements
IMessageLookerQuery, IEquatableLookerQuery, IDeepCloneableLookerQuery, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
LookerQuery()
public LookerQuery()
LookerQuery(LookerQuery)
public LookerQuery(LookerQuery other)
Parameter | |
---|---|
Name | Description |
other |
LookerQuery |
Properties
Explore
public string Explore { get; set; }
Required. The LookML explore used to generate the query.
Property Value | |
---|---|
Type | Description |
string |
Fields
public RepeatedField<string> Fields { get; }
Optional. The fields to retrieve from the explore.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Filters
public RepeatedField<LookerQuery.Types.Filter> Filters { get; }
Optional. The filters to apply to the explore.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLookerQueryTypesFilter |
HasLimit
public bool HasLimit { get; }
Gets whether the "limit" field is set
Property Value | |
---|---|
Type | Description |
bool |
Limit
public string Limit { get; set; }
Optional. Limit in the query.
Property Value | |
---|---|
Type | Description |
string |
Model
public string Model { get; set; }
Required. The LookML model used to generate the query.
Property Value | |
---|---|
Type | Description |
string |
Sorts
public RepeatedField<string> Sorts { get; }
Optional. The sorts to apply to the explore.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |