public sealed class LookerSettings : IMessage<LookerSettings>, IEquatable<LookerSettings>, IDeepCloneable<LookerSettings>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class LookerSettings.
Message to hold Looker specific custom settings.
Implements
IMessageLookerSettings, IEquatableLookerSettings, IDeepCloneableLookerSettings, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
LookerSettings()
public LookerSettings()LookerSettings(LookerSettings)
public LookerSettings(LookerSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
LookerSettings |
Properties
EnableDevMode
public bool EnableDevMode { get; set; }Optional. Whether to operate in Looker's Development Mode. If true, the API session will be switched to the "dev" workspace, allowing interaction with LookML changes in the user's development branch. If false or unset, the session remains in the default state (Production Mode). See https://cloud.google.com/looker/docs/dev-mode-prod-mode.
| Property Value | |
|---|---|
| Type | Description |
bool |
|