Interface LookerSettingsOrBuilder (0.21.0)

public interface LookerSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableDevMode()

public abstract boolean getEnableDevMode()

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.

bool enable_dev_mode = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableDevMode.