public sealed class LookerQuery : IMessage<LookerQuery>, IEquatable<LookerQuery>, IDeepCloneable<LookerQuery>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class LookerQuery.
Looker Query Object Looker API documentation.
Implements
IMessageLookerQuery, IEquatableLookerQuery, IDeepCloneableLookerQuery, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
LookerQuery()
public LookerQuery()LookerQuery(LookerQuery)
public LookerQuery(LookerQuery other)| Parameter | |
|---|---|
| Name | Description |
other |
LookerQuery |
Properties
ClientId
public string ClientId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
HasClientId
public bool HasClientId { get; }Gets whether the "client_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasLimit
public bool HasLimit { get; }Gets whether the "limit" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasQueryId
public bool HasQueryId { get; }Gets whether the "query_id" 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 |
|
QueryId
public string QueryId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Sorts
public RepeatedField<string> Sorts { get; }Optional. The sorts to apply to the explore.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|