REST Resource: customers.tables

Resource: Table

Defines a table that can be queried.

JSON representation
{
  "name": string,
  "tablePath": string,
  "columns": [
    {
      object (Column)
    }
  ]
}
Fields
name

string

Name that uniquely identifies a table. It has the form customers/[customerId]/tables/[tablePath], e.g. 'customers/123/tables/adh.google_ads_impressions'.

tablePath

string

Fully qualified table path, e.g. 'adh.google_ads_impressions'.

columns[]

object (Column)

A list of table columns.

Methods

get

Retrieves the requested Ads Data Hub table.

list

Lists the Ads Data Hub tables to which the specified customer has access.