GoogleApi.SQLAdmin.V1.Model.GeminiInstanceConfig (google_api_sql_admin v0.71.0)

View Source

Gemini instance configuration.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.