Skip to content

Commit 4783b6e

Browse files
authored
Update gemini-extension.json
1 parent d808afd commit 4783b6e

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

gemini-extension.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,33 @@
2929
},
3030
{
3131
"name": "Region",
32-
"description": "Region of the Cloud SQL instance",
32+
"description": "Region for the Cloud SQL instance",
3333
"envVar": "CLOUD_SQL_MYSQL_REGION"
3434
},
3535
{
36-
"name": "Instance ID",
37-
"description": "ID of the Cloud SQL instance",
36+
"name": "Instance",
37+
"description": "Name of the Cloud SQL instance",
3838
"envVar": "CLOUD_SQL_MYSQL_INSTANCE"
3939
},
4040
{
41-
"name": "Database Name",
41+
"name": "Database",
4242
"description": "Name of the database",
4343
"envVar": "CLOUD_SQL_MYSQL_DATABASE"
4444
},
4545
{
4646
"name": "User",
47-
"description": "(Optional) Username of the database user",
47+
"description": "(Optional) Username of the database user (Default: IAM user)",
4848
"envVar": "CLOUD_SQL_MYSQL_USER"
4949
},
5050
{
5151
"name": "Password",
52-
"description": "(Optional) Password of the database user",
53-
"envVar": "CLOUD_SQL_MYSQL_PASSWORD"
52+
"description": "(Optional) Password of the database user (Default: IAM user)",
53+
"envVar": "CLOUD_SQL_MYSQL_PASSWORD",
54+
"sensitive": true,
5455
},
5556
{
5657
"name": "IP Type",
57-
"description": "(Optional) Type of the IP address (PUBLIC or PRIVATE)",
58+
"description": "(Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)",
5859
"envVar": "CLOUD_SQL_MYSQL_IP_TYPE"
5960
}
6061
]

0 commit comments

Comments
 (0)