Page Summary
-
A Table resource defines a queryable table with fields like name, tablePath, and columns.
-
The JSON representation of a Table includes name, tablePath, and a list of column objects.
-
The available methods for Tables are
getto retrieve a specific table andlistto view tables accessible to a customer.
Resource: Table
Defines a table that can be queried.
| JSON representation |
|---|
{
"name"
:
string
,
"tablePath"
:
string
,
"columns"
:
[
{
object (
|
| Fields | |
|---|---|
name
|
Name that uniquely identifies a table. It has the form customers/[customerId]/tables/[tablePath], e.g. 'customers/123/tables/adh.google_ads_impressions'. |
tablePath
|
Fully qualified table path, e.g. 'adh.google_ads_impressions'. |
columns[]
|
A list of table columns. |
Methods |
|
|---|---|
|
Retrieves the requested Ads Data Hub table. |
|
Lists the Ads Data Hub tables to which the specified customer has access. |


