View Source GoogleApi.SQLAdmin.V1beta4.Model.GeminiInstanceConfig (google_api_sql_admin v0.56.0)

Gemini configuration.

Attributes

  • activeQueryEnabled (type: boolean(), default: nil) - Output only. Whether active query is enabled.
  • entitled (type: boolean(), default: nil) - Output only. Whether Gemini is enabled.
  • flagRecommenderEnabled (type: boolean(), default: nil) - Output only. Whether flag recommender is enabled.
  • googleVacuumMgmtEnabled (type: boolean(), default: nil) - Output only. Whether vacuum management is enabled.
  • indexAdvisorEnabled (type: boolean(), default: nil) - Output only. Whether index advisor is enabled.
  • oomSessionCancelEnabled (type: boolean(), default: nil) - Output only. Whether oom session cancel is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.GeminiInstanceConfig{
  activeQueryEnabled: boolean() | nil,
  entitled: boolean() | nil,
  flagRecommenderEnabled: boolean() | nil,
  googleVacuumMgmtEnabled: boolean() | nil,
  indexAdvisorEnabled: boolean() | nil,
  oomSessionCancelEnabled: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.