Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class LookerSettings.
Message to hold Looker specific custom settings.
Generated from protobuf message google.cloud.geminidataanalytics.v1.LookerSettings
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_dev_mode |
bool
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. |
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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableDevMode
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.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|