Class: Google::Cloud::GeminiDataAnalytics::V1beta::LookerSettings
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::LookerSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Message to hold Looker specific custom settings.
Instance Attribute Summary collapse
-
#enable_dev_mode ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_dev_mode ⇒ ::Boolean
Returns 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.
436 437 438 439 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 436 class LookerSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |