- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List all databases in a specified catalog.
HTTP request
GET https://biglake.googleapis.com/hive/v1alpha/{parent=projects/*/catalogs/*}/databases
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The hive catalog to list databases from. Format: projects/{project_id_or_number}/catalogs/{catalogId} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Page size for pagination. |
pageToken |
Optional. PageToken for pagination. |
Request body
The request body must be empty.
Response body
Response message for the databases.list method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"databases": [
{
object ( |
| Fields | |
|---|---|
databases[] |
Output only. The databases from the specified project and catalog. |
nextPageToken |
Output only. A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.