Interface GeminiInstanceConfigOrBuilder (0.1.0)

public interface GeminiInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActiveQueryEnabled()

public abstract boolean getActiveQueryEnabled()

Output only. Whether the active query is enabled.

optional bool active_query_enabled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The activeQueryEnabled.

getEntitled()

public abstract boolean getEntitled()

Output only. Whether Gemini is enabled.

optional bool entitled = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The entitled.

getFlagRecommenderEnabled()

public abstract boolean getFlagRecommenderEnabled()

Output only. Whether the flag recommender is enabled.

optional bool flag_recommender_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The flagRecommenderEnabled.

getGoogleVacuumMgmtEnabled()

public abstract boolean getGoogleVacuumMgmtEnabled()

Output only. Whether the vacuum management is enabled.

optional bool google_vacuum_mgmt_enabled = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The googleVacuumMgmtEnabled.

getIndexAdvisorEnabled()

public abstract boolean getIndexAdvisorEnabled()

Output only. Whether the index advisor is enabled.

optional bool index_advisor_enabled = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The indexAdvisorEnabled.

getOomSessionCancelEnabled()

public abstract boolean getOomSessionCancelEnabled()

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

optional bool oom_session_cancel_enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The oomSessionCancelEnabled.

hasActiveQueryEnabled()

public abstract boolean hasActiveQueryEnabled()

Output only. Whether the active query is enabled.

optional bool active_query_enabled = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the activeQueryEnabled field is set.

hasEntitled()

public abstract boolean hasEntitled()

Output only. Whether Gemini is enabled.

optional bool entitled = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the entitled field is set.

hasFlagRecommenderEnabled()

public abstract boolean hasFlagRecommenderEnabled()

Output only. Whether the flag recommender is enabled.

optional bool flag_recommender_enabled = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the flagRecommenderEnabled field is set.

hasGoogleVacuumMgmtEnabled()

public abstract boolean hasGoogleVacuumMgmtEnabled()

Output only. Whether the vacuum management is enabled.

optional bool google_vacuum_mgmt_enabled = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the googleVacuumMgmtEnabled field is set.

hasIndexAdvisorEnabled()

public abstract boolean hasIndexAdvisorEnabled()

Output only. Whether the index advisor is enabled.

optional bool index_advisor_enabled = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the indexAdvisorEnabled field is set.

hasOomSessionCancelEnabled()

public abstract boolean hasOomSessionCancelEnabled()

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

optional bool oom_session_cancel_enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the oomSessionCancelEnabled field is set.