Data Analytics API with Gemini v1beta API - Class LookerExploreReference (1.0.0-beta01)

public sealed class LookerExploreReference : IMessage<LookerExploreReference>, IEquatable<LookerExploreReference>, IDeepCloneable<LookerExploreReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class LookerExploreReference.

Message representing a reference to a single Looker explore.

Inheritance

object > LookerExploreReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

LookerExploreReference()

public LookerExploreReference()

LookerExploreReference(LookerExploreReference)

public LookerExploreReference(LookerExploreReference other)
Parameter
Name Description
other LookerExploreReference

Properties

Explore

public string Explore { get; set; }

Required. Looker Explore as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML explore.

Property Value
Type Description
string

HasLookerInstanceUri

public bool HasLookerInstanceUri { get; }

Gets whether the "looker_instance_uri" field is set

Property Value
Type Description
bool

InstanceCase

public LookerExploreReference.InstanceOneofCase InstanceCase { get; }
Property Value
Type Description
LookerExploreReferenceInstanceOneofCase

LookerInstanceUri

public string LookerInstanceUri { get; set; }

Required. The base url of the Looker instance.

Property Value
Type Description
string

LookmlModel

public string LookmlModel { get; set; }

Required. Looker Model as outlined in https://cloud.google.com/looker/docs/lookml-terms-and-concepts#major_lookml_structures Name of LookML model.

Property Value
Type Description
string

PrivateLookerInstanceInfo

public PrivateLookerInstanceInfo PrivateLookerInstanceInfo { get; set; }

Private Looker instance info.

Property Value
Type Description
PrivateLookerInstanceInfo

Schema

public Schema Schema { get; set; }

Optional. The schema of the datasource.

Property Value
Type Description
Schema