Skip to content

Commit 7e72715

Browse files
authored
Update gemini-extension.json
1 parent d0c9c77 commit 7e72715

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
@@ -33,29 +33,30 @@
3333
"envVar": "CLOUD_SQL_POSTGRES_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_POSTGRES_INSTANCE"
3939
},
4040
{
41-
"name": "Database Name",
41+
"name": "Database",
4242
"description": "Name of the database",
4343
"envVar": "CLOUD_SQL_POSTGRES_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_POSTGRES_USER"
4949
},
5050
{
5151
"name": "Password",
52-
"description": "(Optional) Password of the database user",
53-
"envVar": "CLOUD_SQL_POSTGRES_PASSWORD"
52+
"description": "(Optional) Password of the database user (Default: IAM user)",
53+
"envVar": "CLOUD_SQL_POSTGRES_PASSWORD",
54+
"sensitive": true
5455
},
5556
{
5657
"name": "IP Type",
57-
"description": "(Optional) Type of the IP address (PUBLIC, PRIVATE, or PSC)",
58+
"description": "(Optional) Type of the IP address: PUBLIC, PRIVATE, or PSC (Default: Public)",
5859
"envVar": "CLOUD_SQL_POSTGRES_IP_TYPE"
5960
}
6061
]
61-
}
62+
}

0 commit comments

Comments
 (0)