Data Analytics API with Gemini v1 API - Class LookerSettings (1.0.0-beta02)

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

Reference documentation and code samples for the Data Analytics API with Gemini v1 API class LookerSettings.

Message to hold Looker specific custom settings.

Inheritance

object > LookerSettings

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

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