Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class GeminiInstanceConfig.
Gemini instance configuration.
Generated from protobuf message google.cloud.sql.v1.GeminiInstanceConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entitled |
bool
Output only. Whether Gemini is enabled. |
↳ google_vacuum_mgmt_enabled |
bool
Output only. Whether the vacuum management is enabled. |
↳ oom_session_cancel_enabled |
bool
Output only. Whether canceling the out-of-memory (OOM) session is enabled. |
↳ active_query_enabled |
bool
Output only. Whether the active query is enabled. |
↳ index_advisor_enabled |
bool
Output only. Whether the index advisor is enabled. |
↳ flag_recommender_enabled |
bool
Output only. Whether the flag recommender is enabled. |
getEntitled
Output only. Whether Gemini is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasEntitled
clearEntitled
setEntitled
Output only. Whether Gemini is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getGoogleVacuumMgmtEnabled
Output only. Whether the vacuum management is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasGoogleVacuumMgmtEnabled
clearGoogleVacuumMgmtEnabled
setGoogleVacuumMgmtEnabled
Output only. Whether the vacuum management is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getOomSessionCancelEnabled
Output only. Whether canceling the out-of-memory (OOM) session is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasOomSessionCancelEnabled
clearOomSessionCancelEnabled
setOomSessionCancelEnabled
Output only. Whether canceling the out-of-memory (OOM) session is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getActiveQueryEnabled
Output only. Whether the active query is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasActiveQueryEnabled
clearActiveQueryEnabled
setActiveQueryEnabled
Output only. Whether the active query is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getIndexAdvisorEnabled
Output only. Whether the index advisor is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasIndexAdvisorEnabled
clearIndexAdvisorEnabled
setIndexAdvisorEnabled
Output only. Whether the index advisor is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getFlagRecommenderEnabled
Output only. Whether the flag recommender is enabled.
Returns | |
---|---|
Type | Description |
bool |
hasFlagRecommenderEnabled
clearFlagRecommenderEnabled
setFlagRecommenderEnabled
Output only. Whether the flag recommender is enabled.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |