public sealed class LookerExploreReferences : IMessage<LookerExploreReferences>, IEquatable<LookerExploreReferences>, IDeepCloneable<LookerExploreReferences>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class LookerExploreReferences.
Message representing references to Looker explores.
Implements
IMessageLookerExploreReferences, IEquatableLookerExploreReferences, IDeepCloneableLookerExploreReferences, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
LookerExploreReferences()
public LookerExploreReferences()
LookerExploreReferences(LookerExploreReferences)
public LookerExploreReferences(LookerExploreReferences other)
Parameter | |
---|---|
Name | Description |
other |
LookerExploreReferences |
Properties
Credentials
public Credentials Credentials { get; set; }
Optional. The credentials to use when calling the Looker API.
Currently supports both oauth token and api keys based credentials, as described in https://cloud.google.com/looker/docs/api-auth#authentication_with_an_sdk
Property Value | |
---|---|
Type | Description |
Credentials |
ExploreReferences
public RepeatedField<LookerExploreReference> ExploreReferences { get; }
Required. References to Looker explores.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLookerExploreReference |