返回给定项目中的连接列表。
HTTP 请求
GET https://bigqueryconnection.googleapis.com/v1/{parent=projects/*/locations/*}/connections
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
parent |
必需。父级资源名称。必须采用以下格式: 必须对指定的资源
|
查询参数
参数 | |
---|---|
pageSize |
必需。页面大小。 |
pageToken |
页面令牌。 |
请求正文
请求正文必须为空。
响应正文
如果成功,响应正文将包含结构如下的数据:
JSON 表示法 | |
---|---|
{
"nextPageToken": string,
"connections": [
{
object ( |
字段 | |
---|---|
nextPageToken |
下一页面令牌。 |
connections[] |
连接列表。 |
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/bigquery
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。