Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
BigQuery
Collection
TablesCollection
Interface TablesCollection
interface
TablesCollection
{
get
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
;
get
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
;
insert
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
;
list
(
projectId
:
string
,
datasetId
:
string
)
:
TableList
;
list
(
projectId
:
string
,
datasetId
:
string
,
optionalArgs
:
object
)
:
TableList
;
patch
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
;
remove
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Parameters
projectId
:
string
datasetId
:
string
tableId
:
string
Returns
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
get
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Parameters
projectId
:
string
datasetId
:
string
tableId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
insert
insert
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Parameters
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
projectId
:
string
datasetId
:
string
Returns
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
list
list
(
projectId
:
string
,
datasetId
:
string
)
:
TableList
Parameters
projectId
:
string
datasetId
:
string
Returns
TableList
list
(
projectId
:
string
,
datasetId
:
string
,
optionalArgs
:
object
)
:
TableList
Parameters
projectId
:
string
datasetId
:
string
optionalArgs
:
object
Returns
TableList
patch
patch
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Parameters
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
projectId
:
string
datasetId
:
string
tableId
:
string
Returns
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
remove
remove
(
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
)
:
void
Parameters
projectId
:
string
datasetId
:
string
tableId
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
,
projectId
:
string
,
datasetId
:
string
,
tableId
:
string
,
)
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Parameters
resource
:
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
projectId
:
string
datasetId
:
string
tableId
:
string
Returns
GoogleAppsScript
.
BigQuery
.
Schema
.
Table
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
remove
update
Google Apps Script API
Loading...