Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class GeminiInstanceConfig.
Gemini 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 vacuum management is enabled. |
↳ oom_session_cancel_enabled |
bool
Output only. Whether oom session cancel is enabled. |
↳ active_query_enabled |
bool
Output only. Whether active query is enabled. |
↳ index_advisor_enabled |
bool
Output only. Whether index advisor is enabled. |
↳ flag_recommender_enabled |
bool
Output only. Whether 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 vacuum management is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasGoogleVacuumMgmtEnabled
clearGoogleVacuumMgmtEnabled
setGoogleVacuumMgmtEnabled
Output only. Whether vacuum management is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOomSessionCancelEnabled
Output only. Whether oom session cancel is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasOomSessionCancelEnabled
clearOomSessionCancelEnabled
setOomSessionCancelEnabled
Output only. Whether oom session cancel is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getActiveQueryEnabled
Output only. Whether active query is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasActiveQueryEnabled
clearActiveQueryEnabled
setActiveQueryEnabled
Output only. Whether active query is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIndexAdvisorEnabled
Output only. Whether index advisor is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasIndexAdvisorEnabled
clearIndexAdvisorEnabled
setIndexAdvisorEnabled
Output only. Whether index advisor is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFlagRecommenderEnabled
Output only. Whether flag recommender is enabled.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasFlagRecommenderEnabled
clearFlagRecommenderEnabled
setFlagRecommenderEnabled
Output only. Whether flag recommender is enabled.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|