Show / Hide Table of Contents

Class GeminiInstanceConfig

Gemini instance configuration.

Inheritance
object
GeminiInstanceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class GeminiInstanceConfig : IDirectResponseSchema

Properties

ActiveQueryEnabled

Output only. Whether the active query is enabled.

Declaration
[JsonProperty("activeQueryEnabled")]
public virtual bool? ActiveQueryEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entitled

Output only. Whether Gemini is enabled.

Declaration
[JsonProperty("entitled")]
public virtual bool? Entitled { get; set; }
Property Value
Type Description
bool?

FlagRecommenderEnabled

Output only. Whether the flag recommender is enabled.

Declaration
[JsonProperty("flagRecommenderEnabled")]
public virtual bool? FlagRecommenderEnabled { get; set; }
Property Value
Type Description
bool?

GoogleVacuumMgmtEnabled

Output only. Whether the vacuum management is enabled.

Declaration
[JsonProperty("googleVacuumMgmtEnabled")]
public virtual bool? GoogleVacuumMgmtEnabled { get; set; }
Property Value
Type Description
bool?

IndexAdvisorEnabled

Output only. Whether the index advisor is enabled.

Declaration
[JsonProperty("indexAdvisorEnabled")]
public virtual bool? IndexAdvisorEnabled { get; set; }
Property Value
Type Description
bool?

OomSessionCancelEnabled

Output only. Whether canceling the out-of-memory (OOM) session is enabled.

Declaration
[JsonProperty("oomSessionCancelEnabled")]
public virtual bool? OomSessionCancelEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX