Method: hive.v1alpha.projects.catalogs.databases.tables.get

Gets the table specified by the resource name.

HTTP request

GET https://biglake.googleapis.com/hive/v1alpha/{name=projects/*/catalogs/*/databases/*/tables/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the table to retrieve. Format: projects/{project_id_or_number}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of HiveTable.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.