public sealed class LookerExploreReferences : IMessage<LookerExploreReferences>, IEquatable<LookerExploreReferences>, IDeepCloneable<LookerExploreReferences>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class LookerExploreReferences.
Message representing references to Looker explores.
Implements
IMessageLookerExploreReferences, IEquatableLookerExploreReferences, IDeepCloneableLookerExploreReferences, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
LookerExploreReferences()
public LookerExploreReferences()LookerExploreReferences(LookerExploreReferences)
public LookerExploreReferences(LookerExploreReferences other)| Parameter | |
|---|---|
| Name | Description |
other |
LookerExploreReferences |
Properties
ExploreReferences
public RepeatedField<LookerExploreReference> ExploreReferences { get; }Required. References to Looker explores.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLookerExploreReference |
|